Html Css Color HEX #E85572 Dark Pink

📋 copy color: '#E85572'

red 232 ◦ green 85 ◦ blue 114

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

Shades of Dark Pink #E85572

Tints of Dark Pink #E85572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 53.83%
G = 19.72%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E85572 (or 0xE85572) is known color: Dark Pink. HEX triplet: E8, 55 and 72. RGB value is (232,85,114). Sum of RGB (Red+Green+Blue) = 232+85+114=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85572 is #17AA8D. Grayscale: #848484. Windows color (decimal): -1550990 or 7493096. OLE color: 7493096.

HSL color Cylindrical-coordinate representation of color #E85572: hue angle of 348.16º 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 #E85572 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 114 -
CMYK 0 0.63 0.51 0.09
HSL 348.16º 0.76% 0.62% -
HSV(B) 348.16º 0.63% 0.91% -
XYZ 39.56 24.87 18.63 -
YUV 132.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 232 85 114 0 0.63 0.51 0.09 348.16 0.76 0.62
Hex E8 55 72 0 3F 33 9 15C 4C 3E
Octal 350 125 162 0 77 63 11 534 114 76
Binary 11101000 1010101 1110010 0 111111 110011 1001 101011100 1001100 111110

Color Harmonies of #E85572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85572

Black with #E85572

Text Example


Text Example

White with #E85572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85572; }

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

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

background-color css

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

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

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

border-color css

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

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

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