#EF1AAC

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

Shades of Spicy Pink #EF1AAC

Tints of Spicy Pink #EF1AAC

Color information

#EF1AAC (or 0xEF1AAC) is unknown color: approx Spicy Pink. HEX triplet: EF, 1A and AC. RGB value is (239,26,172). Sum of RGB (Red+Green+Blue) = 239+26+172=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AAC is #10E553. Grayscale: #696969. Windows color (decimal): -1107284 or 11279087. OLE color: 11279087.

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

Color convert

RGB23926172-
CMYK00.890.280.06
HSL318.87º86.94%51.96%-
HSV(B)318.87º89.12%93.73%-
XYZ43.4122.0741-
YUV106.33165.07222.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 26 (10.55% from 255) = 5.95%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=54.69%
G=5.95%
B=39.36%

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
Decimal2392617200.890.280.06318.8786.9451.96
HexEF1AAC0591C613f5734
Octal35732254013134647712764
Binary11101111110101010110001011001111001101001111111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1AAC; }

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

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

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

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

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

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

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

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