#EE21AF

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

Shades of Spicy Pink #EE21AF

Tints of Spicy Pink #EE21AF

Color information

#EE21AF (or 0xEE21AF) is unknown color: approx Spicy Pink. HEX triplet: EE, 21 and AF. RGB value is (238,33,175). Sum of RGB (Red+Green+Blue) = 238+33+175=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE21AF is #11DE50. Grayscale: #6E6E6E. Windows color (decimal): -1171025 or 11477486. OLE color: 11477486.

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

Color convert

RGB23833175-
CMYK00.860.260.07
HSL318.44º85.77%53.14%-
HSV(B)318.44º86.13%93.33%-
XYZ43.5422.3642.58-
YUV110.48164.42218.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.36%
GREEN value IS 33 (13.28% from 255) = 7.40%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=53.36%
G=7.40%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383317500.860.260.07318.4485.7753.14
HexEE21AF0561A713e5635
Octal35641257012632747612665
Binary111011101000011010111101010110110101111001111101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE21AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE21AF; }

 p { color: rgb(238,33,175); }

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

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

 a { background-color: rgb(238,33,175); }

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

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

 span { border-color: rgb(238,33,175); }

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