#EC0FAE

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

Shades of Hollywood Cerise #EC0FAE

Tints of Hollywood Cerise #EC0FAE

Color information

#EC0FAE (or 0xEC0FAE) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 0F and AE. RGB value is (236,15,174). Sum of RGB (Red+Green+Blue) = 236+15+174=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FAE is #13F051. Grayscale: #626262. Windows color (decimal): -1306706 or 11407340. OLE color: 11407340.

HSL color Cylindrical-coordinate representation of color #EC0FAE: hue angle of 316.83º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FAE is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB23615174-
CMYK00.940.260.07
HSL316.83º88.05%49.22%-
HSV(B)316.83º93.64%92.55%-
XYZ42.421.2341.91-
YUV99.2170.22225.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 15 (6.25% from 255) = 3.53%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=55.53%
G=3.53%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361517400.940.260.07316.8388.0549.22
HexECFAE05E1A713d5831
Octal35417256013632747513061
Binary1110110011111010111001011110110101111001111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0FAE; }

 p { color: rgb(236,15,174); }

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

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

 a { background-color: rgb(236,15,174); }

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

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

 span { border-color: rgb(236,15,174); }

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