Html Css Color HEX #E106DA Deep Magenta

📋 copy color: '#E106DA'

red 225 ◦ green 6 ◦ blue 218

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

Shades of Deep Magenta #E106DA

Tints of Deep Magenta #E106DA

RGB

 RED value IS 225 (88.28% from 255) = 50.11%

 GREEN value IS 6 (2.73% from 255) = 1.34%

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 50.11%
G = 1.34%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E106DA (or 0xE106DA) is known color: Deep Magenta. HEX triplet: E1, 06 and DA. RGB value is (225,6,218). Sum of RGB (Red+Green+Blue) = 225+6+218=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E106DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E106DA is #1EF925. Grayscale: #5F5F5F. Windows color (decimal): -2029862 or 14288609. OLE color: 14288609.

HSL color Cylindrical-coordinate representation of color #E106DA: hue angle of 301.92º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E106DA is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 6 218 -
CMYK 0 0.97 0.03 0.12
HSL 301.92º 0.95% 0.45% -
HSV(B) 301.92º 0.97% 0.88% -
XYZ 43.77 21.2 68.11 -
YUV 95.65 197.05 220.26 -
System Red Green Blue C M Y K H S L
Decimal 225 6 218 0 0.97 0.03 0.12 301.92 0.95 0.45
Hex E1 6 DA 0 61 3 C 12E 5F 2D
Octal 341 6 332 0 141 3 14 456 137 55
Binary 11100001 110 11011010 0 1100001 11 1100 100101110 1011111 101101

Color Harmonies of #E106DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E106DA

Black with #E106DA

Text Example


Text Example

White with #E106DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E106DA; }

 p { color: rgb(225,6,218); }

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

background-color css

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

 a { background-color: rgb(225,6,218); }

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

border-color css

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

 span { border-color: rgb(225,6,218); }

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