Html Css Color HEX #EC05AC Hollywood Cerise

📋 copy color: '#EC05AC'

red 236 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #EC05AC

Tints of Hollywood Cerise #EC05AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 57.14%
G = 1.21%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC05AC (or 0xEC05AC) is known color: Hollywood Cerise. HEX triplet: EC, 05 and AC. RGB value is (236,5,172). Sum of RGB (Red+Green+Blue) = 236+5+172=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC05AC is #13FA53. Grayscale: #5C5C5C. Windows color (decimal): -1309268 or 11273708. OLE color: 11273708.

HSL color Cylindrical-coordinate representation of color #EC05AC: hue angle of 316.62º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05AC is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 172 -
CMYK 0 0.98 0.27 0.07
HSL 316.62º 0.96% 0.47% -
HSV(B) 316.62º 0.98% 0.93% -
XYZ 42.09 20.92 40.85 -
YUV 93.11 172.53 229.92 -
System Red Green Blue C M Y K H S L
Decimal 236 5 172 0 0.98 0.27 0.07 316.62 0.96 0.47
Hex EC 5 AC 0 62 1B 7 13D 60 2F
Octal 354 5 254 0 142 33 7 475 140 57
Binary 11101100 101 10101100 0 1100010 11011 111 100111101 1100000 101111

Color Harmonies of #EC05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05AC

Black with #EC05AC

Text Example


Text Example

White with #EC05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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