Html Css Color HEX #E0028F Hollywood Cerise

📋 copy color: '#E0028F'

red 224 ◦ green 2 ◦ blue 143

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

Shades of Hollywood Cerise #E0028F

Tints of Hollywood Cerise #E0028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 60.7%
G = 0.54%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0028F (or 0xE0028F) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 8F. RGB value is (224,2,143). Sum of RGB (Red+Green+Blue) = 224+2+143=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0028F is #1FFD70. Grayscale: #545454. Windows color (decimal): -2096497 or 9372384. OLE color: 9372384.

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

Color convert

RGB 224 2 143 -
CMYK 0 0.99 0.36 0.12
HSL 321.89º 0.98% 0.44% -
HSV(B) 321.89º 0.99% 0.88% -
XYZ 35.72 17.87 27.55 -
YUV 84.45 161.05 227.54 -
System Red Green Blue C M Y K H S L
Decimal 224 2 143 0 0.99 0.36 0.12 321.89 0.98 0.44
Hex E0 2 8F 0 63 24 C 142 62 2C
Octal 340 2 217 0 143 44 14 502 142 54
Binary 11100000 10 10001111 0 1100011 100100 1100 101000010 1100010 101100

Color Harmonies of #E0028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0028F

Black with #E0028F

Text Example


Text Example

White with #E0028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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