#EB1AA8

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

Shades of Spicy Pink #EB1AA8

Tints of Spicy Pink #EB1AA8

Color information

#EB1AA8 (or 0xEB1AA8) is unknown color: approx Spicy Pink. HEX triplet: EB, 1A and A8. RGB value is (235,26,168). Sum of RGB (Red+Green+Blue) = 235+26+168=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1AA8 is #14E557. Grayscale: #686868. Windows color (decimal): -1369432 or 11016939. OLE color: 11016939.

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

Color convert

RGB23526168-
CMYK00.890.290.08
HSL319.23º83.94%51.18%-
HSV(B)319.23º88.94%92.16%-
XYZ41.721.2338.95-
YUV104.68163.74220.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.78%
GREEN value IS 26 (10.55% from 255) = 6.06%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=54.78%
G=6.06%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352616800.890.290.08319.2383.9451.18
HexEB1AA80591D813f5433
Octal353322500131351047712463
Binary111010111101010101000010110011110110001001111111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1AA8; }

 p { color: rgb(235,26,168); }

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

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

 a { background-color: rgb(235,26,168); }

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

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

 span { border-color: rgb(235,26,168); }

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