#E20CA7

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

Shades of Hollywood Cerise #E20CA7

Tints of Hollywood Cerise #E20CA7

Color information

#E20CA7 (or 0xE20CA7) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0C and A7. RGB value is (226,12,167). Sum of RGB (Red+Green+Blue) = 226+12+167=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20CA7 is #1DF358. Grayscale: #5D5D5D. Windows color (decimal): -1962841 or 10947810. OLE color: 10947810.

HSL color Cylindrical-coordinate representation of color #E20CA7: hue angle of 316.54º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CA7 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22612167-
CMYK00.950.260.11
HSL316.54º89.92%46.67%-
HSV(B)316.54º94.69%88.63%-
XYZ38.4719.2238.24-
YUV93.66169.4222.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.80%
GREEN value IS 12 (5.08% from 255) = 2.96%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=55.80%
G=2.96%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261216700.950.260.11316.5489.9246.67
HexE2CA705F1AB13d5a2f
Octal342142470137321347513257
Binary11100010110010100111010111111101010111001111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20CA7; }

 p { color: rgb(226,12,167); }

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

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

 a { background-color: rgb(226,12,167); }

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

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

 span { border-color: rgb(226,12,167); }

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