Html Css Color HEX #E604DF Deep Magenta

📋 copy color: '#E604DF'

red 230 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #E604DF

Tints of Deep Magenta #E604DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 50.33%
G = 0.88%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E604DF (or 0xE604DF) is known color: Deep Magenta. HEX triplet: E6, 04 and DF. RGB value is (230,4,223). Sum of RGB (Red+Green+Blue) = 230+4+223=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E604DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604DF is #19FB20. Grayscale: #5F5F5F. Windows color (decimal): -1702689 or 14615782. OLE color: 14615782.

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

Color convert

RGB 230 4 223 -
CMYK 0 0.98 0.03 0.10
HSL 301.86º 0.97% 0.46% -
HSV(B) 301.86º 0.98% 0.9% -
XYZ 46 22.24 71.68 -
YUV 96.54 199.37 223.19 -
System Red Green Blue C M Y K H S L
Decimal 230 4 223 0 0.98 0.03 0.10 301.86 0.97 0.46
Hex E6 4 DF 0 62 3 A 12E 61 2E
Octal 346 4 337 0 142 3 12 456 141 56
Binary 11100110 100 11011111 0 1100010 11 1010 100101110 1100001 101110

Color Harmonies of #E604DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604DF

Black with #E604DF

Text Example


Text Example

White with #E604DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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