Html Css Color HEX #E21FD6 Deep Magenta

📋 copy color: '#E21FD6'

red 226 ◦ green 31 ◦ blue 214

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

Shades of Deep Magenta #E21FD6

Tints of Deep Magenta #E21FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.44%

R = 47.98%
G = 6.58%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E21FD6 (or 0xE21FD6) is known color: Deep Magenta. HEX triplet: E2, 1F and D6. RGB value is (226,31,214). Sum of RGB (Red+Green+Blue) = 226+31+214=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FD6 is #1DE029. Grayscale: #6D6D6D. Windows color (decimal): -1957930 or 14032866. OLE color: 14032866.

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

Color convert

RGB 226 31 214 -
CMYK 0 0.86 0.05 0.11
HSL 303.69º 0.77% 0.5% -
HSV(B) 303.69º 0.86% 0.89% -
XYZ 43.99 22 65.55 -
YUV 110.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 226 31 214 0 0.86 0.05 0.11 303.69 0.77 0.5
Hex E2 1F D6 0 56 5 B 130 4D 32
Octal 342 37 326 0 126 5 13 460 115 62
Binary 11100010 11111 11010110 0 1010110 101 1011 100110000 1001101 110010

Color Harmonies of #E21FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FD6

Black with #E21FD6

Text Example


Text Example

White with #E21FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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