Html Css Color HEX #E00098 Hollywood Cerise

📋 copy color: '#E00098'

red 224 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #E00098

Tints of Hollywood Cerise #E00098

RGB

 RED value IS 224 (87.89% from 255) = 59.57%

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

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

R = 59.57%
G = 0%
B = 40.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00098 (or 0xE00098) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 98. RGB value is (224,0,152). Sum of RGB (Red+Green+Blue) = 224+0+152=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E00098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00098 is #1FFF67. Grayscale: #535353. Windows color (decimal): -2097000 or 9961696. OLE color: 9961696.

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

Color convert

RGB 224 0 152 -
CMYK 0 1 0.32 0.12
HSL 319.29º 1% 0.44% -
HSV(B) 319.29º 1% 0.88% -
XYZ 36.41 18.11 31.28 -
YUV 84.3 166.21 227.64 -
System Red Green Blue C M Y K H S L
Decimal 224 0 152 0 1 0.32 0.12 319.29 1 0.44
Hex E0 0 98 0 64 20 C 13F 64 2C
Octal 340 0 230 0 144 40 14 477 144 54
Binary 11100000 0 10011000 0 1100100 100000 1100 100111111 1100100 101100

Color Harmonies of #E00098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00098

Black with #E00098

Text Example


Text Example

White with #E00098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00098; }

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

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

background-color css

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

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

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

border-color css

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

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

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