Html Css Color HEX #E10ED4 Deep Magenta

📋 copy color: '#E10ED4'

red 225 ◦ green 14 ◦ blue 212

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

Shades of Deep Magenta #E10ED4

Tints of Deep Magenta #E10ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.01%

R = 49.89%
G = 3.1%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E10ED4 (or 0xE10ED4) is known color: Deep Magenta. HEX triplet: E1, 0E and D4. RGB value is (225,14,212). Sum of RGB (Red+Green+Blue) = 225+14+212=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ED4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ED4 is #1EF12B. Grayscale: #636363. Windows color (decimal): -2027820 or 13897441. OLE color: 13897441.

HSL color Cylindrical-coordinate representation of color #E10ED4: hue angle of 303.7º 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 #E10ED4 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 14 212 -
CMYK 0 0.94 0.06 0.12
HSL 303.7º 0.88% 0.47% -
HSV(B) 303.7º 0.94% 0.88% -
XYZ 43.09 21.08 64.08 -
YUV 99.66 191.4 217.4 -
System Red Green Blue C M Y K H S L
Decimal 225 14 212 0 0.94 0.06 0.12 303.7 0.88 0.47
Hex E1 E D4 0 5E 6 C 130 58 2F
Octal 341 16 324 0 136 6 14 460 130 57
Binary 11100001 1110 11010100 0 1011110 110 1100 100110000 1011000 101111

Color Harmonies of #E10ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10ED4

Black with #E10ED4

Text Example


Text Example

White with #E10ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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