#EE25AD

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

Shades of Spicy Pink #EE25AD

Tints of Spicy Pink #EE25AD

Color information

#EE25AD (or 0xEE25AD) is unknown color: approx Spicy Pink. HEX triplet: EE, 25 and AD. RGB value is (238,37,173). Sum of RGB (Red+Green+Blue) = 238+37+173=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE25AD is #11DA52. Grayscale: #707070. Windows color (decimal): -1170003 or 11347438. OLE color: 11347438.

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

Color convert

RGB23837173-
CMYK00.840.270.07
HSL319.4º85.53%53.92%-
HSV(B)319.4º84.45%93.33%-
XYZ43.4622.5241.59-
YUV112.6162.09217.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.12%
GREEN value IS 37 (14.84% from 255) = 8.26%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=53.12%
G=8.26%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383717300.840.270.07319.485.5353.92
HexEE25AD0541B713f5636
Octal35645255012433747712666
Binary111011101001011010110101010100110111111001111111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE25AD; }

 p { color: rgb(238,37,173); }

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

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

 a { background-color: rgb(238,37,173); }

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

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

 span { border-color: rgb(238,37,173); }

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