Html Css Color HEX #EC06A9 Hollywood Cerise

📋 copy color: '#EC06A9'

red 236 ◦ green 6 ◦ blue 169

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

Shades of Hollywood Cerise #EC06A9

Tints of Hollywood Cerise #EC06A9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

 BLUE value IS 169 (66.41% from 255) = 41.12%

R = 57.42%
G = 1.46%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC06A9 (or 0xEC06A9) is known color: Hollywood Cerise. HEX triplet: EC, 06 and A9. RGB value is (236,6,169). Sum of RGB (Red+Green+Blue) = 236+6+169=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC06A9 is #13F956. Grayscale: #5C5C5C. Windows color (decimal): -1309015 or 11077356. OLE color: 11077356.

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

Color convert

RGB 236 6 169 -
CMYK 0 0.97 0.28 0.07
HSL 317.48º 0.95% 0.47% -
HSV(B) 317.48º 0.97% 0.93% -
XYZ 41.82 20.83 39.35 -
YUV 93.35 170.7 229.75 -
System Red Green Blue C M Y K H S L
Decimal 236 6 169 0 0.97 0.28 0.07 317.48 0.95 0.47
Hex EC 6 A9 0 61 1C 7 13D 5F 2F
Octal 354 6 251 0 141 34 7 475 137 57
Binary 11101100 110 10101001 0 1100001 11100 111 100111101 1011111 101111

Color Harmonies of #EC06A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06A9

Black with #EC06A9

Text Example


Text Example

White with #EC06A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06A9; }

 p { color: rgb(236,6,169); }

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

background-color css

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

 a { background-color: rgb(236,6,169); }

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

border-color css

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

 span { border-color: rgb(236,6,169); }

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