Html Css Color HEX #E21CD1 Shocking Pink

📋 copy color: '#E21CD1'

red 226 ◦ green 28 ◦ blue 209

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

Shades of Shocking Pink #E21CD1

Tints of Shocking Pink #E21CD1

RGB

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

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

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

R = 48.81%
G = 6.05%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E21CD1 (or 0xE21CD1) is known color: Shocking Pink. HEX triplet: E2, 1C and D1. RGB value is (226,28,209). Sum of RGB (Red+Green+Blue) = 226+28+209=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CD1 is #1DE32E. Grayscale: #6B6B6B. Windows color (decimal): -1958703 or 13704418. OLE color: 13704418.

HSL color Cylindrical-coordinate representation of color #E21CD1: hue angle of 305.15º 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 #E21CD1 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 28 209 -
CMYK 0 0.88 0.08 0.11
HSL 305.15º 0.78% 0.5% -
HSV(B) 305.15º 0.88% 0.89% -
XYZ 43.29 21.6 62.21 -
YUV 107.84 185.1 212.28 -
System Red Green Blue C M Y K H S L
Decimal 226 28 209 0 0.88 0.08 0.11 305.15 0.78 0.5
Hex E2 1C D1 0 58 8 B 131 4E 32
Octal 342 34 321 0 130 10 13 461 116 62
Binary 11100010 11100 11010001 0 1011000 1000 1011 100110001 1001110 110010

Color Harmonies of #E21CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CD1

Black with #E21CD1

Text Example


Text Example

White with #E21CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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