#EE1EA4

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

Shades of Spicy Pink #EE1EA4

Tints of Spicy Pink #EE1EA4

Color information

#EE1EA4 (or 0xEE1EA4) is unknown color: approx Spicy Pink. HEX triplet: EE, 1E and A4. RGB value is (238,30,164). Sum of RGB (Red+Green+Blue) = 238+30+164=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1EA4 is #11E15B. Grayscale: #6B6B6B. Windows color (decimal): -1171804 or 10755822. OLE color: 10755822.

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

Color convert

RGB23830164-
CMYK00.870.310.07
HSL321.35º85.95%52.55%-
HSV(B)321.35º87.39%93.33%-
XYZ42.4321.7937.09-
YUV107.47159.91221.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.09%
GREEN value IS 30 (12.11% from 255) = 6.94%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=55.09%
G=6.94%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383016400.870.310.07321.3585.9552.55
HexEE1EA40571F71415635
Octal35636244012737750112665
Binary11101110111101010010001010111111111111010000011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1EA4; }

 p { color: rgb(238,30,164); }

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

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

 a { background-color: rgb(238,30,164); }

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

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

 span { border-color: rgb(238,30,164); }

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