Html Css Color HEX #E21DDF Deep Magenta

📋 copy color: '#E21DDF'

red 226 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #E21DDF

Tints of Deep Magenta #E21DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.07%

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 47.28%
G = 6.07%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E21DDF (or 0xE21DDF) is known color: Deep Magenta. HEX triplet: E2, 1D and DF. RGB value is (226,29,223). Sum of RGB (Red+Green+Blue) = 226+29+223=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DDF is #1DE220. Grayscale: #6D6D6D. Windows color (decimal): -1958433 or 14622178. OLE color: 14622178.

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

Color convert

RGB 226 29 223 -
CMYK 0 0.87 0.01 0.11
HSL 300.91º 0.77% 0.5% -
HSV(B) 300.91º 0.87% 0.89% -
XYZ 45.12 22.38 71.75 -
YUV 110.02 191.77 210.73 -
System Red Green Blue C M Y K H S L
Decimal 226 29 223 0 0.87 0.01 0.11 300.91 0.77 0.5
Hex E2 1D DF 0 57 1 B 12D 4D 32
Octal 342 35 337 0 127 1 13 455 115 62
Binary 11100010 11101 11011111 0 1010111 1 1011 100101101 1001101 110010

Color Harmonies of #E21DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DDF

Black with #E21DDF

Text Example


Text Example

White with #E21DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DDF; }

 p { color: rgb(226,29,223); }

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

background-color css

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

 a { background-color: rgb(226,29,223); }

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

border-color css

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

 span { border-color: rgb(226,29,223); }

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