#E320AA

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

Shades of Spicy Pink #E320AA

Tints of Spicy Pink #E320AA

Color information

#E320AA (or 0xE320AA) is unknown color: approx Spicy Pink. HEX triplet: E3, 20 and AA. RGB value is (227,32,170). Sum of RGB (Red+Green+Blue) = 227+32+170=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E320AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E320AA is #1CDF55. Grayscale: #696969. Windows color (decimal): -1892182 or 11149539. OLE color: 11149539.

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

Color convert

RGB22732170-
CMYK00.860.250.11
HSL317.54º77.69%50.78%-
HSV(B)317.54º85.9%89.02%-
XYZ39.4520.2739.86-
YUV106.04164.1214.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.91%
GREEN value IS 32 (12.89% from 255) = 7.46%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=52.91%
G=7.46%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273217000.860.250.11317.5477.6950.78
HexE320AA05619B13e4e33
Octal343402520126311347611663
Binary1110001110000010101010010101101100110111001111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E320AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E320AA; }

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

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

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

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

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

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

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

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