#EE15A3

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

Shades of Spicy Pink #EE15A3

Tints of Spicy Pink #EE15A3

Color information

#EE15A3 (or 0xEE15A3) is unknown color: approx Spicy Pink. HEX triplet: EE, 15 and A3. RGB value is (238,21,163). Sum of RGB (Red+Green+Blue) = 238+21+163=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE15A3 is #11EA5C. Grayscale: #656565. Windows color (decimal): -1174109 or 10687982. OLE color: 10687982.

HSL color Cylindrical-coordinate representation of color #EE15A3: hue angle of 320.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15A3 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23821163-
CMYK00.910.320.07
HSL320.74º86.45%50.78%-
HSV(B)320.74º91.18%93.33%-
XYZ42.1421.3636.55-
YUV102.07162.39224.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 21 (8.59% from 255) = 4.98%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=56.40%
G=4.98%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382116300.910.320.07320.7486.4550.78
HexEE15A305B2071415633
Octal35625243013340750112663
Binary111011101010110100011010110111000001111010000011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE15A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE15A3; }

 p { color: rgb(238,21,163); }

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

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

 a { background-color: rgb(238,21,163); }

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

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

 span { border-color: rgb(238,21,163); }

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