Html Css Color HEX #E85976 Dark Pink

📋 copy color: '#E85976'

red 232 ◦ green 89 ◦ blue 118

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

Shades of Dark Pink #E85976

Tints of Dark Pink #E85976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.27%

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 52.85%
G = 20.27%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E85976 (or 0xE85976) is known color: Dark Pink. HEX triplet: E8, 59 and 76. RGB value is (232,89,118). Sum of RGB (Red+Green+Blue) = 232+89+118=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E85976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85976 is #17A689. Grayscale: #878787. Windows color (decimal): -1549962 or 7756264. OLE color: 7756264.

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

Color convert

RGB 232 89 118 -
CMYK 0 0.62 0.49 0.09
HSL 347.83º 0.76% 0.63% -
HSV(B) 347.83º 0.62% 0.91% -
XYZ 40.12 25.61 19.97 -
YUV 135.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 232 89 118 0 0.62 0.49 0.09 347.83 0.76 0.63
Hex E8 59 76 0 3E 31 9 15C 4C 3F
Octal 350 131 166 0 76 61 11 534 114 77
Binary 11101000 1011001 1110110 0 111110 110001 1001 101011100 1001100 111111

Color Harmonies of #E85976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85976

Black with #E85976

Text Example


Text Example

White with #E85976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85976; }

 p { color: rgb(232,89,118); }

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

background-color css

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

 a { background-color: rgb(232,89,118); }

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

border-color css

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

 span { border-color: rgb(232,89,118); }

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