Html Css Color HEX #EC009C Hollywood Cerise

📋 copy color: '#EC009C'

red 236 ◦ green 0 ◦ blue 156

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

Shades of Hollywood Cerise #EC009C

Tints of Hollywood Cerise #EC009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 60.2%
G = 0%
B = 39.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC009C (or 0xEC009C) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 9C. RGB value is (236,0,156). Sum of RGB (Red+Green+Blue) = 236+0+156=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC009C is #13FF63. Grayscale: #575757. Windows color (decimal): -1310564 or 10223852. OLE color: 10223852.

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

Color convert

RGB 236 0 156 -
CMYK 0 1 0.34 0.07
HSL 320.34º 1% 0.46% -
HSV(B) 320.34º 1% 0.93% -
XYZ 40.59 20.23 33.22 -
YUV 88.35 166.19 233.32 -
System Red Green Blue C M Y K H S L
Decimal 236 0 156 0 1 0.34 0.07 320.34 1 0.46
Hex EC 0 9C 0 64 22 7 140 64 2E
Octal 354 0 234 0 144 42 7 500 144 56
Binary 11101100 0 10011100 0 1100100 100010 111 101000000 1100100 101110

Color Harmonies of #EC009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC009C

Black with #EC009C

Text Example


Text Example

White with #EC009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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