Html Css Color HEX #E85574 Dark Pink

📋 copy color: '#E85574'

red 232 ◦ green 85 ◦ blue 116

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

Shades of Dark Pink #E85574

Tints of Dark Pink #E85574

RGB

 RED value IS 232 (91.02% from 255) = 53.58%

 GREEN value IS 85 (33.59% from 255) = 19.63%

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 53.58%
G = 19.63%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E85574 (or 0xE85574) is known color: Dark Pink. HEX triplet: E8, 55 and 74. RGB value is (232,85,116). Sum of RGB (Red+Green+Blue) = 232+85+116=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85574 is #17AA8B. Grayscale: #848484. Windows color (decimal): -1550988 or 7624168. OLE color: 7624168.

HSL color Cylindrical-coordinate representation of color #E85574: hue angle of 347.35º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85574 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 116 -
CMYK 0 0.63 0.50 0.09
HSL 347.35º 0.76% 0.62% -
HSV(B) 347.35º 0.63% 0.91% -
XYZ 39.68 24.91 19.24 -
YUV 132.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 232 85 116 0 0.63 0.50 0.09 347.35 0.76 0.62
Hex E8 55 74 0 3F 32 9 15B 4C 3E
Octal 350 125 164 0 77 62 11 533 114 76
Binary 11101000 1010101 1110100 0 111111 110010 1001 101011011 1001100 111110

Color Harmonies of #E85574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85574

Black with #E85574

Text Example


Text Example

White with #E85574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85574; }

 p { color: rgb(232,85,116); }

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

background-color css

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

 a { background-color: rgb(232,85,116); }

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

border-color css

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

 span { border-color: rgb(232,85,116); }

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