Html Css Color HEX #E607DD Deep Magenta

📋 copy color: '#E607DD'

red 230 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #E607DD

Tints of Deep Magenta #E607DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 50.22%
G = 1.53%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E607DD (or 0xE607DD) is known color: Deep Magenta. HEX triplet: E6, 07 and DD. RGB value is (230,7,221). Sum of RGB (Red+Green+Blue) = 230+7+221=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E607DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607DD is #19F822. Grayscale: #616161. Windows color (decimal): -1701923 or 14485478. OLE color: 14485478.

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

Color convert

RGB 230 7 221 -
CMYK 0 0.97 0.04 0.10
HSL 302.42º 0.94% 0.46% -
HSV(B) 302.42º 0.97% 0.9% -
XYZ 45.76 22.2 70.28 -
YUV 98.07 197.38 222.1 -
System Red Green Blue C M Y K H S L
Decimal 230 7 221 0 0.97 0.04 0.10 302.42 0.94 0.46
Hex E6 7 DD 0 61 4 A 12E 5E 2E
Octal 346 7 335 0 141 4 12 456 136 56
Binary 11100110 111 11011101 0 1100001 100 1010 100101110 1011110 101110

Color Harmonies of #E607DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607DD

Black with #E607DD

Text Example


Text Example

White with #E607DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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