#EF1EA8

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

Shades of Spicy Pink #EF1EA8

Tints of Spicy Pink #EF1EA8

Color information

#EF1EA8 (or 0xEF1EA8) is unknown color: approx Spicy Pink. HEX triplet: EF, 1E and A8. RGB value is (239,30,168). Sum of RGB (Red+Green+Blue) = 239+30+168=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EA8 is #10E157. Grayscale: #6B6B6B. Windows color (decimal): -1106264 or 11017967. OLE color: 11017967.

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

Color convert

RGB23930168-
CMYK00.870.300.06
HSL320.38º86.72%52.75%-
HSV(B)320.38º87.45%93.73%-
XYZ43.1322.1139.04-
YUV108.22161.74221.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 30 (12.11% from 255) = 6.86%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=54.69%
G=6.86%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393016800.870.300.06320.3886.7252.75
HexEF1EA80571E61405735
Octal35736250012736650012765
Binary11101111111101010100001010111111101101010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EA8; }

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

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

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

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

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

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

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

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