Html Css Color HEX #E604DB Deep Magenta

📋 copy color: '#E604DB'

red 230 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #E604DB

Tints of Deep Magenta #E604DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

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

R = 50.77%
G = 0.88%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E604DB (or 0xE604DB) is known color: Deep Magenta. HEX triplet: E6, 04 and DB. RGB value is (230,4,219). Sum of RGB (Red+Green+Blue) = 230+4+219=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E604DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604DB is #19FB24. Grayscale: #5F5F5F. Windows color (decimal): -1702693 or 14353638. OLE color: 14353638.

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

Color convert

RGB 230 4 219 -
CMYK 0 0.98 0.05 0.10
HSL 302.92º 0.97% 0.46% -
HSV(B) 302.92º 0.98% 0.9% -
XYZ 45.46 22.02 68.87 -
YUV 96.08 197.37 223.52 -
System Red Green Blue C M Y K H S L
Decimal 230 4 219 0 0.98 0.05 0.10 302.92 0.97 0.46
Hex E6 4 DB 0 62 5 A 12F 61 2E
Octal 346 4 333 0 142 5 12 457 141 56
Binary 11100110 100 11011011 0 1100010 101 1010 100101111 1100001 101110

Color Harmonies of #E604DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604DB

Black with #E604DB

Text Example


Text Example

White with #E604DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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