Html Css Color HEX #E10092 Hollywood Cerise

📋 copy color: '#E10092'

red 225 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #E10092

Tints of Hollywood Cerise #E10092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.65%
G = 0%
B = 39.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E10092 (or 0xE10092) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 92. RGB value is (225,0,146). Sum of RGB (Red+Green+Blue) = 225+0+146=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E10092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10092 is #1EFF6D. Grayscale: #535353. Windows color (decimal): -2031470 or 9568481. OLE color: 9568481.

HSL color Cylindrical-coordinate representation of color #E10092: hue angle of 321.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10092 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 146 -
CMYK 0 1 0.35 0.12
HSL 321.07º 1% 0.44% -
HSV(B) 321.07º 1% 0.88% -
XYZ 36.24 18.08 28.77 -
YUV 83.92 163.04 228.63 -
System Red Green Blue C M Y K H S L
Decimal 225 0 146 0 1 0.35 0.12 321.07 1 0.44
Hex E1 0 92 0 64 23 C 141 64 2C
Octal 341 0 222 0 144 43 14 501 144 54
Binary 11100001 0 10010010 0 1100100 100011 1100 101000001 1100100 101100

Color Harmonies of #E10092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10092

Black with #E10092

Text Example


Text Example

White with #E10092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10092; }

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

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

background-color css

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

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

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

border-color css

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

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

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