Html Css Color HEX #E85990 Dark Pink

📋 copy color: '#E85990'

red 232 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #E85990

Tints of Dark Pink #E85990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.14%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 49.89%
G = 19.14%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E85990 (or 0xE85990) is known color: Dark Pink. HEX triplet: E8, 59 and 90. RGB value is (232,89,144). Sum of RGB (Red+Green+Blue) = 232+89+144=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E85990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85990 is #17A66F. Grayscale: #898989. Windows color (decimal): -1549936 or 9460200. OLE color: 9460200.

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

Color convert

RGB 232 89 144 -
CMYK 0 0.62 0.38 0.09
HSL 336.92º 0.76% 0.63% -
HSV(B) 336.92º 0.62% 0.91% -
XYZ 41.89 26.31 29.26 -
YUV 138.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 232 89 144 0 0.62 0.38 0.09 336.92 0.76 0.63
Hex E8 59 90 0 3E 26 9 151 4C 3F
Octal 350 131 220 0 76 46 11 521 114 77
Binary 11101000 1011001 10010000 0 111110 100110 1001 101010001 1001100 111111

Color Harmonies of #E85990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85990

Black with #E85990

Text Example


Text Example

White with #E85990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85990; }

 p { color: rgb(232,89,144); }

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

background-color css

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

 a { background-color: rgb(232,89,144); }

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

border-color css

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

 span { border-color: rgb(232,89,144); }

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