Html Css Color HEX #EC07A9 Hollywood Cerise

📋 copy color: '#EC07A9'

red 236 ◦ green 7 ◦ blue 169

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

Shades of Hollywood Cerise #EC07A9

Tints of Hollywood Cerise #EC07A9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

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

R = 57.28%
G = 1.7%
B = 41.02%

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

#EC07A9 (or 0xEC07A9) is known color: Hollywood Cerise. HEX triplet: EC, 07 and A9. RGB value is (236,7,169). Sum of RGB (Red+Green+Blue) = 236+7+169=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07A9 is #13F856. Grayscale: #5D5D5D. Windows color (decimal): -1308759 or 11077612. OLE color: 11077612.

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

Color convert

RGB 236 7 169 -
CMYK 0 0.97 0.28 0.07
HSL 317.55º 0.94% 0.48% -
HSV(B) 317.55º 0.97% 0.93% -
XYZ 41.83 20.85 39.36 -
YUV 93.94 170.37 229.33 -
System Red Green Blue C M Y K H S L
Decimal 236 7 169 0 0.97 0.28 0.07 317.55 0.94 0.48
Hex EC 7 A9 0 61 1C 7 13E 5E 30
Octal 354 7 251 0 141 34 7 476 136 60
Binary 11101100 111 10101001 0 1100001 11100 111 100111110 1011110 110000

Color Harmonies of #EC07A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07A9

Black with #EC07A9

Text Example


Text Example

White with #EC07A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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