#EF10AD

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

Shades of Spicy Pink #EF10AD

Tints of Spicy Pink #EF10AD

Color information

#EF10AD (or 0xEF10AD) is unknown color: approx Spicy Pink. HEX triplet: EF, 10 and AD. RGB value is (239,16,173). Sum of RGB (Red+Green+Blue) = 239+16+173=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF10AD is #10EF52. Grayscale: #646464. Windows color (decimal): -1109843 or 11342063. OLE color: 11342063.

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

Color convert

RGB23916173-
CMYK00.930.280.06
HSL317.76º87.45%50%-
HSV(B)317.76º93.31%93.73%-
XYZ43.3221.7441.45-
YUV100.57168.88226.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.84%
GREEN value IS 16 (6.64% from 255) = 3.74%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=55.84%
G=3.74%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391617300.930.280.06317.7687.4550
HexEF10AD05D1C613e5732
Octal35720255013534647612762
Binary11101111100001010110101011101111001101001111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10AD; }

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

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

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

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

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

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

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

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