#EF1EA9

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

Shades of Spicy Pink #EF1EA9

Tints of Spicy Pink #EF1EA9

Color information

#EF1EA9 (or 0xEF1EA9) is unknown color: approx Spicy Pink. HEX triplet: EF, 1E and A9. RGB value is (239,30,169). Sum of RGB (Red+Green+Blue) = 239+30+169=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EA9 is #10E156. Grayscale: #6B6B6B. Windows color (decimal): -1106263 or 11083503. OLE color: 11083503.

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

Color convert

RGB23930169-
CMYK00.870.290.06
HSL320.1º86.72%52.75%-
HSV(B)320.1º87.45%93.73%-
XYZ43.2222.1439.53-
YUV108.34162.24221.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.57%
GREEN value IS 30 (12.11% from 255) = 6.85%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=54.57%
G=6.85%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393016900.870.290.06320.186.7252.75
HexEF1EA90571D61405735
Octal35736251012735650012765
Binary11101111111101010100101010111111011101010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EA9; }

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

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

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

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

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

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

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

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