Html Css Color HEX #EE20B0 Spicy Pink

📋 copy color: '#EE20B0'

red 238 ◦ green 32 ◦ blue 176

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

Shades of Spicy Pink #EE20B0

Tints of Spicy Pink #EE20B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.46%

R = 53.36%
G = 7.17%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE20B0 (or 0xEE20B0) is known color: Spicy Pink. HEX triplet: EE, 20 and B0. RGB value is (238,32,176). Sum of RGB (Red+Green+Blue) = 238+32+176=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE20B0 is #11DF4F. Grayscale: #6D6D6D. Windows color (decimal): -1171280 or 11542766. OLE color: 11542766.

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

Color convert

RGB 238 32 176 -
CMYK 0 0.87 0.26 0.07
HSL 318.06º 0.86% 0.53% -
HSV(B) 318.06º 0.87% 0.93% -
XYZ 43.61 22.34 43.09 -
YUV 110.01 165.25 219.29 -
System Red Green Blue C M Y K H S L
Decimal 238 32 176 0 0.87 0.26 0.07 318.06 0.86 0.53
Hex EE 20 B0 0 57 1A 7 13E 56 35
Octal 356 40 260 0 127 32 7 476 126 65
Binary 11101110 100000 10110000 0 1010111 11010 111 100111110 1010110 110101

Color Harmonies of #EE20B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20B0

Black with #EE20B0

Text Example


Text Example

White with #EE20B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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