Html Css Color HEX #EC18A9 Spicy Pink

📋 copy color: '#EC18A9'

red 236 ◦ green 24 ◦ blue 169

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

Shades of Spicy Pink #EC18A9

Tints of Spicy Pink #EC18A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.39%

R = 55.01%
G = 5.59%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC18A9 (or 0xEC18A9) is known color: Spicy Pink. HEX triplet: EC, 18 and A9. RGB value is (236,24,169). Sum of RGB (Red+Green+Blue) = 236+24+169=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18A9 is #13E756. Grayscale: #676767. Windows color (decimal): -1304407 or 11081964. OLE color: 11081964.

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

Color convert

RGB 236 24 169 -
CMYK 0 0.90 0.28 0.07
HSL 318.96º 0.85% 0.51% -
HSV(B) 318.96º 0.9% 0.93% -
XYZ 42.08 21.35 39.44 -
YUV 103.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 236 24 169 0 0.90 0.28 0.07 318.96 0.85 0.51
Hex EC 18 A9 0 5A 1C 7 13F 55 33
Octal 354 30 251 0 132 34 7 477 125 63
Binary 11101100 11000 10101001 0 1011010 11100 111 100111111 1010101 110011

Color Harmonies of #EC18A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18A9

Black with #EC18A9

Text Example


Text Example

White with #EC18A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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