Html Css Color HEX #E00198 Hollywood Cerise

📋 copy color: '#E00198'

red 224 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #E00198

Tints of Hollywood Cerise #E00198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 59.42%
G = 0.27%
B = 40.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00198 (or 0xE00198) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 98. RGB value is (224,1,152). Sum of RGB (Red+Green+Blue) = 224+1+152=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00198 is #1FFE67. Grayscale: #545454. Windows color (decimal): -2096744 or 9961952. OLE color: 9961952.

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

Color convert

RGB 224 1 152 -
CMYK 0 1.00 0.32 0.12
HSL 319.37º 0.99% 0.44% -
HSV(B) 319.37º 1% 0.88% -
XYZ 36.42 18.14 31.29 -
YUV 84.89 165.88 227.22 -
System Red Green Blue C M Y K H S L
Decimal 224 1 152 0 1.00 0.32 0.12 319.37 0.99 0.44
Hex E0 1 98 0 64 20 C 13F 63 2C
Octal 340 1 230 0 144 40 14 477 143 54
Binary 11100000 1 10011000 0 1100100 100000 1100 100111111 1100011 101100

Color Harmonies of #E00198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00198

Black with #E00198

Text Example


Text Example

White with #E00198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00198; }

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

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

background-color css

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

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

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

border-color css

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

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

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