Html Css Color HEX #EC18AA Spicy Pink

📋 copy color: '#EC18AA'

red 236 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #EC18AA

Tints of Spicy Pink #EC18AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 54.88%
G = 5.58%
B = 39.53%

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

#EC18AA (or 0xEC18AA) is known color: Spicy Pink. HEX triplet: EC, 18 and AA. RGB value is (236,24,170). Sum of RGB (Red+Green+Blue) = 236+24+170=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18AA is #13E755. Grayscale: #676767. Windows color (decimal): -1304406 or 11147500. OLE color: 11147500.

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

Color convert

RGB 236 24 170 -
CMYK 0 0.90 0.28 0.07
HSL 318.68º 0.85% 0.51% -
HSV(B) 318.68º 0.9% 0.93% -
XYZ 42.17 21.39 39.94 -
YUV 104.03 165.24 222.13 -
System Red Green Blue C M Y K H S L
Decimal 236 24 170 0 0.90 0.28 0.07 318.68 0.85 0.51
Hex EC 18 AA 0 5A 1C 7 13F 55 33
Octal 354 30 252 0 132 34 7 477 125 63
Binary 11101100 11000 10101010 0 1011010 11100 111 100111111 1010101 110011

Color Harmonies of #EC18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18AA

Black with #EC18AA

Text Example


Text Example

White with #EC18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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