Html Css Color HEX #E50ADF Deep Magenta

📋 copy color: '#E50ADF'

red 229 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #E50ADF

Tints of Deep Magenta #E50ADF

RGB

 RED value IS 229 (89.84% from 255) = 49.57%

 GREEN value IS 10 (4.3% from 255) = 2.16%

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

R = 49.57%
G = 2.16%
B = 48.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E50ADF (or 0xE50ADF) is known color: Deep Magenta. HEX triplet: E5, 0A and DF. RGB value is (229,10,223). Sum of RGB (Red+Green+Blue) = 229+10+223=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ADF is #1AF520. Grayscale: #636363. Windows color (decimal): -1766689 or 14617317. OLE color: 14617317.

HSL color Cylindrical-coordinate representation of color #E50ADF: hue angle of 301.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50ADF is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 10 223 -
CMYK 0 0.96 0.03 0.10
HSL 301.64º 0.92% 0.47% -
HSV(B) 301.64º 0.96% 0.9% -
XYZ 45.74 22.2 71.69 -
YUV 99.76 197.55 220.18 -
System Red Green Blue C M Y K H S L
Decimal 229 10 223 0 0.96 0.03 0.10 301.64 0.92 0.47
Hex E5 A DF 0 60 3 A 12E 5C 2F
Octal 345 12 337 0 140 3 12 456 134 57
Binary 11100101 1010 11011111 0 1100000 11 1010 100101110 1011100 101111

Color Harmonies of #E50ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50ADF

Black with #E50ADF

Text Example


Text Example

White with #E50ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50ADF; }

 p { color: rgb(229,10,223); }

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

background-color css

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

 a { background-color: rgb(229,10,223); }

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

border-color css

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

 span { border-color: rgb(229,10,223); }

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