Html Css Color HEX #E221CC Shocking Pink

📋 copy color: '#E221CC'

red 226 ◦ green 33 ◦ blue 204

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

Shades of Shocking Pink #E221CC

Tints of Shocking Pink #E221CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.13%

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 48.81%
G = 7.13%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E221CC (or 0xE221CC) is known color: Shocking Pink. HEX triplet: E2, 21 and CC. RGB value is (226,33,204). Sum of RGB (Red+Green+Blue) = 226+33+204=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E221CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221CC is #1DDE33. Grayscale: #6D6D6D. Windows color (decimal): -1957428 or 13378018. OLE color: 13378018.

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

Color convert

RGB 226 33 204 -
CMYK 0 0.85 0.10 0.11
HSL 306.84º 0.77% 0.51% -
HSV(B) 306.84º 0.85% 0.89% -
XYZ 42.81 21.62 59.04 -
YUV 110.2 180.94 210.6 -
System Red Green Blue C M Y K H S L
Decimal 226 33 204 0 0.85 0.10 0.11 306.84 0.77 0.51
Hex E2 21 CC 0 55 A B 133 4D 33
Octal 342 41 314 0 125 12 13 463 115 63
Binary 11100010 100001 11001100 0 1010101 1010 1011 100110011 1001101 110011

Color Harmonies of #E221CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221CC

Black with #E221CC

Text Example


Text Example

White with #E221CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221CC; }

 p { color: rgb(226,33,204); }

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

background-color css

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

 a { background-color: rgb(226,33,204); }

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

border-color css

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

 span { border-color: rgb(226,33,204); }

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