#EC159E

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

Shades of Hollywood Cerise #EC159E

Tints of Hollywood Cerise #EC159E

Color information

#EC159E (or 0xEC159E) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 15 and 9E. RGB value is (236,21,158). Sum of RGB (Red+Green+Blue) = 236+21+158=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC159E is #13EA61. Grayscale: #646464. Windows color (decimal): -1305186 or 10360300. OLE color: 10360300.

HSL color Cylindrical-coordinate representation of color #EC159E: hue angle of 321.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC159E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB23621158-
CMYK00.910.330.07
HSL321.77º84.98%50.39%-
HSV(B)321.77º91.1%92.55%-
XYZ41.0320.8434.21-
YUV100.9160.23224.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.87%
GREEN value IS 21 (8.59% from 255) = 5.06%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=56.87%
G=5.06%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362115800.910.330.07321.7784.9850.39
HexEC159E05B2171425532
Octal35425236013341750212562
Binary111011001010110011110010110111000011111010000101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC159E; }

 p { color: rgb(236,21,158); }

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

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

 a { background-color: rgb(236,21,158); }

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

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

 span { border-color: rgb(236,21,158); }

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