#EF1EAB

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

Shades of Spicy Pink #EF1EAB

Tints of Spicy Pink #EF1EAB

Color information

#EF1EAB (or 0xEF1EAB) is unknown color: approx Spicy Pink. HEX triplet: EF, 1E and AB. RGB value is (239,30,171). Sum of RGB (Red+Green+Blue) = 239+30+171=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EAB is #10E154. Grayscale: #6C6C6C. Windows color (decimal): -1106261 or 11214575. OLE color: 11214575.

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

Color convert

RGB23930171-
CMYK00.870.280.06
HSL319.52º86.72%52.75%-
HSV(B)319.52º87.45%93.73%-
XYZ43.4122.2240.53-
YUV108.56163.24221.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.32%
GREEN value IS 30 (12.11% from 255) = 6.82%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=54.32%
G=6.82%
B=38.86%

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
Decimal2393017100.870.280.06319.5286.7252.75
HexEF1EAB0571C61405735
Octal35736253012734650012765
Binary11101111111101010101101010111111001101010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EAB; }

 p { color: rgb(239,30,171); }

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

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

 a { background-color: rgb(239,30,171); }

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

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

 span { border-color: rgb(239,30,171); }

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