Html Css Color HEX #EC18A3 Spicy Pink

📋 copy color: '#EC18A3'

red 236 ◦ green 24 ◦ blue 163

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

Shades of Spicy Pink #EC18A3

Tints of Spicy Pink #EC18A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.53%

R = 55.79%
G = 5.67%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC18A3 (or 0xEC18A3) is known color: Spicy Pink. HEX triplet: EC, 18 and A3. RGB value is (236,24,163). Sum of RGB (Red+Green+Blue) = 236+24+163=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18A3 is #13E75C. Grayscale: #666666. Windows color (decimal): -1304413 or 10688748. OLE color: 10688748.

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

Color convert

RGB 236 24 163 -
CMYK 0 0.90 0.31 0.07
HSL 320.66º 0.85% 0.51% -
HSV(B) 320.66º 0.9% 0.93% -
XYZ 41.53 21.13 36.54 -
YUV 103.23 161.74 222.7 -
System Red Green Blue C M Y K H S L
Decimal 236 24 163 0 0.90 0.31 0.07 320.66 0.85 0.51
Hex EC 18 A3 0 5A 1F 7 141 55 33
Octal 354 30 243 0 132 37 7 501 125 63
Binary 11101100 11000 10100011 0 1011010 11111 111 101000001 1010101 110011

Color Harmonies of #EC18A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18A3

Black with #EC18A3

Text Example


Text Example

White with #EC18A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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