Html Css Color HEX #E605D9 Deep Magenta

📋 copy color: '#E605D9'

red 230 ◦ green 5 ◦ blue 217

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

Shades of Deep Magenta #E605D9

Tints of Deep Magenta #E605D9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 50.88%
G = 1.11%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E605D9 (or 0xE605D9) is known color: Deep Magenta. HEX triplet: E6, 05 and D9. RGB value is (230,5,217). Sum of RGB (Red+Green+Blue) = 230+5+217=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E605D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605D9 is #19FA26. Grayscale: #5F5F5F. Windows color (decimal): -1702439 or 14222822. OLE color: 14222822.

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

Color convert

RGB 230 5 217 -
CMYK 0 0.98 0.06 0.10
HSL 303.47º 0.96% 0.46% -
HSV(B) 303.47º 0.98% 0.9% -
XYZ 45.21 21.94 67.5 -
YUV 96.44 196.04 223.26 -
System Red Green Blue C M Y K H S L
Decimal 230 5 217 0 0.98 0.06 0.10 303.47 0.96 0.46
Hex E6 5 D9 0 62 6 A 12F 60 2E
Octal 346 5 331 0 142 6 12 457 140 56
Binary 11100110 101 11011001 0 1100010 110 1010 100101111 1100000 101110

Color Harmonies of #E605D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E605D9

Black with #E605D9

Text Example


Text Example

White with #E605D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E605D9; }

 p { color: rgb(230,5,217); }

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

background-color css

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

 a { background-color: rgb(230,5,217); }

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

border-color css

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

 span { border-color: rgb(230,5,217); }

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