Html Css Color HEX #E10EDC Deep Magenta

📋 copy color: '#E10EDC'

red 225 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #E10EDC

Tints of Deep Magenta #E10EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 49.02%
G = 3.05%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E10EDC (or 0xE10EDC) is known color: Deep Magenta. HEX triplet: E1, 0E and DC. RGB value is (225,14,220). Sum of RGB (Red+Green+Blue) = 225+14+220=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E10EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10EDC is #1EF123. Grayscale: #636363. Windows color (decimal): -2027812 or 14421729. OLE color: 14421729.

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

Color convert

RGB 225 14 220 -
CMYK 0 0.94 0.02 0.12
HSL 301.42º 0.88% 0.47% -
HSV(B) 301.42º 0.94% 0.88% -
XYZ 44.13 21.49 69.53 -
YUV 100.57 195.4 216.75 -
System Red Green Blue C M Y K H S L
Decimal 225 14 220 0 0.94 0.02 0.12 301.42 0.88 0.47
Hex E1 E DC 0 5E 2 C 12D 58 2F
Octal 341 16 334 0 136 2 14 455 130 57
Binary 11100001 1110 11011100 0 1011110 10 1100 100101101 1011000 101111

Color Harmonies of #E10EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EDC

Black with #E10EDC

Text Example


Text Example

White with #E10EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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