#EF19A1

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

Shades of Spicy Pink #EF19A1

Tints of Spicy Pink #EF19A1

Color information

#EF19A1 (or 0xEF19A1) is unknown color: approx Spicy Pink. HEX triplet: EF, 19 and A1. RGB value is (239,25,161). Sum of RGB (Red+Green+Blue) = 239+25+161=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF19A1 is #10E65E. Grayscale: #686868. Windows color (decimal): -1107551 or 10557935. OLE color: 10557935.

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

Color convert

RGB23925161-
CMYK00.900.330.06
HSL321.87º86.99%51.76%-
HSV(B)321.87º89.54%93.73%-
XYZ42.3821.6235.66-
YUV104.49159.9223.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.24%
GREEN value IS 25 (10.16% from 255) = 5.88%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=56.24%
G=5.88%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392516100.900.330.06321.8786.9951.76
HexEF19A105A2161425734
Octal35731241013241650212764
Binary111011111100110100001010110101000011101010000101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF19A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF19A1; }

 p { color: rgb(239,25,161); }

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

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

 a { background-color: rgb(239,25,161); }

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

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

 span { border-color: rgb(239,25,161); }

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