Html Css Color HEX #EC10A9 Hollywood Cerise

📋 copy color: '#EC10A9'

red 236 ◦ green 16 ◦ blue 169

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

Shades of Hollywood Cerise #EC10A9

Tints of Hollywood Cerise #EC10A9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.8%

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

R = 56.06%
G = 3.8%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC10A9 (or 0xEC10A9) is known color: Hollywood Cerise. HEX triplet: EC, 10 and A9. RGB value is (236,16,169). Sum of RGB (Red+Green+Blue) = 236+16+169=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10A9 is #13EF56. Grayscale: #626262. Windows color (decimal): -1306455 or 11079916. OLE color: 11079916.

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

Color convert

RGB 236 16 169 -
CMYK 0 0.93 0.28 0.07
HSL 318.27º 0.87% 0.49% -
HSV(B) 318.27º 0.93% 0.93% -
XYZ 41.94 21.07 39.39 -
YUV 99.22 167.39 225.56 -
System Red Green Blue C M Y K H S L
Decimal 236 16 169 0 0.93 0.28 0.07 318.27 0.87 0.49
Hex EC 10 A9 0 5D 1C 7 13E 57 31
Octal 354 20 251 0 135 34 7 476 127 61
Binary 11101100 10000 10101001 0 1011101 11100 111 100111110 1010111 110001

Color Harmonies of #EC10A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10A9

Black with #EC10A9

Text Example


Text Example

White with #EC10A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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