#EF22AF

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

Shades of Spicy Pink #EF22AF

Tints of Spicy Pink #EF22AF

Color information

#EF22AF (or 0xEF22AF) is unknown color: approx Spicy Pink. HEX triplet: EF, 22 and AF. RGB value is (239,34,175). Sum of RGB (Red+Green+Blue) = 239+34+175=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF22AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF22AF is #10DD50. Grayscale: #6F6F6F. Windows color (decimal): -1105233 or 11477743. OLE color: 11477743.

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

Color convert

RGB23934175-
CMYK00.860.270.06
HSL318.73º86.5%53.53%-
HSV(B)318.73º85.77%93.73%-
XYZ43.9122.5942.6-
YUV111.37163.92219.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 34 (13.67% from 255) = 7.59%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=53.35%
G=7.59%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393417500.860.270.06318.7386.553.53
HexEF22AF0561B613f5636
Octal35742257012633647712666
Binary111011111000101010111101010110110111101001111111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF22AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF22AF; }

 p { color: rgb(239,34,175); }

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

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

 a { background-color: rgb(239,34,175); }

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

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

 span { border-color: rgb(239,34,175); }

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