Html Css Color HEX #EE20BA Shocking Pink

📋 copy color: '#EE20BA'

red 238 ◦ green 32 ◦ blue 186

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

Shades of Shocking Pink #EE20BA

Tints of Shocking Pink #EE20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 52.19%
G = 7.02%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE20BA (or 0xEE20BA) is known color: Shocking Pink. HEX triplet: EE, 20 and BA. RGB value is (238,32,186). Sum of RGB (Red+Green+Blue) = 238+32+186=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20BA is #11DF45. Grayscale: #6E6E6E. Windows color (decimal): -1171270 or 12198126. OLE color: 12198126.

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

Color convert

RGB 238 32 186 -
CMYK 0 0.87 0.22 0.07
HSL 315.15º 0.86% 0.53% -
HSV(B) 315.15º 0.87% 0.93% -
XYZ 44.64 22.76 48.49 -
YUV 111.15 170.25 218.48 -
System Red Green Blue C M Y K H S L
Decimal 238 32 186 0 0.87 0.22 0.07 315.15 0.86 0.53
Hex EE 20 BA 0 57 16 7 13B 56 35
Octal 356 40 272 0 127 26 7 473 126 65
Binary 11101110 100000 10111010 0 1010111 10110 111 100111011 1010110 110101

Color Harmonies of #EE20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20BA

Black with #EE20BA

Text Example


Text Example

White with #EE20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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