#E517AE

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

Shades of Spicy Pink #E517AE

Tints of Spicy Pink #E517AE

Color information

#E517AE (or 0xE517AE) is unknown color: approx Spicy Pink. HEX triplet: E5, 17 and AE. RGB value is (229,23,174). Sum of RGB (Red+Green+Blue) = 229+23+174=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E517AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E517AE is #1AE851. Grayscale: #656565. Windows color (decimal): -1763410 or 11409381. OLE color: 11409381.

HSL color Cylindrical-coordinate representation of color #E517AE: hue angle of 316.02º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517AE is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB22923174-
CMYK00.900.240.10
HSL316.02º81.75%49.41%-
HSV(B)316.02º89.96%89.8%-
XYZ40.2620.3341.85-
YUV101.81168.75218.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.76%
GREEN value IS 23 (9.38% from 255) = 5.40%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=53.76%
G=5.40%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292317400.900.240.10316.0281.7549.41
HexE517AE05A18A13c5231
Octal345272560132301247412261
Binary111001011011110101110010110101100010101001111001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E517AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E517AE; }

 p { color: rgb(229,23,174); }

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

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

 a { background-color: rgb(229,23,174); }

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

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

 span { border-color: rgb(229,23,174); }

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