#EF1AAD

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

Shades of Spicy Pink #EF1AAD

Tints of Spicy Pink #EF1AAD

Color information

#EF1AAD (or 0xEF1AAD) is unknown color: approx Spicy Pink. HEX triplet: EF, 1A and AD. RGB value is (239,26,173). Sum of RGB (Red+Green+Blue) = 239+26+173=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AAD is #10E552. Grayscale: #6A6A6A. Windows color (decimal): -1107283 or 11344623. OLE color: 11344623.

HSL color Cylindrical-coordinate representation of color #EF1AAD: hue angle of 318.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AAD is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB23926173-
CMYK00.890.280.06
HSL318.59º86.94%51.96%-
HSV(B)318.59º89.12%93.73%-
XYZ43.5122.1141.51-
YUV106.44165.57222.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.57%
GREEN value IS 26 (10.55% from 255) = 5.94%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=54.57%
G=5.94%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392617300.890.280.06318.5986.9451.96
HexEF1AAD0591C613f5734
Octal35732255013134647712764
Binary11101111110101010110101011001111001101001111111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1AAD; }

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

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

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

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

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

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

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

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