#e2189f

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

Shades of Hollywood Cerise #E2189F

Tints of Hollywood Cerise #E2189F

Color information

#E2189F (or 0xE2189F) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 18 and 9F. RGB value is (226,24,159). Sum of RGB (Red+Green+Blue) = 226+24+159=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2189F is #1DE760. Grayscale: #636363. Windows color (decimal): -1959777 or 10426594. OLE color: 10426594.

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

Color convert

RGB22624159-
CMYK00.890.300.11
HSL319.9º80.8%49.02%-
HSV(B)319.9º89.38%88.63%-
XYZ37.9519.3334.53-
YUV99.79161.42218.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.26%
GREEN value IS 24 (9.77% from 255) = 5.87%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=55.26%
G=5.87%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262415900.890.300.11319.980.849.02
HexE2189F0591EB1405131
Octal342302370131361350012161
Binary111000101100010011111010110011111010111010000001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2189f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2189f; }

 p { color: rgb(226,24,159); }

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

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

 a { background-color: rgb(226,24,159); }

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

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

 span { border-color: rgb(226,24,159); }

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