#EF1EAD

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

Shades of Spicy Pink #EF1EAD

Tints of Spicy Pink #EF1EAD

Color information

#EF1EAD (or 0xEF1EAD) is unknown color: approx Spicy Pink. HEX triplet: EF, 1E and AD. RGB value is (239,30,173). Sum of RGB (Red+Green+Blue) = 239+30+173=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EAD is #10E152. Grayscale: #6C6C6C. Windows color (decimal): -1106259 or 11345647. OLE color: 11345647.

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

Color convert

RGB23930173-
CMYK00.870.280.06
HSL318.95º86.72%52.75%-
HSV(B)318.95º87.45%93.73%-
XYZ43.622.341.54-
YUV108.79164.24220.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 30 (12.11% from 255) = 6.79%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=54.07%
G=6.79%
B=39.14%

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
Decimal2393017300.870.280.06318.9586.7252.75
HexEF1EAD0571C613f5735
Octal35736255012734647712765
Binary11101111111101010110101010111111001101001111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EAD; }

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

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

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

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

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

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

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

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