Html Css Color HEX #E220C5 Shocking Pink

📋 copy color: '#E220C5'

red 226 ◦ green 32 ◦ blue 197

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

Shades of Shocking Pink #E220C5

Tints of Shocking Pink #E220C5

RGB

 RED value IS 226 (88.67% from 255) = 49.67%

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

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

R = 49.67%
G = 7.03%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E220C5 (or 0xE220C5) is known color: Shocking Pink. HEX triplet: E2, 20 and C5. RGB value is (226,32,197). Sum of RGB (Red+Green+Blue) = 226+32+197=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E220C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220C5 is #1DDF3A. Grayscale: #6C6C6C. Windows color (decimal): -1957691 or 12919010. OLE color: 12919010.

HSL color Cylindrical-coordinate representation of color #E220C5: hue angle of 308.97º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220C5 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 197 -
CMYK 0 0.86 0.13 0.11
HSL 308.97º 0.77% 0.51% -
HSV(B) 308.97º 0.86% 0.89% -
XYZ 41.96 21.23 54.71 -
YUV 108.82 177.77 211.58 -
System Red Green Blue C M Y K H S L
Decimal 226 32 197 0 0.86 0.13 0.11 308.97 0.77 0.51
Hex E2 20 C5 0 56 D B 135 4D 33
Octal 342 40 305 0 126 15 13 465 115 63
Binary 11100010 100000 11000101 0 1010110 1101 1011 100110101 1001101 110011

Color Harmonies of #E220C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E220C5

Black with #E220C5

Text Example


Text Example

White with #E220C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E220C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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