#EF1EAA

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

Shades of Spicy Pink #EF1EAA

Tints of Spicy Pink #EF1EAA

Color information

#EF1EAA (or 0xEF1EAA) is unknown color: approx Spicy Pink. HEX triplet: EF, 1E and AA. RGB value is (239,30,170). Sum of RGB (Red+Green+Blue) = 239+30+170=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EAA is #10E155. Grayscale: #6C6C6C. Windows color (decimal): -1106262 or 11149039. OLE color: 11149039.

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

Color convert

RGB23930170-
CMYK00.870.290.06
HSL319.81º86.72%52.75%-
HSV(B)319.81º87.45%93.73%-
XYZ43.3222.1840.03-
YUV108.45162.74221.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.44%
GREEN value IS 30 (12.11% from 255) = 6.83%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=54.44%
G=6.83%
B=38.72%

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
Decimal2393017000.870.290.06319.8186.7252.75
HexEF1EAA0571D61405735
Octal35736252012735650012765
Binary11101111111101010101001010111111011101010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EAA; }

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

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

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

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

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

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

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

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