#E320A9

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

Shades of Spicy Pink #E320A9

Tints of Spicy Pink #E320A9

Color information

#E320A9 (or 0xE320A9) is unknown color: approx Spicy Pink. HEX triplet: E3, 20 and A9. RGB value is (227,32,169). Sum of RGB (Red+Green+Blue) = 227+32+169=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E320A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E320A9 is #1CDF56. Grayscale: #696969. Windows color (decimal): -1892183 or 11084003. OLE color: 11084003.

HSL color Cylindrical-coordinate representation of color #E320A9: hue angle of 317.85º 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 #E320A9 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22732169-
CMYK00.860.260.11
HSL317.85º77.69%50.78%-
HSV(B)317.85º85.9%89.02%-
XYZ39.3620.2339.37-
YUV105.92163.6214.36-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.04%
GREEN value IS 32 (12.89% from 255) = 7.48%
BLUE value IS 169 (66.41% from 255) = 39.49%
R=53.04%
G=7.48%
B=39.49%

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
Decimal2273216900.860.260.11317.8577.6950.78
HexE320A90561AB13e4e33
Octal343402510126321347611663
Binary1110001110000010101001010101101101010111001111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E320A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E320A9; }

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

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

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

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

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

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

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

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