Html Css Color HEX #E609DF Deep Magenta

📋 copy color: '#E609DF'

red 230 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #E609DF

Tints of Deep Magenta #E609DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.95%

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

R = 49.78%
G = 1.95%
B = 48.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E609DF (or 0xE609DF) is known color: Deep Magenta. HEX triplet: E6, 09 and DF. RGB value is (230,9,223). Sum of RGB (Red+Green+Blue) = 230+9+223=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E609DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609DF is #19F620. Grayscale: #626262. Windows color (decimal): -1701409 or 14617062. OLE color: 14617062.

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

Color convert

RGB 230 9 223 -
CMYK 0 0.96 0.03 0.10
HSL 301.9º 0.92% 0.47% -
HSV(B) 301.9º 0.96% 0.9% -
XYZ 46.05 22.35 71.7 -
YUV 99.48 197.72 221.1 -
System Red Green Blue C M Y K H S L
Decimal 230 9 223 0 0.96 0.03 0.10 301.9 0.92 0.47
Hex E6 9 DF 0 60 3 A 12E 5C 2F
Octal 346 11 337 0 140 3 12 456 134 57
Binary 11100110 1001 11011111 0 1100000 11 1010 100101110 1011100 101111

Color Harmonies of #E609DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609DF

Black with #E609DF

Text Example


Text Example

White with #E609DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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