Html Css Color HEX #E506CE Deep Magenta

📋 copy color: '#E506CE'

red 229 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #E506CE

Tints of Deep Magenta #E506CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 51.93%
G = 1.36%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E506CE (or 0xE506CE) is known color: Deep Magenta. HEX triplet: E5, 06 and CE. RGB value is (229,6,206). Sum of RGB (Red+Green+Blue) = 229+6+206=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E506CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506CE is #1AF931. Grayscale: #5E5E5E. Windows color (decimal): -1767730 or 13502181. OLE color: 13502181.

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

Color convert

RGB 229 6 206 -
CMYK 0 0.97 0.10 0.10
HSL 306.19º 0.95% 0.46% -
HSV(B) 306.19º 0.97% 0.9% -
XYZ 43.52 21.24 60.2 -
YUV 95.48 190.38 223.24 -
System Red Green Blue C M Y K H S L
Decimal 229 6 206 0 0.97 0.10 0.10 306.19 0.95 0.46
Hex E5 6 CE 0 61 A A 132 5F 2E
Octal 345 6 316 0 141 12 12 462 137 56
Binary 11100101 110 11001110 0 1100001 1010 1010 100110010 1011111 101110

Color Harmonies of #E506CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506CE

Black with #E506CE

Text Example


Text Example

White with #E506CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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