Html Css Color HEX #EC20AC Spicy Pink

📋 copy color: '#EC20AC'

red 236 ◦ green 32 ◦ blue 172

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

Shades of Spicy Pink #EC20AC

Tints of Spicy Pink #EC20AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.27%

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 53.64%
G = 7.27%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC20AC (or 0xEC20AC) is known color: Spicy Pink. HEX triplet: EC, 20 and AC. RGB value is (236,32,172). Sum of RGB (Red+Green+Blue) = 236+32+172=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC20AC is #13DF53. Grayscale: #6C6C6C. Windows color (decimal): -1302356 or 11280620. OLE color: 11280620.

HSL color Cylindrical-coordinate representation of color #EC20AC: hue angle of 318.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC20AC is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 172 -
CMYK 0 0.86 0.27 0.07
HSL 318.82º 0.84% 0.53% -
HSV(B) 318.82º 0.86% 0.93% -
XYZ 42.55 21.84 41 -
YUV 108.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 236 32 172 0 0.86 0.27 0.07 318.82 0.84 0.53
Hex EC 20 AC 0 56 1B 7 13F 54 35
Octal 354 40 254 0 126 33 7 477 124 65
Binary 11101100 100000 10101100 0 1010110 11011 111 100111111 1010100 110101

Color Harmonies of #EC20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC20AC

Black with #EC20AC

Text Example


Text Example

White with #EC20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC20AC; }

 p { color: rgb(236,32,172); }

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

background-color css

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

 a { background-color: rgb(236,32,172); }

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

border-color css

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

 span { border-color: rgb(236,32,172); }

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