Html Css Color HEX #E85B88 Dark Pink

📋 copy color: '#E85B88'

red 232 ◦ green 91 ◦ blue 136

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

Shades of Dark Pink #E85B88

Tints of Dark Pink #E85B88

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.83%

 BLUE value IS 136 (53.52% from 255) = 29.63%

R = 50.54%
G = 19.83%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E85B88 (or 0xE85B88) is known color: Dark Pink. HEX triplet: E8, 5B and 88. RGB value is (232,91,136). Sum of RGB (Red+Green+Blue) = 232+91+136=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B88 is #17A477. Grayscale: #8A8A8A. Windows color (decimal): -1549432 or 8936424. OLE color: 8936424.

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

Color convert

RGB 232 91 136 -
CMYK 0 0.61 0.41 0.09
HSL 340.85º 0.75% 0.63% -
HSV(B) 340.85º 0.61% 0.91% -
XYZ 41.46 26.42 26.21 -
YUV 138.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 232 91 136 0 0.61 0.41 0.09 340.85 0.75 0.63
Hex E8 5B 88 0 3D 29 9 155 4B 3F
Octal 350 133 210 0 75 51 11 525 113 77
Binary 11101000 1011011 10001000 0 111101 101001 1001 101010101 1001011 111111

Color Harmonies of #E85B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B88

Black with #E85B88

Text Example


Text Example

White with #E85B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B88; }

 p { color: rgb(232,91,136); }

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

background-color css

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

 a { background-color: rgb(232,91,136); }

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

border-color css

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

 span { border-color: rgb(232,91,136); }

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