Html Css Color HEX #EC1FAB Spicy Pink

📋 copy color: '#EC1FAB'

red 236 ◦ green 31 ◦ blue 171

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

Shades of Spicy Pink #EC1FAB

Tints of Spicy Pink #EC1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 53.88%
G = 7.08%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC1FAB (or 0xEC1FAB) is known color: Spicy Pink. HEX triplet: EC, 1F and AB. RGB value is (236,31,171). Sum of RGB (Red+Green+Blue) = 236+31+171=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FAB is #13E054. Grayscale: #6B6B6B. Windows color (decimal): -1302613 or 11214828. OLE color: 11214828.

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

Color convert

RGB 236 31 171 -
CMYK 0 0.87 0.28 0.07
HSL 319.02º 0.84% 0.52% -
HSV(B) 319.02º 0.87% 0.93% -
XYZ 42.43 21.75 40.49 -
YUV 108.26 163.42 219.12 -
System Red Green Blue C M Y K H S L
Decimal 236 31 171 0 0.87 0.28 0.07 319.02 0.84 0.52
Hex EC 1F AB 0 57 1C 7 13F 54 34
Octal 354 37 253 0 127 34 7 477 124 64
Binary 11101100 11111 10101011 0 1010111 11100 111 100111111 1010100 110100

Color Harmonies of #EC1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FAB

Black with #EC1FAB

Text Example


Text Example

White with #EC1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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