#eb1faa

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

Shades of Spicy Pink #EB1FAA

Tints of Spicy Pink #EB1FAA

Color information

#EB1FAA (or 0xEB1FAA) is unknown color: approx Spicy Pink. HEX triplet: EB, 1F and AA. RGB value is (235,31,170). Sum of RGB (Red+Green+Blue) = 235+31+170=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1FAA is #14E055. Grayscale: #6B6B6B. Windows color (decimal): -1368150 or 11149291. OLE color: 11149291.

HSL color Cylindrical-coordinate representation of color #EB1FAA: hue angle of 319.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1FAA is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB23531170-
CMYK00.870.280.08
HSL319.12º83.61%52.16%-
HSV(B)319.12º86.81%92.16%-
XYZ42.0121.5439.97-
YUV107.84163.09218.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.90%
GREEN value IS 31 (12.5% from 255) = 7.11%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=53.90%
G=7.11%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353117000.870.280.08319.1283.6152.16
HexEB1FAA0571C813f5434
Octal353372520127341047712464
Binary111010111111110101010010101111110010001001111111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb1faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb1faa; }

 p { color: rgb(235,31,170); }

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

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

 a { background-color: rgb(235,31,170); }

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

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

 span { border-color: rgb(235,31,170); }

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