Html Css Color HEX #EC15AC Spicy Pink

📋 copy color: '#EC15AC'

red 236 ◦ green 21 ◦ blue 172

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

Shades of Spicy Pink #EC15AC

Tints of Spicy Pink #EC15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.9%

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

R = 55.01%
G = 4.9%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC15AC (or 0xEC15AC) is known color: Spicy Pink. HEX triplet: EC, 15 and AC. RGB value is (236,21,172). Sum of RGB (Red+Green+Blue) = 236+21+172=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC15AC is #13EA53. Grayscale: #666666. Windows color (decimal): -1305172 or 11277804. OLE color: 11277804.

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

Color convert

RGB 236 21 172 -
CMYK 0 0.91 0.27 0.07
HSL 317.86º 0.85% 0.5% -
HSV(B) 317.86º 0.91% 0.93% -
XYZ 42.31 21.35 40.92 -
YUV 102.5 167.23 223.22 -
System Red Green Blue C M Y K H S L
Decimal 236 21 172 0 0.91 0.27 0.07 317.86 0.85 0.5
Hex EC 15 AC 0 5B 1B 7 13E 55 32
Octal 354 25 254 0 133 33 7 476 125 62
Binary 11101100 10101 10101100 0 1011011 11011 111 100111110 1010101 110010

Color Harmonies of #EC15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15AC

Black with #EC15AC

Text Example


Text Example

White with #EC15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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