Html Css Color HEX #EC00AC Hollywood Cerise

📋 copy color: '#EC00AC'

red 236 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #EC00AC

Tints of Hollywood Cerise #EC00AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.84%
G = 0%
B = 42.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC00AC (or 0xEC00AC) is known color: Hollywood Cerise. HEX triplet: EC, 00 and AC. RGB value is (236,0,172). Sum of RGB (Red+Green+Blue) = 236+0+172=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC00AC is #13FF53. Grayscale: #595959. Windows color (decimal): -1310548 or 11272428. OLE color: 11272428.

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

Color convert

RGB 236 0 172 -
CMYK 0 1 0.27 0.07
HSL 316.27º 1% 0.46% -
HSV(B) 316.27º 1% 0.93% -
XYZ 42.04 20.81 40.83 -
YUV 90.17 174.19 232.01 -
System Red Green Blue C M Y K H S L
Decimal 236 0 172 0 1 0.27 0.07 316.27 1 0.46
Hex EC 0 AC 0 64 1B 7 13C 64 2E
Octal 354 0 254 0 144 33 7 474 144 56
Binary 11101100 0 10101100 0 1100100 11011 111 100111100 1100100 101110

Color Harmonies of #EC00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00AC

Black with #EC00AC

Text Example


Text Example

White with #EC00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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