Html Css Color HEX #EC10A6 Hollywood Cerise

📋 copy color: '#EC10A6'

red 236 ◦ green 16 ◦ blue 166

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

Shades of Hollywood Cerise #EC10A6

Tints of Hollywood Cerise #EC10A6

RGB

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

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

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

R = 56.46%
G = 3.83%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC10A6 (or 0xEC10A6) is known color: Hollywood Cerise. HEX triplet: EC, 10 and A6. RGB value is (236,16,166). Sum of RGB (Red+Green+Blue) = 236+16+166=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10A6 is #13EF59. Grayscale: #626262. Windows color (decimal): -1306458 or 10883308. OLE color: 10883308.

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

Color convert

RGB 236 16 166 -
CMYK 0 0.93 0.30 0.07
HSL 319.09º 0.87% 0.49% -
HSV(B) 319.09º 0.93% 0.93% -
XYZ 41.66 20.96 37.93 -
YUV 98.88 165.89 225.8 -
System Red Green Blue C M Y K H S L
Decimal 236 16 166 0 0.93 0.30 0.07 319.09 0.87 0.49
Hex EC 10 A6 0 5D 1E 7 13F 57 31
Octal 354 20 246 0 135 36 7 477 127 61
Binary 11101100 10000 10100110 0 1011101 11110 111 100111111 1010111 110001

Color Harmonies of #EC10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10A6

Black with #EC10A6

Text Example


Text Example

White with #EC10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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