Html Css Color HEX #E85874 Dark Pink

📋 copy color: '#E85874'

red 232 ◦ green 88 ◦ blue 116

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

Shades of Dark Pink #E85874

Tints of Dark Pink #E85874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.18%

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

R = 53.21%
G = 20.18%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E85874 (or 0xE85874) is known color: Dark Pink. HEX triplet: E8, 58 and 74. RGB value is (232,88,116). Sum of RGB (Red+Green+Blue) = 232+88+116=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E85874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85874 is #17A78B. Grayscale: #868686. Windows color (decimal): -1550220 or 7624936. OLE color: 7624936.

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

Color convert

RGB 232 88 116 -
CMYK 0 0.62 0.50 0.09
HSL 348.33º 0.76% 0.63% -
HSV(B) 348.33º 0.62% 0.91% -
XYZ 39.92 25.4 19.32 -
YUV 134.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 232 88 116 0 0.62 0.50 0.09 348.33 0.76 0.63
Hex E8 58 74 0 3E 32 9 15C 4C 3F
Octal 350 130 164 0 76 62 11 534 114 77
Binary 11101000 1011000 1110100 0 111110 110010 1001 101011100 1001100 111111

Color Harmonies of #E85874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85874

Black with #E85874

Text Example


Text Example

White with #E85874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85874; }

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

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

background-color css

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

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

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

border-color css

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

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

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