Html Css Color HEX #EC14A7 Spicy Pink

📋 copy color: '#EC14A7'

red 236 ◦ green 20 ◦ blue 167

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

Shades of Spicy Pink #EC14A7

Tints of Spicy Pink #EC14A7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.73%

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 55.79%
G = 4.73%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC14A7 (or 0xEC14A7) is known color: Spicy Pink. HEX triplet: EC, 14 and A7. RGB value is (236,20,167). Sum of RGB (Red+Green+Blue) = 236+20+167=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC14A7 is #13EB58. Grayscale: #646464. Windows color (decimal): -1305433 or 10949868. OLE color: 10949868.

HSL color Cylindrical-coordinate representation of color #EC14A7: hue angle of 319.17º degrees, saturation: 0.85, 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 #EC14A7 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 20 167 -
CMYK 0 0.92 0.29 0.07
HSL 319.17º 0.85% 0.5% -
HSV(B) 319.17º 0.92% 0.93% -
XYZ 41.82 21.12 38.43 -
YUV 101.34 165.06 224.05 -
System Red Green Blue C M Y K H S L
Decimal 236 20 167 0 0.92 0.29 0.07 319.17 0.85 0.5
Hex EC 14 A7 0 5C 1D 7 13F 55 32
Octal 354 24 247 0 134 35 7 477 125 62
Binary 11101100 10100 10100111 0 1011100 11101 111 100111111 1010101 110010

Color Harmonies of #EC14A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC14A7

Black with #EC14A7

Text Example


Text Example

White with #EC14A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC14A7; }

 p { color: rgb(236,20,167); }

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

background-color css

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

 a { background-color: rgb(236,20,167); }

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

border-color css

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

 span { border-color: rgb(236,20,167); }

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