Html Css Color HEX #EC1FAF Spicy Pink

📋 copy color: '#EC1FAF'

red 236 ◦ green 31 ◦ blue 175

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

Shades of Spicy Pink #EC1FAF

Tints of Spicy Pink #EC1FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 53.39%
G = 7.01%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC1FAF (or 0xEC1FAF) is known color: Spicy Pink. HEX triplet: EC, 1F and AF. RGB value is (236,31,175). Sum of RGB (Red+Green+Blue) = 236+31+175=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FAF is #13E050. Grayscale: #6C6C6C. Windows color (decimal): -1302609 or 11476972. OLE color: 11476972.

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

Color convert

RGB 236 31 175 -
CMYK 0 0.87 0.26 0.07
HSL 317.85º 0.84% 0.52% -
HSV(B) 317.85º 0.87% 0.93% -
XYZ 42.82 21.91 42.53 -
YUV 108.71 165.42 218.79 -
System Red Green Blue C M Y K H S L
Decimal 236 31 175 0 0.87 0.26 0.07 317.85 0.84 0.52
Hex EC 1F AF 0 57 1A 7 13E 54 34
Octal 354 37 257 0 127 32 7 476 124 64
Binary 11101100 11111 10101111 0 1010111 11010 111 100111110 1010100 110100

Color Harmonies of #EC1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FAF

Black with #EC1FAF

Text Example


Text Example

White with #EC1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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