#E21A9C

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

Shades of Hollywood Cerise #E21A9C

Tints of Hollywood Cerise #E21A9C

Color information

#E21A9C (or 0xE21A9C) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 1A and 9C. RGB value is (226,26,156). Sum of RGB (Red+Green+Blue) = 226+26+156=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A9C is #1DE563. Grayscale: #646464. Windows color (decimal): -1959268 or 10230498. OLE color: 10230498.

HSL color Cylindrical-coordinate representation of color #E21A9C: hue angle of 321º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A9C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB22626156-
CMYK00.880.310.11
HSL321º79.37%49.41%-
HSV(B)321º88.5%88.63%-
XYZ37.7319.3133.19-
YUV100.62159.26217.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.39%
GREEN value IS 26 (10.55% from 255) = 6.37%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=55.39%
G=6.37%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262615600.880.310.1132179.3749.41
HexE21A9C0581FB1414f31
Octal342322340130371350111761
Binary111000101101010011100010110001111110111010000011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21A9C; }

 p { color: rgb(226,26,156); }

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

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

 a { background-color: rgb(226,26,156); }

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

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

 span { border-color: rgb(226,26,156); }

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