Html Css Color HEX #E21ED1 Shocking Pink

📋 copy color: '#E21ED1'

red 226 ◦ green 30 ◦ blue 209

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

Shades of Shocking Pink #E21ED1

Tints of Shocking Pink #E21ED1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.45%

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 48.6%
G = 6.45%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E21ED1 (or 0xE21ED1) is known color: Shocking Pink. HEX triplet: E2, 1E and D1. RGB value is (226,30,209). Sum of RGB (Red+Green+Blue) = 226+30+209=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ED1 is #1DE12E. Grayscale: #6C6C6C. Windows color (decimal): -1958191 or 13704930. OLE color: 13704930.

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

Color convert

RGB 226 30 209 -
CMYK 0 0.87 0.08 0.11
HSL 305.2º 0.77% 0.5% -
HSV(B) 305.2º 0.87% 0.89% -
XYZ 43.34 21.7 62.23 -
YUV 109.01 184.43 211.45 -
System Red Green Blue C M Y K H S L
Decimal 226 30 209 0 0.87 0.08 0.11 305.2 0.77 0.5
Hex E2 1E D1 0 57 8 B 131 4D 32
Octal 342 36 321 0 127 10 13 461 115 62
Binary 11100010 11110 11010001 0 1010111 1000 1011 100110001 1001101 110010

Color Harmonies of #E21ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21ED1

Black with #E21ED1

Text Example


Text Example

White with #E21ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21ED1; }

 p { color: rgb(226,30,209); }

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

background-color css

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

 a { background-color: rgb(226,30,209); }

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

border-color css

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

 span { border-color: rgb(226,30,209); }

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