Html Css Color HEX #E60DDB Deep Magenta

📋 copy color: '#E60DDB'

red 230 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #E60DDB

Tints of Deep Magenta #E60DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 49.78%
G = 2.81%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E60DDB (or 0xE60DDB) is known color: Deep Magenta. HEX triplet: E6, 0D and DB. RGB value is (230,13,219). Sum of RGB (Red+Green+Blue) = 230+13+219=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DDB is #19F224. Grayscale: #646464. Windows color (decimal): -1700389 or 14355942. OLE color: 14355942.

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

Color convert

RGB 230 13 219 -
CMYK 0 0.94 0.05 0.10
HSL 303.04º 0.89% 0.48% -
HSV(B) 303.04º 0.94% 0.9% -
XYZ 45.56 22.23 68.91 -
YUV 101.37 194.39 219.75 -
System Red Green Blue C M Y K H S L
Decimal 230 13 219 0 0.94 0.05 0.10 303.04 0.89 0.48
Hex E6 D DB 0 5E 5 A 12F 59 30
Octal 346 15 333 0 136 5 12 457 131 60
Binary 11100110 1101 11011011 0 1011110 101 1010 100101111 1011001 110000

Color Harmonies of #E60DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DDB

Black with #E60DDB

Text Example


Text Example

White with #E60DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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