#E1048C

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

Shades of Hollywood Cerise #E1048C

Tints of Hollywood Cerise #E1048C

Color information

#E1048C (or 0xE1048C) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 04 and 8C. RGB value is (225,4,140). Sum of RGB (Red+Green+Blue) = 225+4+140=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1048C is #1EFB73. Grayscale: #555555. Windows color (decimal): -2030452 or 9176289. OLE color: 9176289.

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

Color convert

RGB2254140-
CMYK00.980.380.12
HSL323.08º96.51%44.9%-
HSV(B)323.08º98.22%88.24%-
XYZ35.8317.9926.39-
YUV85.58158.72227.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.98%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=60.98%
G=1.08%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225414000.980.380.12323.0896.5144.9
HexE148C06226C143612d
Octal34142140142461450314155
Binary11100001100100011000110001010011011001010000111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1048C; }

 p { color: rgb(225,4,140); }

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

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

 a { background-color: rgb(225,4,140); }

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

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

 span { border-color: rgb(225,4,140); }

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