Html Css Color HEX #EE20C5 Shocking Pink

📋 copy color: '#EE20C5'

red 238 ◦ green 32 ◦ blue 197

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

Shades of Shocking Pink #EE20C5

Tints of Shocking Pink #EE20C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 50.96%
G = 6.85%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE20C5 (or 0xEE20C5) is known color: Shocking Pink. HEX triplet: EE, 20 and C5. RGB value is (238,32,197). Sum of RGB (Red+Green+Blue) = 238+32+197=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20C5 is #11DF3A. Grayscale: #6F6F6F. Windows color (decimal): -1171259 or 12919022. OLE color: 12919022.

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

Color convert

RGB 238 32 197 -
CMYK 0 0.87 0.17 0.07
HSL 311.94º 0.86% 0.53% -
HSV(B) 311.94º 0.87% 0.93% -
XYZ 45.85 23.24 54.89 -
YUV 112.4 175.75 217.58 -
System Red Green Blue C M Y K H S L
Decimal 238 32 197 0 0.87 0.17 0.07 311.94 0.86 0.53
Hex EE 20 C5 0 57 11 7 138 56 35
Octal 356 40 305 0 127 21 7 470 126 65
Binary 11101110 100000 11000101 0 1010111 10001 111 100111000 1010110 110101

Color Harmonies of #EE20C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20C5

Black with #EE20C5

Text Example


Text Example

White with #EE20C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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