Html Css Color HEX #E604DA Deep Magenta

📋 copy color: '#E604DA'

red 230 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #E604DA

Tints of Deep Magenta #E604DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 50.88%
G = 0.88%
B = 48.23%

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

#E604DA (or 0xE604DA) is known color: Deep Magenta. HEX triplet: E6, 04 and DA. RGB value is (230,4,218). Sum of RGB (Red+Green+Blue) = 230+4+218=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 4 (1.95% from 255 or 0.88% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E604DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604DA is #19FB25. Grayscale: #5F5F5F. Windows color (decimal): -1702694 or 14288102. OLE color: 14288102.

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

Color convert

RGB 230 4 218 -
CMYK 0 0.98 0.05 0.10
HSL 303.19º 0.97% 0.46% -
HSV(B) 303.19º 0.98% 0.9% -
XYZ 45.33 21.97 68.18 -
YUV 95.97 196.87 223.6 -
System Red Green Blue C M Y K H S L
Decimal 230 4 218 0 0.98 0.05 0.10 303.19 0.97 0.46
Hex E6 4 DA 0 62 5 A 12F 61 2E
Octal 346 4 332 0 142 5 12 457 141 56
Binary 11100110 100 11011010 0 1100010 101 1010 100101111 1100001 101110

Color Harmonies of #E604DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604DA

Black with #E604DA

Text Example


Text Example

White with #E604DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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