#EC07AF

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

Shades of Hollywood Cerise #EC07AF

Tints of Hollywood Cerise #EC07AF

Color information

#EC07AF (or 0xEC07AF) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 07 and AF. RGB value is (236,7,175). Sum of RGB (Red+Green+Blue) = 236+7+175=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07AF is #13F850. Grayscale: #5E5E5E. Windows color (decimal): -1308753 or 11470828. OLE color: 11470828.

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

Color convert

RGB2367175-
CMYK00.970.260.07
HSL315.98º94.24%47.65%-
HSV(B)315.98º97.03%92.55%-
XYZ42.4121.0842.39-
YUV94.62173.37228.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.46%
GREEN value IS 7 (3.12% from 255) = 1.67%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=56.46%
G=1.67%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236717500.970.260.07315.9894.2447.65
HexEC7AF0611A713c5e30
Octal3547257014132747413660
Binary111011001111010111101100001110101111001111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC07AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC07AF; }

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

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

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

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

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

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

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

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