Html Css Color HEX #E85E91 Dark Pink

📋 copy color: '#E85E91'

red 232 ◦ green 94 ◦ blue 145

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

Shades of Dark Pink #E85E91

Tints of Dark Pink #E85E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.96%

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 49.26%
G = 19.96%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E85E91 (or 0xE85E91) is known color: Dark Pink. HEX triplet: E8, 5E and 91. RGB value is (232,94,145). Sum of RGB (Red+Green+Blue) = 232+94+145=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85E91 is #17A16E. Grayscale: #8D8D8D. Windows color (decimal): -1548655 or 9527016. OLE color: 9527016.

HSL color Cylindrical-coordinate representation of color #E85E91: hue angle of 337.83º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85E91 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 94 145 -
CMYK 0 0.59 0.38 0.09
HSL 337.83º 0.75% 0.64% -
HSV(B) 337.83º 0.59% 0.91% -
XYZ 42.39 27.21 29.8 -
YUV 141.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 232 94 145 0 0.59 0.38 0.09 337.83 0.75 0.64
Hex E8 5E 91 0 3B 26 9 152 4B 40
Octal 350 136 221 0 73 46 11 522 113 100
Binary 11101000 1011110 10010001 0 111011 100110 1001 101010010 1001011 1000000

Color Harmonies of #E85E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E91

Black with #E85E91

Text Example


Text Example

White with #E85E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E91; }

 p { color: rgb(232,94,145); }

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

background-color css

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

 a { background-color: rgb(232,94,145); }

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

border-color css

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

 span { border-color: rgb(232,94,145); }

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