#EF19B3

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

Shades of Spicy Pink #EF19B3

Tints of Spicy Pink #EF19B3

Color information

#EF19B3 (or 0xEF19B3) is unknown color: approx Spicy Pink. HEX triplet: EF, 19 and B3. RGB value is (239,25,179). Sum of RGB (Red+Green+Blue) = 239+25+179=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19B3 is #10E64C. Grayscale: #6A6A6A. Windows color (decimal): -1107533 or 11737583. OLE color: 11737583.

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

Color convert

RGB23925179-
CMYK00.900.250.06
HSL316.82º86.99%51.76%-
HSV(B)316.82º89.54%93.73%-
XYZ44.0822.344.63-
YUV106.54168.9222.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.95%
GREEN value IS 25 (10.16% from 255) = 5.64%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=53.95%
G=5.64%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392517900.900.250.06316.8286.9951.76
HexEF19B305A19613d5734
Octal35731263013231647512764
Binary11101111110011011001101011010110011101001111011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF19B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF19B3; }

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

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

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

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

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

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

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

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