Html Css Color HEX #E607DB Deep Magenta

📋 copy color: '#E607DB'

red 230 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #E607DB

Tints of Deep Magenta #E607DB

RGB

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

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

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

R = 50.44%
G = 1.54%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E607DB (or 0xE607DB) is known color: Deep Magenta. HEX triplet: E6, 07 and DB. RGB value is (230,7,219). Sum of RGB (Red+Green+Blue) = 230+7+219=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E607DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607DB is #19F824. Grayscale: #616161. Windows color (decimal): -1701925 or 14354406. OLE color: 14354406.

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

Color convert

RGB 230 7 219 -
CMYK 0 0.97 0.05 0.10
HSL 302.96º 0.94% 0.46% -
HSV(B) 302.96º 0.97% 0.9% -
XYZ 45.5 22.09 68.88 -
YUV 97.85 196.38 222.26 -
System Red Green Blue C M Y K H S L
Decimal 230 7 219 0 0.97 0.05 0.10 302.96 0.94 0.46
Hex E6 7 DB 0 61 5 A 12F 5E 2E
Octal 346 7 333 0 141 5 12 457 136 56
Binary 11100110 111 11011011 0 1100001 101 1010 100101111 1011110 101110

Color Harmonies of #E607DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607DB

Black with #E607DB

Text Example


Text Example

White with #E607DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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