Html Css Color HEX #EC18AE Spicy Pink

📋 copy color: '#EC18AE'

red 236 ◦ green 24 ◦ blue 174

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

Shades of Spicy Pink #EC18AE

Tints of Spicy Pink #EC18AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 54.38%
G = 5.53%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC18AE (or 0xEC18AE) is known color: Spicy Pink. HEX triplet: EC, 18 and AE. RGB value is (236,24,174). Sum of RGB (Red+Green+Blue) = 236+24+174=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18AE is #13E751. Grayscale: #686868. Windows color (decimal): -1304402 or 11409644. OLE color: 11409644.

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

Color convert

RGB 236 24 174 -
CMYK 0 0.90 0.26 0.07
HSL 317.55º 0.85% 0.51% -
HSV(B) 317.55º 0.9% 0.93% -
XYZ 42.56 21.54 41.96 -
YUV 104.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 236 24 174 0 0.90 0.26 0.07 317.55 0.85 0.51
Hex EC 18 AE 0 5A 1A 7 13E 55 33
Octal 354 30 256 0 132 32 7 476 125 63
Binary 11101100 11000 10101110 0 1011010 11010 111 100111110 1010101 110011

Color Harmonies of #EC18AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18AE

Black with #EC18AE

Text Example


Text Example

White with #EC18AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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