Html Css Color HEX #E10BD2 Deep Magenta

📋 copy color: '#E10BD2'

red 225 ◦ green 11 ◦ blue 210

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

Shades of Deep Magenta #E10BD2

Tints of Deep Magenta #E10BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.09%

R = 50.45%
G = 2.47%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E10BD2 (or 0xE10BD2) is known color: Deep Magenta. HEX triplet: E1, 0B and D2. RGB value is (225,11,210). Sum of RGB (Red+Green+Blue) = 225+11+210=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BD2 is #1EF42D. Grayscale: #616161. Windows color (decimal): -2028590 or 13765601. OLE color: 13765601.

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

Color convert

RGB 225 11 210 -
CMYK 0 0.95 0.07 0.12
HSL 304.21º 0.91% 0.46% -
HSV(B) 304.21º 0.95% 0.88% -
XYZ 42.8 20.9 62.75 -
YUV 97.67 191.4 218.82 -
System Red Green Blue C M Y K H S L
Decimal 225 11 210 0 0.95 0.07 0.12 304.21 0.91 0.46
Hex E1 B D2 0 5F 7 C 130 5B 2E
Octal 341 13 322 0 137 7 14 460 133 56
Binary 11100001 1011 11010010 0 1011111 111 1100 100110000 1011011 101110

Color Harmonies of #E10BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10BD2

Black with #E10BD2

Text Example


Text Example

White with #E10BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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