#E320A8

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

Shades of Spicy Pink #E320A8

Tints of Spicy Pink #E320A8

Color information

#E320A8 (or 0xE320A8) is unknown color: approx Spicy Pink. HEX triplet: E3, 20 and A8. RGB value is (227,32,168). Sum of RGB (Red+Green+Blue) = 227+32+168=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E320A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E320A8 is #1CDF57. Grayscale: #696969. Windows color (decimal): -1892184 or 11018467. OLE color: 11018467.

HSL color Cylindrical-coordinate representation of color #E320A8: hue angle of 318.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320A8 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22732168-
CMYK00.860.260.11
HSL318.15º77.69%50.78%-
HSV(B)318.15º85.9%89.02%-
XYZ39.2620.1938.87-
YUV105.81163.1214.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.16%
GREEN value IS 32 (12.89% from 255) = 7.49%
BLUE value IS 168 (66.02% from 255) = 39.34%
R=53.16%
G=7.49%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273216800.860.260.11318.1577.6950.78
HexE320A80561AB13e4e33
Octal343402500126321347611663
Binary1110001110000010101000010101101101010111001111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E320A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E320A8; }

 p { color: rgb(227,32,168); }

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

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

 a { background-color: rgb(227,32,168); }

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

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

 span { border-color: rgb(227,32,168); }

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