Html Css Color HEX #E05786 Dark Pink

📋 copy color: '#E05786'

red 224 ◦ green 87 ◦ blue 134

#E05786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E05786

Tints of Dark Pink #E05786

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 87 (34.38% from 255) = 19.55%

 BLUE value IS 134 (52.73% from 255) = 30.11%

R = 50.34%
G = 19.55%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E05786 (or 0xE05786) is known color: Dark Pink. HEX triplet: E0, 57 and 86. RGB value is (224,87,134). Sum of RGB (Red+Green+Blue) = 224+87+134=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E05786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05786 is #1FA879. Grayscale: #858585. Windows color (decimal): -2074746 or 8804320. OLE color: 8804320.

HSL color Cylindrical-coordinate representation of color #E05786: hue angle of 339.42º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05786 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 87 134 -
CMYK 0 0.61 0.40 0.12
HSL 339.42º 0.69% 0.61% -
HSV(B) 339.42º 0.61% 0.88% -
XYZ 38.45 24.38 25.23 -
YUV 133.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 224 87 134 0 0.61 0.40 0.12 339.42 0.69 0.61
Hex E0 57 86 0 3D 28 C 153 45 3D
Octal 340 127 206 0 75 50 14 523 105 75
Binary 11100000 1010111 10000110 0 111101 101000 1100 101010011 1000101 111101

Color Harmonies of #E05786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05786

Black with #E05786

Text Example


Text Example

White with #E05786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05786; }

 p { color: rgb(224,87,134); }

 H1.HeaderClassName
 {
   color: #E05786;
 }
 .AnyTagClassName
 {
   color: #E05786;
 }
</style>

background-color css

<style>
 a { background-color: #E05786; }

 a { background-color: rgb(224,87,134); }

 div.DivClassName
 {
   background-color: #E05786;
 }
 .BgClassName
 {
   background-color: #E05786;
 }
</style>

border-color css

<style>
 span { border-color: #E05786; }

 span { border-color: rgb(224,87,134); }

 td.TdClassName
 {
   border-color: #E05786;
 }
 .TagClassName
 {
   border-color: #E05786;
 }
</style>