#ef1fa6

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

Shades of Spicy Pink #EF1FA6

Tints of Spicy Pink #EF1FA6

Color information

#EF1FA6 (or 0xEF1FA6) is unknown color: approx Spicy Pink. HEX triplet: EF, 1F and A6. RGB value is (239,31,166). Sum of RGB (Red+Green+Blue) = 239+31+166=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1FA6 is #10E059. Grayscale: #6C6C6C. Windows color (decimal): -1106010 or 10887151. OLE color: 10887151.

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

Color convert

RGB23931166-
CMYK00.870.310.06
HSL321.06º86.67%52.94%-
HSV(B)321.06º87.03%93.73%-
XYZ42.9722.0838.07-
YUV108.58160.41221.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.82%
GREEN value IS 31 (12.5% from 255) = 7.11%
BLUE value IS 166 (65.23% from 255) = 38.07%
R=54.82%
G=7.11%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393116600.870.310.06321.0686.6752.94
HexEF1FA60571F61415735
Octal35737246012737650112765
Binary11101111111111010011001010111111111101010000011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1fa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1fa6; }

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

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

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

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

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

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

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

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