Html Css Color HEX #E10990 Hollywood Cerise

📋 copy color: '#E10990'

red 225 ◦ green 9 ◦ blue 144

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

Shades of Hollywood Cerise #E10990

Tints of Hollywood Cerise #E10990

RGB

 RED value IS 225 (88.28% from 255) = 59.52%

 GREEN value IS 9 (3.91% from 255) = 2.38%

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

R = 59.52%
G = 2.38%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E10990 (or 0xE10990) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 90. RGB value is (225,9,144). Sum of RGB (Red+Green+Blue) = 225+9+144=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E10990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10990 is #1EF66F. Grayscale: #585858. Windows color (decimal): -2029168 or 9439713. OLE color: 9439713.

HSL color Cylindrical-coordinate representation of color #E10990: hue angle of 322.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10990 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 9 144 -
CMYK 0 0.96 0.36 0.12
HSL 322.5º 0.92% 0.46% -
HSV(B) 322.5º 0.96% 0.88% -
XYZ 36.18 18.22 27.99 -
YUV 88.97 159.06 225.02 -
System Red Green Blue C M Y K H S L
Decimal 225 9 144 0 0.96 0.36 0.12 322.5 0.92 0.46
Hex E1 9 90 0 60 24 C 142 5C 2E
Octal 341 11 220 0 140 44 14 502 134 56
Binary 11100001 1001 10010000 0 1100000 100100 1100 101000010 1011100 101110

Color Harmonies of #E10990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10990

Black with #E10990

Text Example


Text Example

White with #E10990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10990; }

 p { color: rgb(225,9,144); }

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

background-color css

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

 a { background-color: rgb(225,9,144); }

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

border-color css

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

 span { border-color: rgb(225,9,144); }

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