Html Css Color HEX #EC1FAD Spicy Pink

📋 copy color: '#EC1FAD'

red 236 ◦ green 31 ◦ blue 173

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

Shades of Spicy Pink #EC1FAD

Tints of Spicy Pink #EC1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.05%

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

R = 53.64%
G = 7.05%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC1FAD (or 0xEC1FAD) is known color: Spicy Pink. HEX triplet: EC, 1F and AD. RGB value is (236,31,173). Sum of RGB (Red+Green+Blue) = 236+31+173=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FAD is #13E052. Grayscale: #6C6C6C. Windows color (decimal): -1302611 or 11345900. OLE color: 11345900.

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

Color convert

RGB 236 31 173 -
CMYK 0 0.87 0.27 0.07
HSL 318.44º 0.84% 0.52% -
HSV(B) 318.44º 0.87% 0.93% -
XYZ 42.62 21.83 41.5 -
YUV 108.48 164.42 218.95 -
System Red Green Blue C M Y K H S L
Decimal 236 31 173 0 0.87 0.27 0.07 318.44 0.84 0.52
Hex EC 1F AD 0 57 1B 7 13E 54 34
Octal 354 37 255 0 127 33 7 476 124 64
Binary 11101100 11111 10101101 0 1010111 11011 111 100111110 1010100 110100

Color Harmonies of #EC1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FAD

Black with #EC1FAD

Text Example


Text Example

White with #EC1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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