#EC0094

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

Shades of Hollywood Cerise #EC0094

Tints of Hollywood Cerise #EC0094

Color information

#EC0094 (or 0xEC0094) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 00 and 94. RGB value is (236,0,148). Sum of RGB (Red+Green+Blue) = 236+0+148=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0094 is #13FF6B. Grayscale: #575757. Windows color (decimal): -1310572 or 9699564. OLE color: 9699564.

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

Color convert

RGB2360148-
CMYK010.370.07
HSL322.37º100%46.27%-
HSV(B)322.37º100%92.55%-
XYZ39.9419.9729.77-
YUV87.44162.19233.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=61.46%
G=0%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2360148010.370.07322.3710046.27
HexEC094064257142642e
Octal3540224014445750214456
Binary11101100010010100011001001001011111010000101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0094; }

 p { color: rgb(236,0,148); }

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

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

 a { background-color: rgb(236,0,148); }

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

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

 span { border-color: rgb(236,0,148); }

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