Html Css Color HEX #E10BDB Deep Magenta

📋 copy color: '#E10BDB'

red 225 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #E10BDB

Tints of Deep Magenta #E10BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

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

R = 49.45%
G = 2.42%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E10BDB (or 0xE10BDB) is known color: Deep Magenta. HEX triplet: E1, 0B and DB. RGB value is (225,11,219). Sum of RGB (Red+Green+Blue) = 225+11+219=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BDB is #1EF424. Grayscale: #626262. Windows color (decimal): -2028581 or 14355425. OLE color: 14355425.

HSL color Cylindrical-coordinate representation of color #E10BDB: hue angle of 301.68º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BDB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 219 -
CMYK 0 0.95 0.03 0.12
HSL 301.68º 0.91% 0.46% -
HSV(B) 301.68º 0.95% 0.88% -
XYZ 43.96 21.36 68.82 -
YUV 98.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 225 11 219 0 0.95 0.03 0.12 301.68 0.91 0.46
Hex E1 B DB 0 5F 3 C 12E 5B 2E
Octal 341 13 333 0 137 3 14 456 133 56
Binary 11100001 1011 11011011 0 1011111 11 1100 100101110 1011011 101110

Color Harmonies of #E10BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10BDB

Black with #E10BDB

Text Example


Text Example

White with #E10BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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