#EF1EB0

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

Shades of Spicy Pink #EF1EB0

Tints of Spicy Pink #EF1EB0

Color information

#EF1EB0 (or 0xEF1EB0) is unknown color: approx Spicy Pink. HEX triplet: EF, 1E and B0. RGB value is (239,30,176). Sum of RGB (Red+Green+Blue) = 239+30+176=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EB0 is #10E14F. Grayscale: #6C6C6C. Windows color (decimal): -1106256 or 11542255. OLE color: 11542255.

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

Color convert

RGB23930176-
CMYK00.870.260.06
HSL318.09º86.72%52.75%-
HSV(B)318.09º87.45%93.73%-
XYZ43.922.4143.09-
YUV109.14165.74220.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.71%
GREEN value IS 30 (12.11% from 255) = 6.74%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=53.71%
G=6.74%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393017600.870.260.06318.0986.7252.75
HexEF1EB00571A613e5735
Octal35736260012732647612765
Binary11101111111101011000001010111110101101001111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EB0; }

 p { color: rgb(239,30,176); }

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

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

 a { background-color: rgb(239,30,176); }

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

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

 span { border-color: rgb(239,30,176); }

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