Html Css Color HEX #E00298 Hollywood Cerise

📋 copy color: '#E00298'

red 224 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #E00298

Tints of Hollywood Cerise #E00298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 59.26%
G = 0.53%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00298 (or 0xE00298) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 98. RGB value is (224,2,152). Sum of RGB (Red+Green+Blue) = 224+2+152=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E00298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00298 is #1FFD67. Grayscale: #555555. Windows color (decimal): -2096488 or 9962208. OLE color: 9962208.

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

Color convert

RGB 224 2 152 -
CMYK 0 0.99 0.32 0.12
HSL 319.46º 0.98% 0.44% -
HSV(B) 319.46º 0.99% 0.88% -
XYZ 36.43 18.16 31.29 -
YUV 85.48 165.55 226.8 -
System Red Green Blue C M Y K H S L
Decimal 224 2 152 0 0.99 0.32 0.12 319.46 0.98 0.44
Hex E0 2 98 0 63 20 C 13F 62 2C
Octal 340 2 230 0 143 40 14 477 142 54
Binary 11100000 10 10011000 0 1100011 100000 1100 100111111 1100010 101100

Color Harmonies of #E00298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00298

Black with #E00298

Text Example


Text Example

White with #E00298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00298; }

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

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

background-color css

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

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

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

border-color css

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

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

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