Html Css Color HEX #E10992 Hollywood Cerise

📋 copy color: '#E10992'

red 225 ◦ green 9 ◦ blue 146

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

Shades of Hollywood Cerise #E10992

Tints of Hollywood Cerise #E10992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 59.21%
G = 2.37%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E10992 (or 0xE10992) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 92. RGB value is (225,9,146). Sum of RGB (Red+Green+Blue) = 225+9+146=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E10992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10992 is #1EF66D. Grayscale: #585858. Windows color (decimal): -2029166 or 9570785. OLE color: 9570785.

HSL color Cylindrical-coordinate representation of color #E10992: hue angle of 321.94º 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 #E10992 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 9 146 -
CMYK 0 0.96 0.35 0.12
HSL 321.94º 0.92% 0.46% -
HSV(B) 321.94º 0.96% 0.88% -
XYZ 36.34 18.28 28.81 -
YUV 89.2 160.06 224.86 -
System Red Green Blue C M Y K H S L
Decimal 225 9 146 0 0.96 0.35 0.12 321.94 0.92 0.46
Hex E1 9 92 0 60 23 C 142 5C 2E
Octal 341 11 222 0 140 43 14 502 134 56
Binary 11100001 1001 10010010 0 1100000 100011 1100 101000010 1011100 101110

Color Harmonies of #E10992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10992

Black with #E10992

Text Example


Text Example

White with #E10992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10992; }

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

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

background-color css

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

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

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

border-color css

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

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

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