#EF16AE

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

Shades of Spicy Pink #EF16AE

Tints of Spicy Pink #EF16AE

Color information

#EF16AE (or 0xEF16AE) is unknown color: approx Spicy Pink. HEX triplet: EF, 16 and AE. RGB value is (239,22,174). Sum of RGB (Red+Green+Blue) = 239+22+174=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF16AE is #10E951. Grayscale: #676767. Windows color (decimal): -1108306 or 11409135. OLE color: 11409135.

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

Color convert

RGB23922174-
CMYK00.910.270.06
HSL317.97º87.15%51.18%-
HSV(B)317.97º90.79%93.73%-
XYZ43.5221.9841.99-
YUV104.21167.39224.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 22 (8.98% from 255) = 5.06%
BLUE value IS 174 (68.36% from 255) = 40%
R=54.94%
G=5.06%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392217400.910.270.06317.9787.1551.18
HexEF16AE05B1B613e5733
Octal35726256013333647612763
Binary11101111101101010111001011011110111101001111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF16AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF16AE; }

 p { color: rgb(239,22,174); }

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

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

 a { background-color: rgb(239,22,174); }

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

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

 span { border-color: rgb(239,22,174); }

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