#E2078C

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

Shades of Hollywood Cerise #E2078C

Tints of Hollywood Cerise #E2078C

Color information

#E2078C (or 0xE2078C) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 07 and 8C. RGB value is (226,7,140). Sum of RGB (Red+Green+Blue) = 226+7+140=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2078C is #1DF873. Grayscale: #575757. Windows color (decimal): -1964148 or 9177058. OLE color: 9177058.

HSL color Cylindrical-coordinate representation of color #E2078C: hue angle of 323.56º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2078C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB2267140-
CMYK00.970.380.11
HSL323.56º93.99%45.69%-
HSV(B)323.56º96.9%88.63%-
XYZ36.1718.2126.42-
YUV87.64157.55226.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.59%
GREEN value IS 7 (3.12% from 255) = 1.88%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=60.59%
G=1.88%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226714000.970.380.11323.5693.9945.69
HexE278C06126B1445e2e
Octal34272140141461350413656
Binary11100010111100011000110000110011010111010001001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2078C; }

 p { color: rgb(226,7,140); }

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

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

 a { background-color: rgb(226,7,140); }

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

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

 span { border-color: rgb(226,7,140); }

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