Html Css Color HEX #E20092 Hollywood Cerise

📋 copy color: '#E20092'

red 226 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #E20092

Tints of Hollywood Cerise #E20092

RGB

 RED value IS 226 (88.67% from 255) = 60.75%

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

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

R = 60.75%
G = 0%
B = 39.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E20092 (or 0xE20092) is known color: Hollywood Cerise. HEX triplet: E2, 00 and 92. RGB value is (226,0,146). Sum of RGB (Red+Green+Blue) = 226+0+146=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E20092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20092 is #1DFF6D. Grayscale: #535353. Windows color (decimal): -1965934 or 9568482. OLE color: 9568482.

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

Color convert

RGB 226 0 146 -
CMYK 0 1 0.35 0.11
HSL 321.24º 1% 0.44% -
HSV(B) 321.24º 1% 0.89% -
XYZ 36.55 18.24 28.79 -
YUV 84.22 162.87 229.13 -
System Red Green Blue C M Y K H S L
Decimal 226 0 146 0 1 0.35 0.11 321.24 1 0.44
Hex E2 0 92 0 64 23 B 141 64 2C
Octal 342 0 222 0 144 43 13 501 144 54
Binary 11100010 0 10010010 0 1100100 100011 1011 101000001 1100100 101100

Color Harmonies of #E20092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20092

Black with #E20092

Text Example


Text Example

White with #E20092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20092; }

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

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

background-color css

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

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

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

border-color css

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

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

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