Html Css Color HEX #E81990 Deep Pink

📋 copy color: '#E81990'

red 232 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #E81990

Tints of Deep Pink #E81990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.23%

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

R = 57.86%
G = 6.23%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E81990 (or 0xE81990) is known color: Deep Pink. HEX triplet: E8, 19 and 90. RGB value is (232,25,144). Sum of RGB (Red+Green+Blue) = 232+25+144=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E81990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81990 is #17E66F. Grayscale: #646464. Windows color (decimal): -1566320 or 9443816. OLE color: 9443816.

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

Color convert

RGB 232 25 144 -
CMYK 0 0.89 0.38 0.09
HSL 325.51º 0.82% 0.5% -
HSV(B) 325.51º 0.89% 0.91% -
XYZ 38.66 19.86 28.18 -
YUV 100.46 152.58 221.82 -
System Red Green Blue C M Y K H S L
Decimal 232 25 144 0 0.89 0.38 0.09 325.51 0.82 0.5
Hex E8 19 90 0 59 26 9 146 52 32
Octal 350 31 220 0 131 46 11 506 122 62
Binary 11101000 11001 10010000 0 1011001 100110 1001 101000110 1010010 110010

Color Harmonies of #E81990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81990

Black with #E81990

Text Example


Text Example

White with #E81990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81990; }

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

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

background-color css

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

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

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

border-color css

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

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

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