Html Css Color HEX #EC16A6 Spicy Pink

📋 copy color: '#EC16A6'

red 236 ◦ green 22 ◦ blue 166

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

Shades of Spicy Pink #EC16A6

Tints of Spicy Pink #EC16A6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

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

R = 55.66%
G = 5.19%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC16A6 (or 0xEC16A6) is known color: Spicy Pink. HEX triplet: EC, 16 and A6. RGB value is (236,22,166). Sum of RGB (Red+Green+Blue) = 236+22+166=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16A6 is #13E959. Grayscale: #666666. Windows color (decimal): -1304922 or 10884844. OLE color: 10884844.

HSL color Cylindrical-coordinate representation of color #EC16A6: hue angle of 319.63º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16A6 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 22 166 -
CMYK 0 0.91 0.30 0.07
HSL 319.63º 0.85% 0.51% -
HSV(B) 319.63º 0.91% 0.93% -
XYZ 41.76 21.16 37.96 -
YUV 102.4 163.9 223.29 -
System Red Green Blue C M Y K H S L
Decimal 236 22 166 0 0.91 0.30 0.07 319.63 0.85 0.51
Hex EC 16 A6 0 5B 1E 7 140 55 33
Octal 354 26 246 0 133 36 7 500 125 63
Binary 11101100 10110 10100110 0 1011011 11110 111 101000000 1010101 110011

Color Harmonies of #EC16A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC16A6

Black with #EC16A6

Text Example


Text Example

White with #EC16A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC16A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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