Html Css Color HEX #EC12AD Spicy Pink

📋 copy color: '#EC12AD'

red 236 ◦ green 18 ◦ blue 173

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

Shades of Spicy Pink #EC12AD

Tints of Spicy Pink #EC12AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.22%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 55.27%
G = 4.22%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC12AD (or 0xEC12AD) is known color: Spicy Pink. HEX triplet: EC, 12 and AD. RGB value is (236,18,173). Sum of RGB (Red+Green+Blue) = 236+18+173=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12AD is #13ED52. Grayscale: #646464. Windows color (decimal): -1305939 or 11342572. OLE color: 11342572.

HSL color Cylindrical-coordinate representation of color #EC12AD: hue angle of 317.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12AD is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 173 -
CMYK 0 0.92 0.27 0.07
HSL 317.34º 0.86% 0.5% -
HSV(B) 317.34º 0.92% 0.93% -
XYZ 42.35 21.28 41.41 -
YUV 100.85 168.72 224.4 -
System Red Green Blue C M Y K H S L
Decimal 236 18 173 0 0.92 0.27 0.07 317.34 0.86 0.5
Hex EC 12 AD 0 5C 1B 7 13D 56 32
Octal 354 22 255 0 134 33 7 475 126 62
Binary 11101100 10010 10101101 0 1011100 11011 111 100111101 1010110 110010

Color Harmonies of #EC12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12AD

Black with #EC12AD

Text Example


Text Example

White with #EC12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12AD; }

 p { color: rgb(236,18,173); }

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

background-color css

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

 a { background-color: rgb(236,18,173); }

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

border-color css

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

 span { border-color: rgb(236,18,173); }

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