Html Css Color HEX #E600DD Deep Magenta

📋 copy color: '#E600DD'

red 230 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #E600DD

Tints of Deep Magenta #E600DD

RGB

 RED value IS 230 (90.23% from 255) = 51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 51%
G = 0%
B = 49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E600DD (or 0xE600DD) is known color: Deep Magenta. HEX triplet: E6, 00 and DD. RGB value is (230,0,221). Sum of RGB (Red+Green+Blue) = 230+0+221=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E600DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600DD is #19FF22. Grayscale: #5D5D5D. Windows color (decimal): -1703715 or 14483686. OLE color: 14483686.

HSL color Cylindrical-coordinate representation of color #E600DD: hue angle of 302.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600DD is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 221 -
CMYK 0 1 0.04 0.10
HSL 302.35º 1% 0.45% -
HSV(B) 302.35º 1% 0.9% -
XYZ 45.68 22.04 70.25 -
YUV 93.96 199.7 225.03 -
System Red Green Blue C M Y K H S L
Decimal 230 0 221 0 1 0.04 0.10 302.35 1 0.45
Hex E6 0 DD 0 64 4 A 12E 64 2D
Octal 346 0 335 0 144 4 12 456 144 55
Binary 11100110 0 11011101 0 1100100 100 1010 100101110 1100100 101101

Color Harmonies of #E600DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600DD

Black with #E600DD

Text Example


Text Example

White with #E600DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600DD; }

 p { color: rgb(230,0,221); }

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

background-color css

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

 a { background-color: rgb(230,0,221); }

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

border-color css

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

 span { border-color: rgb(230,0,221); }

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