#E017AF

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

Shades of Spicy Pink #E017AF

Tints of Spicy Pink #E017AF

Color information

#E017AF (or 0xE017AF) is unknown color: approx Spicy Pink. HEX triplet: E0, 17 and AF. RGB value is (224,23,175). Sum of RGB (Red+Green+Blue) = 224+23+175=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E017AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E017AF is #1FE850. Grayscale: #646464. Windows color (decimal): -2091089 or 11474912. OLE color: 11474912.

HSL color Cylindrical-coordinate representation of color #E017AF: hue angle of 314.63º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017AF is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22423175-
CMYK00.900.220.12
HSL314.63º81.38%48.43%-
HSV(B)314.63º89.73%87.84%-
XYZ38.7819.5642.29-
YUV100.43170.09216.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.08%
GREEN value IS 23 (9.38% from 255) = 5.45%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=53.08%
G=5.45%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242317500.900.220.12314.6381.3848.43
HexE017AF05A16C13b5130
Octal340272570132261447312160
Binary111000001011110101111010110101011011001001110111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E017AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E017AF; }

 p { color: rgb(224,23,175); }

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

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

 a { background-color: rgb(224,23,175); }

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

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

 span { border-color: rgb(224,23,175); }

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