Html Css Color HEX #E10ED6 Deep Magenta

📋 copy color: '#E10ED6'

red 225 ◦ green 14 ◦ blue 214

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

Shades of Deep Magenta #E10ED6

Tints of Deep Magenta #E10ED6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.09%

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

R = 49.67%
G = 3.09%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E10ED6 (or 0xE10ED6) is known color: Deep Magenta. HEX triplet: E1, 0E and D6. RGB value is (225,14,214). Sum of RGB (Red+Green+Blue) = 225+14+214=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ED6 is #1EF129. Grayscale: #636363. Windows color (decimal): -2027818 or 14028513. OLE color: 14028513.

HSL color Cylindrical-coordinate representation of color #E10ED6: hue angle of 303.13º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10ED6 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 14 214 -
CMYK 0 0.94 0.05 0.12
HSL 303.13º 0.88% 0.47% -
HSV(B) 303.13º 0.94% 0.88% -
XYZ 43.35 21.18 65.42 -
YUV 99.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 225 14 214 0 0.94 0.05 0.12 303.13 0.88 0.47
Hex E1 E D6 0 5E 5 C 12F 58 2F
Octal 341 16 326 0 136 5 14 457 130 57
Binary 11100001 1110 11010110 0 1011110 101 1100 100101111 1011000 101111

Color Harmonies of #E10ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10ED6

Black with #E10ED6

Text Example


Text Example

White with #E10ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10ED6; }

 p { color: rgb(225,14,214); }

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

background-color css

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

 a { background-color: rgb(225,14,214); }

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

border-color css

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

 span { border-color: rgb(225,14,214); }

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