Html Css Color HEX #EC00A6 Hollywood Cerise

📋 copy color: '#EC00A6'

red 236 ◦ green 0 ◦ blue 166

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

Shades of Hollywood Cerise #EC00A6

Tints of Hollywood Cerise #EC00A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 58.71%
G = 0%
B = 41.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC00A6 (or 0xEC00A6) is known color: Hollywood Cerise. HEX triplet: EC, 00 and A6. RGB value is (236,0,166). Sum of RGB (Red+Green+Blue) = 236+0+166=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC00A6 is #13FF59. Grayscale: #595959. Windows color (decimal): -1310554 or 10879212. OLE color: 10879212.

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

Color convert

RGB 236 0 166 -
CMYK 0 1 0.30 0.07
HSL 317.8º 1% 0.46% -
HSV(B) 317.8º 1% 0.93% -
XYZ 41.48 20.59 37.86 -
YUV 89.49 171.19 232.5 -
System Red Green Blue C M Y K H S L
Decimal 236 0 166 0 1 0.30 0.07 317.8 1 0.46
Hex EC 0 A6 0 64 1E 7 13E 64 2E
Octal 354 0 246 0 144 36 7 476 144 56
Binary 11101100 0 10100110 0 1100100 11110 111 100111110 1100100 101110

Color Harmonies of #EC00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00A6

Black with #EC00A6

Text Example


Text Example

White with #EC00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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