Html Css Color HEX #E85189 Dark Pink

📋 copy color: '#E85189'

red 232 ◦ green 81 ◦ blue 137

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

Shades of Dark Pink #E85189

Tints of Dark Pink #E85189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18%

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 51.56%
G = 18%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E85189 (or 0xE85189) is known color: Dark Pink. HEX triplet: E8, 51 and 89. RGB value is (232,81,137). Sum of RGB (Red+Green+Blue) = 232+81+137=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E85189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85189 is #17AE76. Grayscale: #848484. Windows color (decimal): -1551991 or 8999400. OLE color: 8999400.

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

Color convert

RGB 232 81 137 -
CMYK 0 0.65 0.41 0.09
HSL 337.75º 0.77% 0.61% -
HSV(B) 337.75º 0.65% 0.91% -
XYZ 40.74 24.85 26.32 -
YUV 132.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 232 81 137 0 0.65 0.41 0.09 337.75 0.77 0.61
Hex E8 51 89 0 41 29 9 152 4D 3D
Octal 350 121 211 0 101 51 11 522 115 75
Binary 11101000 1010001 10001001 0 1000001 101001 1001 101010010 1001101 111101

Color Harmonies of #E85189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85189

Black with #E85189

Text Example


Text Example

White with #E85189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85189; }

 p { color: rgb(232,81,137); }

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

background-color css

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

 a { background-color: rgb(232,81,137); }

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

border-color css

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

 span { border-color: rgb(232,81,137); }

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