Html Css Color HEX #E609DB Deep Magenta

📋 copy color: '#E609DB'

red 230 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #E609DB

Tints of Deep Magenta #E609DB

RGB

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

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

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

R = 50.22%
G = 1.97%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E609DB (or 0xE609DB) is known color: Deep Magenta. HEX triplet: E6, 09 and DB. RGB value is (230,9,219). Sum of RGB (Red+Green+Blue) = 230+9+219=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E609DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609DB is #19F624. Grayscale: #626262. Windows color (decimal): -1701413 or 14354918. OLE color: 14354918.

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

Color convert

RGB 230 9 219 -
CMYK 0 0.96 0.05 0.10
HSL 302.99º 0.92% 0.47% -
HSV(B) 302.99º 0.96% 0.9% -
XYZ 45.52 22.13 68.89 -
YUV 99.02 195.72 221.42 -
System Red Green Blue C M Y K H S L
Decimal 230 9 219 0 0.96 0.05 0.10 302.99 0.92 0.47
Hex E6 9 DB 0 60 5 A 12F 5C 2F
Octal 346 11 333 0 140 5 12 457 134 57
Binary 11100110 1001 11011011 0 1100000 101 1010 100101111 1011100 101111

Color Harmonies of #E609DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609DB

Black with #E609DB

Text Example


Text Example

White with #E609DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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