Html Css Color HEX #EC18AC Spicy Pink

📋 copy color: '#EC18AC'

red 236 ◦ green 24 ◦ blue 172

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

Shades of Spicy Pink #EC18AC

Tints of Spicy Pink #EC18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.56%

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

R = 54.63%
G = 5.56%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC18AC (or 0xEC18AC) is known color: Spicy Pink. HEX triplet: EC, 18 and AC. RGB value is (236,24,172). Sum of RGB (Red+Green+Blue) = 236+24+172=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18AC is #13E753. Grayscale: #676767. Windows color (decimal): -1304404 or 11278572. OLE color: 11278572.

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

Color convert

RGB 236 24 172 -
CMYK 0 0.90 0.27 0.07
HSL 318.11º 0.85% 0.51% -
HSV(B) 318.11º 0.9% 0.93% -
XYZ 42.37 21.46 40.94 -
YUV 104.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 236 24 172 0 0.90 0.27 0.07 318.11 0.85 0.51
Hex EC 18 AC 0 5A 1B 7 13E 55 33
Octal 354 30 254 0 132 33 7 476 125 63
Binary 11101100 11000 10101100 0 1011010 11011 111 100111110 1010101 110011

Color Harmonies of #EC18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18AC

Black with #EC18AC

Text Example


Text Example

White with #EC18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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