#EC0192

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

Shades of Hollywood Cerise #EC0192

Tints of Hollywood Cerise #EC0192

Color information

#EC0192 (or 0xEC0192) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 01 and 92. RGB value is (236,1,146). Sum of RGB (Red+Green+Blue) = 236+1+146=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0192 is #13FE6D. Grayscale: #575757. Windows color (decimal): -1310318 or 9568748. OLE color: 9568748.

HSL color Cylindrical-coordinate representation of color #EC0192: hue angle of 322.98º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0192 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB2361146-
CMYK01.000.380.07
HSL322.98º99.16%46.47%-
HSV(B)322.98º99.58%92.55%-
XYZ39.7919.9328.94-
YUV87.8160.86233.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.62%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=61.62%
G=0.26%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236114601.000.380.07322.9899.1646.47
HexEC192064267143632e
Octal3541222014446750314356
Binary11101100110010010011001001001101111010000111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0192; }

 p { color: rgb(236,1,146); }

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

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

 a { background-color: rgb(236,1,146); }

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

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

 span { border-color: rgb(236,1,146); }

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