#EF1FAC

Color #EF1FAC Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #EF1FAC

Tints of Spicy Pink #EF1FAC

Color information

#EF1FAC (or 0xEF1FAC) is unknown color: approx Spicy Pink. HEX triplet: EF, 1F and AC. RGB value is (239,31,172). Sum of RGB (Red+Green+Blue) = 239+31+172=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1FAC is #10E053. Grayscale: #6C6C6C. Windows color (decimal): -1106004 or 11280367. OLE color: 11280367.

HSL color Cylindrical-coordinate representation of color #EF1FAC: hue angle of 319.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FAC is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB23931172-
CMYK00.870.280.06
HSL319.33º86.67%52.94%-
HSV(B)319.33º87.03%93.73%-
XYZ43.5322.3141.04-
YUV109.27163.41220.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 31 (12.5% from 255) = 7.01%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=54.07%
G=7.01%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393117200.870.280.06319.3386.6752.94
HexEF1FAC0571C613f5735
Octal35737254012734647712765
Binary11101111111111010110001010111111001101001111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1FAC; }

 p { color: rgb(239,31,172); }

 H1.HeaderClassName
 {
   color: #EF1FAC;
 }
 .AnyTagClassName
 {
   color: #EF1FAC;
 }
</style>
background-color css

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

 a { background-color: rgb(239,31,172); }

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

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

 span { border-color: rgb(239,31,172); }

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