Html Css Color HEX #E507DA Deep Magenta

📋 copy color: '#E507DA'

red 229 ◦ green 7 ◦ blue 218

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

Shades of Deep Magenta #E507DA

Tints of Deep Magenta #E507DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 50.44%
G = 1.54%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E507DA (or 0xE507DA) is known color: Deep Magenta. HEX triplet: E5, 07 and DA. RGB value is (229,7,218). Sum of RGB (Red+Green+Blue) = 229+7+218=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E507DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507DA is #1AF825. Grayscale: #606060. Windows color (decimal): -1767462 or 14288869. OLE color: 14288869.

HSL color Cylindrical-coordinate representation of color #E507DA: hue angle of 302.97º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507DA is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 7 218 -
CMYK 0 0.97 0.05 0.10
HSL 302.97º 0.94% 0.46% -
HSV(B) 302.97º 0.97% 0.9% -
XYZ 45.04 21.87 68.18 -
YUV 97.43 196.05 221.84 -
System Red Green Blue C M Y K H S L
Decimal 229 7 218 0 0.97 0.05 0.10 302.97 0.94 0.46
Hex E5 7 DA 0 61 5 A 12F 5E 2E
Octal 345 7 332 0 141 5 12 457 136 56
Binary 11100101 111 11011010 0 1100001 101 1010 100101111 1011110 101110

Color Harmonies of #E507DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507DA

Black with #E507DA

Text Example


Text Example

White with #E507DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507DA; }

 p { color: rgb(229,7,218); }

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

background-color css

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

 a { background-color: rgb(229,7,218); }

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

border-color css

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

 span { border-color: rgb(229,7,218); }

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