Html Css Color HEX #EC16A5 Spicy Pink

📋 copy color: '#EC16A5'

red 236 ◦ green 22 ◦ blue 165

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

Shades of Spicy Pink #EC16A5

Tints of Spicy Pink #EC16A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 55.79%
G = 5.2%
B = 39.01%

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

#EC16A5 (or 0xEC16A5) is known color: Spicy Pink. HEX triplet: EC, 16 and A5. RGB value is (236,22,165). Sum of RGB (Red+Green+Blue) = 236+22+165=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16A5 is #13E95A. Grayscale: #656565. Windows color (decimal): -1304923 or 10819308. OLE color: 10819308.

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

Color convert

RGB 236 22 165 -
CMYK 0 0.91 0.30 0.07
HSL 319.91º 0.85% 0.51% -
HSV(B) 319.91º 0.91% 0.93% -
XYZ 41.67 21.12 37.48 -
YUV 102.29 163.4 223.37 -
System Red Green Blue C M Y K H S L
Decimal 236 22 165 0 0.91 0.30 0.07 319.91 0.85 0.51
Hex EC 16 A5 0 5B 1E 7 140 55 33
Octal 354 26 245 0 133 36 7 500 125 63
Binary 11101100 10110 10100101 0 1011011 11110 111 101000000 1010101 110011

Color Harmonies of #EC16A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC16A5

Black with #EC16A5

Text Example


Text Example

White with #EC16A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC16A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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