#E213A9

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

Shades of Hollywood Cerise #E213A9

Tints of Hollywood Cerise #E213A9

Color information

#E213A9 (or 0xE213A9) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 13 and A9. RGB value is (226,19,169). Sum of RGB (Red+Green+Blue) = 226+19+169=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E213A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E213A9 is #1DEC56. Grayscale: #616161. Windows color (decimal): -1961047 or 11080674. OLE color: 11080674.

HSL color Cylindrical-coordinate representation of color #E213A9: hue angle of 316.52º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E213A9 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22619169-
CMYK00.920.250.11
HSL316.52º84.49%48.04%-
HSV(B)316.52º91.59%88.63%-
XYZ38.7619.539.26-
YUV97.99168.08219.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.59%
GREEN value IS 19 (7.81% from 255) = 4.59%
BLUE value IS 169 (66.41% from 255) = 40.82%
R=54.59%
G=4.59%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261916900.920.250.11316.5284.4948.04
HexE213A905C19B13d5430
Octal342232510134311347512460
Binary111000101001110101001010111001100110111001111011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E213A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E213A9; }

 p { color: rgb(226,19,169); }

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

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

 a { background-color: rgb(226,19,169); }

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

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

 span { border-color: rgb(226,19,169); }

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