Html Css Color HEX #E21CDC Deep Magenta

📋 copy color: '#E21CDC'

red 226 ◦ green 28 ◦ blue 220

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

Shades of Deep Magenta #E21CDC

Tints of Deep Magenta #E21CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 47.68%
G = 5.91%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E21CDC (or 0xE21CDC) is known color: Deep Magenta. HEX triplet: E2, 1C and DC. RGB value is (226,28,220). Sum of RGB (Red+Green+Blue) = 226+28+220=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CDC is #1DE323. Grayscale: #6C6C6C. Windows color (decimal): -1958692 or 14425314. OLE color: 14425314.

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

Color convert

RGB 226 28 220 -
CMYK 0 0.88 0.03 0.11
HSL 301.82º 0.78% 0.5% -
HSV(B) 301.82º 0.88% 0.89% -
XYZ 44.7 22.17 69.63 -
YUV 109.09 190.6 211.39 -
System Red Green Blue C M Y K H S L
Decimal 226 28 220 0 0.88 0.03 0.11 301.82 0.78 0.5
Hex E2 1C DC 0 58 3 B 12E 4E 32
Octal 342 34 334 0 130 3 13 456 116 62
Binary 11100010 11100 11011100 0 1011000 11 1011 100101110 1001110 110010

Color Harmonies of #E21CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CDC

Black with #E21CDC

Text Example


Text Example

White with #E21CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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