Html Css Color HEX #EE21AB Spicy Pink

📋 copy color: '#EE21AB'

red 238 ◦ green 33 ◦ blue 171

#EE21AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #EE21AB

Tints of Spicy Pink #EE21AB

RGB

 RED value IS 238 (93.36% from 255) = 53.85%

 GREEN value IS 33 (13.28% from 255) = 7.47%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 53.85%
G = 7.47%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE21AB (or 0xEE21AB) is known color: Spicy Pink. HEX triplet: EE, 21 and AB. RGB value is (238,33,171). Sum of RGB (Red+Green+Blue) = 238+33+171=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE21AB is #11DE54. Grayscale: #6D6D6D. Windows color (decimal): -1171029 or 11215342. OLE color: 11215342.

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

Color convert

RGB 238 33 171 -
CMYK 0 0.86 0.28 0.07
HSL 319.61º 0.86% 0.53% -
HSV(B) 319.61º 0.86% 0.93% -
XYZ 43.15 22.21 40.54 -
YUV 110.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 238 33 171 0 0.86 0.28 0.07 319.61 0.86 0.53
Hex EE 21 AB 0 56 1C 7 140 56 35
Octal 356 41 253 0 126 34 7 500 126 65
Binary 11101110 100001 10101011 0 1010110 11100 111 101000000 1010110 110101

Color Harmonies of #EE21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21AB

Black with #EE21AB

Text Example


Text Example

White with #EE21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21AB; }

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

 H1.HeaderClassName
 {
   color: #EE21AB;
 }
 .AnyTagClassName
 {
   color: #EE21AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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