Html Css Color HEX #E608DF Deep Magenta

📋 copy color: '#E608DF'

red 230 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #E608DF

Tints of Deep Magenta #E608DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.74%

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

R = 49.89%
G = 1.74%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E608DF (or 0xE608DF) is known color: Deep Magenta. HEX triplet: E6, 08 and DF. RGB value is (230,8,223). Sum of RGB (Red+Green+Blue) = 230+8+223=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E608DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608DF is #19F720. Grayscale: #626262. Windows color (decimal): -1701665 or 14616806. OLE color: 14616806.

HSL color Cylindrical-coordinate representation of color #E608DF: hue angle of 301.89º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608DF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 8 223 -
CMYK 0 0.97 0.03 0.10
HSL 301.89º 0.93% 0.47% -
HSV(B) 301.89º 0.97% 0.9% -
XYZ 46.04 22.32 71.69 -
YUV 98.89 198.05 221.52 -
System Red Green Blue C M Y K H S L
Decimal 230 8 223 0 0.97 0.03 0.10 301.89 0.93 0.47
Hex E6 8 DF 0 61 3 A 12E 5D 2F
Octal 346 10 337 0 141 3 12 456 135 57
Binary 11100110 1000 11011111 0 1100001 11 1010 100101110 1011101 101111

Color Harmonies of #E608DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E608DF

Black with #E608DF

Text Example


Text Example

White with #E608DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E608DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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