#E0028B

Color #E0028B Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E0028B

Tints of Hollywood Cerise #E0028B

Color information

#E0028B (or 0xE0028B) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 02 and 8B. RGB value is (224,2,139). Sum of RGB (Red+Green+Blue) = 224+2+139=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0028B is #1FFD74. Grayscale: #535353. Windows color (decimal): -2096501 or 9110240. OLE color: 9110240.

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

Color convert

RGB2242139-
CMYK00.990.380.12
HSL322.97º98.23%44.31%-
HSV(B)322.97º99.11%87.84%-
XYZ35.4217.7525.99-
YUV84159.05227.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.37%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=61.37%
G=0.55%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224213900.990.380.12322.9798.2344.31
HexE028B06326C143622c
Octal34022130143461450314254
Binary1110000010100010110110001110011011001010000111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0028B; }

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

 H1.HeaderClassName
 {
   color: #E0028B;
 }
 .AnyTagClassName
 {
   color: #E0028B;
 }
</style>
background-color css

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

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

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

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

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

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