Html Css Color HEX #E60DD8 Deep Magenta

📋 copy color: '#E60DD8'

red 230 ◦ green 13 ◦ blue 216

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

Shades of Deep Magenta #E60DD8

Tints of Deep Magenta #E60DD8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.83%

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 50.11%
G = 2.83%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E60DD8 (or 0xE60DD8) is known color: Deep Magenta. HEX triplet: E6, 0D and D8. RGB value is (230,13,216). Sum of RGB (Red+Green+Blue) = 230+13+216=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DD8 is #19F227. Grayscale: #646464. Windows color (decimal): -1700392 or 14159334. OLE color: 14159334.

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

Color convert

RGB 230 13 216 -
CMYK 0 0.94 0.06 0.10
HSL 303.87º 0.89% 0.48% -
HSV(B) 303.87º 0.94% 0.9% -
XYZ 45.17 22.07 66.84 -
YUV 101.03 192.89 219.99 -
System Red Green Blue C M Y K H S L
Decimal 230 13 216 0 0.94 0.06 0.10 303.87 0.89 0.48
Hex E6 D D8 0 5E 6 A 130 59 30
Octal 346 15 330 0 136 6 12 460 131 60
Binary 11100110 1101 11011000 0 1011110 110 1010 100110000 1011001 110000

Color Harmonies of #E60DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DD8

Black with #E60DD8

Text Example


Text Example

White with #E60DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DD8; }

 p { color: rgb(230,13,216); }

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

background-color css

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

 a { background-color: rgb(230,13,216); }

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

border-color css

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

 span { border-color: rgb(230,13,216); }

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