#E1028B

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

Shades of Hollywood Cerise #E1028B

Tints of Hollywood Cerise #E1028B

Color information

#E1028B (or 0xE1028B) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 02 and 8B. RGB value is (225,2,139). Sum of RGB (Red+Green+Blue) = 225+2+139=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1028B is #1EFD74. Grayscale: #535353. Windows color (decimal): -2030965 or 9110241. OLE color: 9110241.

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

Color convert

RGB2252139-
CMYK00.990.380.12
HSL323.14º98.24%44.51%-
HSV(B)323.14º99.11%88.24%-
XYZ35.7317.9226-
YUV84.3158.88228.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.48%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=61.48%
G=0.55%
B=37.98%

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
Decimal225213900.990.380.12323.1498.2444.51
HexE128B06326C143622d
Octal34122130143461450314255
Binary1110000110100010110110001110011011001010000111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1028B; }

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

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

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

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

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

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

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

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