Html Css Color HEX #EE20B2 Spicy Pink

📋 copy color: '#EE20B2'

red 238 ◦ green 32 ◦ blue 178

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

Shades of Spicy Pink #EE20B2

Tints of Spicy Pink #EE20B2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.14%

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 53.13%
G = 7.14%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE20B2 (or 0xEE20B2) is known color: Spicy Pink. HEX triplet: EE, 20 and B2. RGB value is (238,32,178). Sum of RGB (Red+Green+Blue) = 238+32+178=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE20B2 is #11DF4D. Grayscale: #6D6D6D. Windows color (decimal): -1171278 or 11673838. OLE color: 11673838.

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

Color convert

RGB 238 32 178 -
CMYK 0 0.87 0.25 0.07
HSL 317.48º 0.86% 0.53% -
HSV(B) 317.48º 0.87% 0.93% -
XYZ 43.81 22.42 44.14 -
YUV 110.24 166.25 219.13 -
System Red Green Blue C M Y K H S L
Decimal 238 32 178 0 0.87 0.25 0.07 317.48 0.86 0.53
Hex EE 20 B2 0 57 19 7 13D 56 35
Octal 356 40 262 0 127 31 7 475 126 65
Binary 11101110 100000 10110010 0 1010111 11001 111 100111101 1010110 110101

Color Harmonies of #EE20B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20B2

Black with #EE20B2

Text Example


Text Example

White with #EE20B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20B2; }

 p { color: rgb(238,32,178); }

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

background-color css

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

 a { background-color: rgb(238,32,178); }

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

border-color css

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

 span { border-color: rgb(238,32,178); }

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