#E20193

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

Shades of Hollywood Cerise #E20193

Tints of Hollywood Cerise #E20193

Color information

#E20193 (or 0xE20193) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 01 and 93. RGB value is (226,1,147). Sum of RGB (Red+Green+Blue) = 226+1+147=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E20193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20193 is #1DFE6C. Grayscale: #545454. Windows color (decimal): -1965677 or 9634274. OLE color: 9634274.

HSL color Cylindrical-coordinate representation of color #E20193: hue angle of 321.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20193 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB2261147-
CMYK01.000.350.11
HSL321.07º99.12%44.51%-
HSV(B)321.07º99.56%88.63%-
XYZ36.6418.329.2-
YUV84.92163.04228.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.43%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=60.43%
G=0.27%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226114701.000.350.11321.0799.1244.51
HexE219306423B141632d
Octal34212230144431350114355
Binary111000101100100110110010010001110111010000011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20193; }

 p { color: rgb(226,1,147); }

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

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

 a { background-color: rgb(226,1,147); }

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

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

 span { border-color: rgb(226,1,147); }

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