Html Css Color HEX #E10EDB Deep Magenta

📋 copy color: '#E10EDB'

red 225 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #E10EDB

Tints of Deep Magenta #E10EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 49.13%
G = 3.06%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E10EDB (or 0xE10EDB) is known color: Deep Magenta. HEX triplet: E1, 0E and DB. RGB value is (225,14,219). Sum of RGB (Red+Green+Blue) = 225+14+219=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E10EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10EDB is #1EF124. Grayscale: #636363. Windows color (decimal): -2027813 or 14356193. OLE color: 14356193.

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

Color convert

RGB 225 14 219 -
CMYK 0 0.94 0.03 0.12
HSL 301.71º 0.88% 0.47% -
HSV(B) 301.71º 0.94% 0.88% -
XYZ 43.99 21.44 68.84 -
YUV 100.46 194.9 216.83 -
System Red Green Blue C M Y K H S L
Decimal 225 14 219 0 0.94 0.03 0.12 301.71 0.88 0.47
Hex E1 E DB 0 5E 3 C 12E 58 2F
Octal 341 16 333 0 136 3 14 456 130 57
Binary 11100001 1110 11011011 0 1011110 11 1100 100101110 1011000 101111

Color Harmonies of #E10EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EDB

Black with #E10EDB

Text Example


Text Example

White with #E10EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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