Html Css Color HEX #E85489 Dark Pink

📋 copy color: '#E85489'

red 232 ◦ green 84 ◦ blue 137

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

Shades of Dark Pink #E85489

Tints of Dark Pink #E85489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

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

R = 51.21%
G = 18.54%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E85489 (or 0xE85489) is known color: Dark Pink. HEX triplet: E8, 54 and 89. RGB value is (232,84,137). Sum of RGB (Red+Green+Blue) = 232+84+137=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E85489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85489 is #17AB76. Grayscale: #868686. Windows color (decimal): -1551223 or 9000168. OLE color: 9000168.

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

Color convert

RGB 232 84 137 -
CMYK 0 0.64 0.41 0.09
HSL 338.51º 0.76% 0.62% -
HSV(B) 338.51º 0.64% 0.91% -
XYZ 40.96 25.3 26.39 -
YUV 134.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 232 84 137 0 0.64 0.41 0.09 338.51 0.76 0.62
Hex E8 54 89 0 40 29 9 153 4C 3E
Octal 350 124 211 0 100 51 11 523 114 76
Binary 11101000 1010100 10001001 0 1000000 101001 1001 101010011 1001100 111110

Color Harmonies of #E85489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85489

Black with #E85489

Text Example


Text Example

White with #E85489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85489; }

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

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

background-color css

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

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

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

border-color css

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

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

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