Html Css Color HEX #E10DDF Deep Magenta

📋 copy color: '#E10DDF'

red 225 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #E10DDF

Tints of Deep Magenta #E10DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.82%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 48.81%
G = 2.82%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E10DDF (or 0xE10DDF) is known color: Deep Magenta. HEX triplet: E1, 0D and DF. RGB value is (225,13,223). Sum of RGB (Red+Green+Blue) = 225+13+223=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DDF is #1EF220. Grayscale: #636363. Windows color (decimal): -2028065 or 14618081. OLE color: 14618081.

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

Color convert

RGB 225 13 223 -
CMYK 0 0.94 0.01 0.12
HSL 300.57º 0.89% 0.47% -
HSV(B) 300.57º 0.94% 0.88% -
XYZ 44.51 21.62 71.64 -
YUV 100.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 225 13 223 0 0.94 0.01 0.12 300.57 0.89 0.47
Hex E1 D DF 0 5E 1 C 12D 59 2F
Octal 341 15 337 0 136 1 14 455 131 57
Binary 11100001 1101 11011111 0 1011110 1 1100 100101101 1011001 101111

Color Harmonies of #E10DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DDF

Black with #E10DDF

Text Example


Text Example

White with #E10DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DDF; }

 p { color: rgb(225,13,223); }

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

background-color css

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

 a { background-color: rgb(225,13,223); }

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

border-color css

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

 span { border-color: rgb(225,13,223); }

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