#EE21B4

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

Shades of Spicy Pink #EE21B4

Tints of Spicy Pink #EE21B4

Color information

#EE21B4 (or 0xEE21B4) is unknown color: approx Spicy Pink. HEX triplet: EE, 21 and B4. RGB value is (238,33,180). Sum of RGB (Red+Green+Blue) = 238+33+180=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21B4 is #11DE4B. Grayscale: #6E6E6E. Windows color (decimal): -1171020 or 11805166. OLE color: 11805166.

HSL color Cylindrical-coordinate representation of color #EE21B4: hue angle of 316.98º 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 #EE21B4 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB23833180-
CMYK00.860.240.07
HSL316.98º85.77%53.14%-
HSV(B)316.98º86.13%93.33%-
XYZ44.0422.5645.21-
YUV111.05166.92218.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.77%
GREEN value IS 33 (13.28% from 255) = 7.32%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=52.77%
G=7.32%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383318000.860.240.07316.9885.7753.14
HexEE21B405618713d5635
Octal35641264012630747512665
Binary111011101000011011010001010110110001111001111011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE21B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE21B4; }

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

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

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

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

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

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

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

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