Html Css Color HEX #EE20BE Shocking Pink

📋 copy color: '#EE20BE'

red 238 ◦ green 32 ◦ blue 190

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

Shades of Shocking Pink #EE20BE

Tints of Shocking Pink #EE20BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 51.74%
G = 6.96%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE20BE (or 0xEE20BE) is known color: Shocking Pink. HEX triplet: EE, 20 and BE. RGB value is (238,32,190). Sum of RGB (Red+Green+Blue) = 238+32+190=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20BE is #11DF41. Grayscale: #6F6F6F. Windows color (decimal): -1171266 or 12460270. OLE color: 12460270.

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

Color convert

RGB 238 32 190 -
CMYK 0 0.87 0.20 0.07
HSL 313.98º 0.86% 0.53% -
HSV(B) 313.98º 0.87% 0.93% -
XYZ 45.07 22.93 50.77 -
YUV 111.61 172.25 218.15 -
System Red Green Blue C M Y K H S L
Decimal 238 32 190 0 0.87 0.20 0.07 313.98 0.86 0.53
Hex EE 20 BE 0 57 14 7 13A 56 35
Octal 356 40 276 0 127 24 7 472 126 65
Binary 11101110 100000 10111110 0 1010111 10100 111 100111010 1010110 110101

Color Harmonies of #EE20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20BE

Black with #EE20BE

Text Example


Text Example

White with #EE20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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