Html Css Color HEX #E21CCC Shocking Pink

📋 copy color: '#E21CCC'

red 226 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #E21CCC

Tints of Shocking Pink #E21CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.11%

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

R = 49.34%
G = 6.11%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E21CCC (or 0xE21CCC) is known color: Shocking Pink. HEX triplet: E2, 1C and CC. RGB value is (226,28,204). Sum of RGB (Red+Green+Blue) = 226+28+204=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CCC is #1DE333. Grayscale: #6A6A6A. Windows color (decimal): -1958708 or 13376738. OLE color: 13376738.

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

Color convert

RGB 226 28 204 -
CMYK 0 0.88 0.10 0.11
HSL 306.67º 0.78% 0.5% -
HSV(B) 306.67º 0.88% 0.89% -
XYZ 42.68 21.36 59 -
YUV 107.27 182.6 212.69 -
System Red Green Blue C M Y K H S L
Decimal 226 28 204 0 0.88 0.10 0.11 306.67 0.78 0.5
Hex E2 1C CC 0 58 A B 133 4E 32
Octal 342 34 314 0 130 12 13 463 116 62
Binary 11100010 11100 11001100 0 1011000 1010 1011 100110011 1001110 110010

Color Harmonies of #E21CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CCC

Black with #E21CCC

Text Example


Text Example

White with #E21CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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