Html Css Color HEX #EC18AB Spicy Pink

📋 copy color: '#EC18AB'

red 236 ◦ green 24 ◦ blue 171

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

Shades of Spicy Pink #EC18AB

Tints of Spicy Pink #EC18AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 54.76%
G = 5.57%
B = 39.68%

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

#EC18AB (or 0xEC18AB) is known color: Spicy Pink. HEX triplet: EC, 18 and AB. RGB value is (236,24,171). Sum of RGB (Red+Green+Blue) = 236+24+171=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18AB is #13E754. Grayscale: #676767. Windows color (decimal): -1304405 or 11213036. OLE color: 11213036.

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

Color convert

RGB 236 24 171 -
CMYK 0 0.90 0.28 0.07
HSL 318.4º 0.85% 0.51% -
HSV(B) 318.4º 0.9% 0.93% -
XYZ 42.27 21.43 40.44 -
YUV 104.15 165.74 222.05 -
System Red Green Blue C M Y K H S L
Decimal 236 24 171 0 0.90 0.28 0.07 318.4 0.85 0.51
Hex EC 18 AB 0 5A 1C 7 13E 55 33
Octal 354 30 253 0 132 34 7 476 125 63
Binary 11101100 11000 10101011 0 1011010 11100 111 100111110 1010101 110011

Color Harmonies of #EC18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18AB

Black with #EC18AB

Text Example


Text Example

White with #EC18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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