#E81DA8

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

Shades of Spicy Pink #E81DA8

Tints of Spicy Pink #E81DA8

Color information

#E81DA8 (or 0xE81DA8) is unknown color: approx Spicy Pink. HEX triplet: E8, 1D and A8. RGB value is (232,29,168). Sum of RGB (Red+Green+Blue) = 232+29+168=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DA8 is #17E257. Grayscale: #696969. Windows color (decimal): -1565272 or 11017704. OLE color: 11017704.

HSL color Cylindrical-coordinate representation of color #E81DA8: hue angle of 318.92º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81DA8 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB23229168-
CMYK00.880.280.09
HSL318.92º81.53%51.18%-
HSV(B)318.92º87.5%90.98%-
XYZ40.7920.8638.92-
YUV105.54163.25218.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.08%
GREEN value IS 29 (11.72% from 255) = 6.76%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=54.08%
G=6.76%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322916800.880.280.09318.9281.5351.18
HexE81DA80581C913f5233
Octal350352500130341147712263
Binary111010001110110101000010110001110010011001111111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81DA8; }

 p { color: rgb(232,29,168); }

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

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

 a { background-color: rgb(232,29,168); }

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

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

 span { border-color: rgb(232,29,168); }

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