COLOR #E585EF

HEX: #E585EF
RGB: (229,133,239)

Renk bilgisi

#E585EF contains mainly red and blue colors. #E585EF ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#E585EF color RGB value is (229,133,239).

  • kırmız ton 229;
  • yeşil ton 133;
  • mavi ton 239.
RGB:
(229,133,239)
(90%,52%,94%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 133 of 255 = 52%
B 239 of 255 = 94%

229
133
239

R + G + B ~ 79%. #E585EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 133 + 239 = 601 (100%)
R 229 of 601 ~ 38.1%
G 133 of 601 ~ 22.13%
B 239 of 601 ~ 39.77%

%38.1
%22.13
%39.77

CMYK RENK MODELİ

#E585EF rengi CMYK tonu (4,44,0,6).

  • camgöbeği tonu 4.18%
  • eflatun tonu 44.35%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(4,44,0,6)
C4M44Y0K6 
(4%,44%,0%,6%)
(0.04/0.44/0.00/0.06)	

CMYK yüzdeleri

%4.18
%44.35
%0
%6.27

Codes

Color #E585EF in popluar color models

E585EF
RGB229133239
HSL294°76.81%72.94%
HSB/HSV294°44.35%93.73%
CMYK4.18%44.35%0.00%
6.27%

Color #E585EF in popluar number systems.

HEXE585EF
Decimal229133239
Binary111001011000010111101111
Octal345205357

Shades and tints

Shades of #E585EF

#E585EF
(229,133,239)
#D179DA
(209,121,218)
#BD6DC5
(189,109,197)
#A961B0
(169,97,176)
#95559B
(149,85,155)
#814986
(129,73,134)
#6D3D71
(109,61,113)
#59315C
(89,49,92)
#452547
(69,37,71)
#311932
(49,25,50)
#1D0D1D
(29,13,29)
#000000
(0,0,0)

Tints of #E585EF

#E585EF
(229,133,239)
#E790F0
(231,144,240)
#E99BF1
(233,155,241)
#EBA6F2
(235,166,242)
#EDB1F3
(237,177,243)
#EFBCF4
(239,188,244)
#F1C7F5
(241,199,245)
#F3D2F6
(243,210,246)
#F5DDF7
(245,221,247)
#F7E8F8
(247,232,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E585EF color. Also use rgb(229,133,239) instead hex code.

Text Font Color

.myTextColor { color: #E585EF; }

<p style="color:#E585EF">This sample text font color is #E585EF.</p>

This text font color is #E585EF.


Background Color

.myBgColor { background-color: #E585EF; }

<div style="background-color:#E585EF">Inner text</div>

This div background color is #E585EF.


Border color

.myBorderColor { border: 1px solid #E585EF; }

<div style="border:3px solid #E585EF">Div</div>

This div border color is #E585EF.


Opacity

.myOpacity80 { color: #E585EF; opacity: 0.8; }

<p style="color:#E585EF;opacity:0.8;">80%</p>

Text with #E585EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E585EF;}

<p style="text-shadow: 3px 3px 1px #E585EF">Text here.</p>

This text has shadow with #E585EF color.

.textShadow {text-shadow: 3px 3px 1px #E585EF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E585EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #E585EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E585EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E585EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #E585EF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E585EF;
  -webkit-box-shadow:	1px 1px 3px 2px #E585EF;
  box-shadow:		1px 1px 3px 2px #E585EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E585EF;
-webkit-box-shadow: 1px 1px 3px 2px #E585EF;
box-shadow:1px 1px 3px 2px #E585EF;">
Div content here</div>
This div box has shadow with color #E585EF.

Preview

Color preview on black background

This text has color #E585EF on black background.


Color preview on white background

This text has color #E585EF on white background.



Black color preview on #E585EF background

This text has black color on #E585EF background.


White color preview on #E585EF background

This text has white color on #E585EF background.