Html Css Color HEX #EC07AC Hollywood Cerise

📋 copy color: '#EC07AC'

red 236 ◦ green 7 ◦ blue 172

#EC07AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #EC07AC

Tints of Hollywood Cerise #EC07AC

RGB

 RED value IS 236 (92.58% from 255) = 56.87%

 GREEN value IS 7 (3.13% from 255) = 1.69%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 56.87%
G = 1.69%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC07AC (or 0xEC07AC) is known color: Hollywood Cerise. HEX triplet: EC, 07 and AC. RGB value is (236,7,172). Sum of RGB (Red+Green+Blue) = 236+7+172=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07AC is #13F853. Grayscale: #5D5D5D. Windows color (decimal): -1308756 or 11274220. OLE color: 11274220.

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

Color convert

RGB 236 7 172 -
CMYK 0 0.97 0.27 0.07
HSL 316.77º 0.94% 0.48% -
HSV(B) 316.77º 0.97% 0.93% -
XYZ 42.11 20.96 40.86 -
YUV 94.28 171.87 229.08 -
System Red Green Blue C M Y K H S L
Decimal 236 7 172 0 0.97 0.27 0.07 316.77 0.94 0.48
Hex EC 7 AC 0 61 1B 7 13D 5E 30
Octal 354 7 254 0 141 33 7 475 136 60
Binary 11101100 111 10101100 0 1100001 11011 111 100111101 1011110 110000

Color Harmonies of #EC07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07AC

Black with #EC07AC

Text Example


Text Example

White with #EC07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07AC; }

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

 H1.HeaderClassName
 {
   color: #EC07AC;
 }
 .AnyTagClassName
 {
   color: #EC07AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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