Html Css Color HEX #EC13AC Spicy Pink

📋 copy color: '#EC13AC'

red 236 ◦ green 19 ◦ blue 172

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

Shades of Spicy Pink #EC13AC

Tints of Spicy Pink #EC13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.45%

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

R = 55.27%
G = 4.45%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC13AC (or 0xEC13AC) is known color: Spicy Pink. HEX triplet: EC, 13 and AC. RGB value is (236,19,172). Sum of RGB (Red+Green+Blue) = 236+19+172=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC13AC is #13EC53. Grayscale: #646464. Windows color (decimal): -1305684 or 11277292. OLE color: 11277292.

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

Color convert

RGB 236 19 172 -
CMYK 0 0.92 0.27 0.07
HSL 317.7º 0.85% 0.5% -
HSV(B) 317.7º 0.92% 0.93% -
XYZ 42.27 21.28 40.91 -
YUV 101.33 167.89 224.06 -
System Red Green Blue C M Y K H S L
Decimal 236 19 172 0 0.92 0.27 0.07 317.7 0.85 0.5
Hex EC 13 AC 0 5C 1B 7 13E 55 32
Octal 354 23 254 0 134 33 7 476 125 62
Binary 11101100 10011 10101100 0 1011100 11011 111 100111110 1010101 110010

Color Harmonies of #EC13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13AC

Black with #EC13AC

Text Example


Text Example

White with #EC13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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