Html Css Color HEX #E20098 Hollywood Cerise

📋 copy color: '#E20098'

red 226 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #E20098

Tints of Hollywood Cerise #E20098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 59.79%
G = 0%
B = 40.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E20098 (or 0xE20098) is known color: Hollywood Cerise. HEX triplet: E2, 00 and 98. RGB value is (226,0,152). Sum of RGB (Red+Green+Blue) = 226+0+152=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E20098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20098 is #1DFF67. Grayscale: #545454. Windows color (decimal): -1965928 or 9961698. OLE color: 9961698.

HSL color Cylindrical-coordinate representation of color #E20098: hue angle of 319.65º 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 #E20098 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 152 -
CMYK 0 1 0.33 0.11
HSL 319.65º 1% 0.44% -
HSV(B) 319.65º 1% 0.89% -
XYZ 37.03 18.44 31.31 -
YUV 84.9 165.87 228.64 -
System Red Green Blue C M Y K H S L
Decimal 226 0 152 0 1 0.33 0.11 319.65 1 0.44
Hex E2 0 98 0 64 21 B 140 64 2C
Octal 342 0 230 0 144 41 13 500 144 54
Binary 11100010 0 10011000 0 1100100 100001 1011 101000000 1100100 101100

Color Harmonies of #E20098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20098

Black with #E20098

Text Example


Text Example

White with #E20098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20098; }

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

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

background-color css

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

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

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

border-color css

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

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

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