#E2078E

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

Shades of Hollywood Cerise #E2078E

Tints of Hollywood Cerise #E2078E

Color information

#E2078E (or 0xE2078E) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 07 and 8E. RGB value is (226,7,142). Sum of RGB (Red+Green+Blue) = 226+7+142=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2078E is #1DF871. Grayscale: #575757. Windows color (decimal): -1964146 or 9308130. OLE color: 9308130.

HSL color Cylindrical-coordinate representation of color #E2078E: hue angle of 323.01º 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 #E2078E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB2267142-
CMYK00.970.370.11
HSL323.01º93.99%45.69%-
HSV(B)323.01º96.9%88.63%-
XYZ36.3218.2727.2-
YUV87.87158.55226.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.27%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=60.27%
G=1.87%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226714200.970.370.11323.0193.9945.69
HexE278E06125B1435e2e
Octal34272160141451350313656
Binary11100010111100011100110000110010110111010000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2078E; }

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

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

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

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

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

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

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

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