Html Css Color HEX #E21FCC Shocking Pink

📋 copy color: '#E21FCC'

red 226 ◦ green 31 ◦ blue 204

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

Shades of Shocking Pink #E21FCC

Tints of Shocking Pink #E21FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.72%

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

R = 49.02%
G = 6.72%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E21FCC (or 0xE21FCC) is known color: Shocking Pink. HEX triplet: E2, 1F and CC. RGB value is (226,31,204). Sum of RGB (Red+Green+Blue) = 226+31+204=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FCC is #1DE033. Grayscale: #6C6C6C. Windows color (decimal): -1957940 or 13377506. OLE color: 13377506.

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

Color convert

RGB 226 31 204 -
CMYK 0 0.86 0.10 0.11
HSL 306.77º 0.77% 0.5% -
HSV(B) 306.77º 0.86% 0.89% -
XYZ 42.75 21.51 59.02 -
YUV 109.03 181.6 211.43 -
System Red Green Blue C M Y K H S L
Decimal 226 31 204 0 0.86 0.10 0.11 306.77 0.77 0.5
Hex E2 1F CC 0 56 A B 133 4D 32
Octal 342 37 314 0 126 12 13 463 115 62
Binary 11100010 11111 11001100 0 1010110 1010 1011 100110011 1001101 110010

Color Harmonies of #E21FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FCC

Black with #E21FCC

Text Example


Text Example

White with #E21FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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