Html Css Color HEX #E506DA Deep Magenta

📋 copy color: '#E506DA'

red 229 ◦ green 6 ◦ blue 218

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

Shades of Deep Magenta #E506DA

Tints of Deep Magenta #E506DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.32%

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

R = 50.55%
G = 1.32%
B = 48.12%

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

#E506DA (or 0xE506DA) is known color: Deep Magenta. HEX triplet: E5, 06 and DA. RGB value is (229,6,218). Sum of RGB (Red+Green+Blue) = 229+6+218=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E506DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506DA is #1AF925. Grayscale: #606060. Windows color (decimal): -1767718 or 14288613. OLE color: 14288613.

HSL color Cylindrical-coordinate representation of color #E506DA: hue angle of 302.96º degrees, saturation: 0.95, 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 #E506DA is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 218 -
CMYK 0 0.97 0.05 0.10
HSL 302.96º 0.95% 0.46% -
HSV(B) 302.96º 0.97% 0.9% -
XYZ 45.03 21.85 68.17 -
YUV 96.85 196.38 222.26 -
System Red Green Blue C M Y K H S L
Decimal 229 6 218 0 0.97 0.05 0.10 302.96 0.95 0.46
Hex E5 6 DA 0 61 5 A 12F 5F 2E
Octal 345 6 332 0 141 5 12 457 137 56
Binary 11100101 110 11011010 0 1100001 101 1010 100101111 1011111 101110

Color Harmonies of #E506DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506DA

Black with #E506DA

Text Example


Text Example

White with #E506DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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