#EC0FAF

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

Shades of Hollywood Cerise #EC0FAF

Tints of Hollywood Cerise #EC0FAF

Color information

#EC0FAF (or 0xEC0FAF) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 0F and AF. RGB value is (236,15,175). Sum of RGB (Red+Green+Blue) = 236+15+175=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FAF is #13F050. Grayscale: #626262. Windows color (decimal): -1306705 or 11472876. OLE color: 11472876.

HSL color Cylindrical-coordinate representation of color #EC0FAF: hue angle of 316.56º 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 #EC0FAF is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB23615175-
CMYK00.940.260.07
HSL316.56º88.05%49.22%-
HSV(B)316.56º93.64%92.55%-
XYZ42.521.2742.42-
YUV99.32170.72225.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.40%
GREEN value IS 15 (6.25% from 255) = 3.52%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=55.40%
G=3.52%
B=41.08%

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
Decimal2361517500.940.260.07316.5688.0549.22
HexECFAF05E1A713d5831
Octal35417257013632747513061
Binary1110110011111010111101011110110101111001111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0FAF; }

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

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

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

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

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

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

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

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