Html Css Color HEX #EE20C8 Shocking Pink

📋 copy color: '#EE20C8'

red 238 ◦ green 32 ◦ blue 200

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

Shades of Shocking Pink #EE20C8

Tints of Shocking Pink #EE20C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 50.64%
G = 6.81%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE20C8 (or 0xEE20C8) is known color: Shocking Pink. HEX triplet: EE, 20 and C8. RGB value is (238,32,200). Sum of RGB (Red+Green+Blue) = 238+32+200=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20C8 is #11DF37. Grayscale: #707070. Windows color (decimal): -1171256 or 13115630. OLE color: 13115630.

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

Color convert

RGB 238 32 200 -
CMYK 0 0.87 0.16 0.07
HSL 311.07º 0.86% 0.53% -
HSV(B) 311.07º 0.87% 0.93% -
XYZ 46.2 23.38 56.72 -
YUV 112.75 177.25 217.34 -
System Red Green Blue C M Y K H S L
Decimal 238 32 200 0 0.87 0.16 0.07 311.07 0.86 0.53
Hex EE 20 C8 0 57 10 7 137 56 35
Octal 356 40 310 0 127 20 7 467 126 65
Binary 11101110 100000 11001000 0 1010111 10000 111 100110111 1010110 110101

Color Harmonies of #EE20C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20C8

Black with #EE20C8

Text Example


Text Example

White with #EE20C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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