Html Css Color HEX #E85D91 Dark Pink

📋 copy color: '#E85D91'

red 232 ◦ green 93 ◦ blue 145

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

Shades of Dark Pink #E85D91

Tints of Dark Pink #E85D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

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

R = 49.36%
G = 19.79%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E85D91 (or 0xE85D91) is known color: Dark Pink. HEX triplet: E8, 5D and 91. RGB value is (232,93,145). Sum of RGB (Red+Green+Blue) = 232+93+145=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85D91 is #17A26E. Grayscale: #8C8C8C. Windows color (decimal): -1548911 or 9526760. OLE color: 9526760.

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

Color convert

RGB 232 93 145 -
CMYK 0 0.60 0.38 0.09
HSL 337.55º 0.75% 0.64% -
HSV(B) 337.55º 0.6% 0.91% -
XYZ 42.3 27.03 29.78 -
YUV 140.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 232 93 145 0 0.60 0.38 0.09 337.55 0.75 0.64
Hex E8 5D 91 0 3C 26 9 152 4B 40
Octal 350 135 221 0 74 46 11 522 113 100
Binary 11101000 1011101 10010001 0 111100 100110 1001 101010010 1001011 1000000

Color Harmonies of #E85D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D91

Black with #E85D91

Text Example


Text Example

White with #E85D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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