Html Css Color HEX #EC18A5 Spicy Pink

📋 copy color: '#EC18A5'

red 236 ◦ green 24 ◦ blue 165

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

Shades of Spicy Pink #EC18A5

Tints of Spicy Pink #EC18A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 55.53%
G = 5.65%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC18A5 (or 0xEC18A5) is known color: Spicy Pink. HEX triplet: EC, 18 and A5. RGB value is (236,24,165). Sum of RGB (Red+Green+Blue) = 236+24+165=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18A5 is #13E75A. Grayscale: #676767. Windows color (decimal): -1304411 or 10819820. OLE color: 10819820.

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

Color convert

RGB 236 24 165 -
CMYK 0 0.90 0.30 0.07
HSL 320.09º 0.85% 0.51% -
HSV(B) 320.09º 0.9% 0.93% -
XYZ 41.71 21.2 37.49 -
YUV 103.46 162.74 222.54 -
System Red Green Blue C M Y K H S L
Decimal 236 24 165 0 0.90 0.30 0.07 320.09 0.85 0.51
Hex EC 18 A5 0 5A 1E 7 140 55 33
Octal 354 30 245 0 132 36 7 500 125 63
Binary 11101100 11000 10100101 0 1011010 11110 111 101000000 1010101 110011

Color Harmonies of #EC18A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18A5

Black with #EC18A5

Text Example


Text Example

White with #EC18A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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