Html Css Color HEX #E306DB Deep Magenta

📋 copy color: '#E306DB'

red 227 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #E306DB

Tints of Deep Magenta #E306DB

RGB

 RED value IS 227 (89.06% from 255) = 50.22%

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 50.22%
G = 1.33%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E306DB (or 0xE306DB) is known color: Deep Magenta. HEX triplet: E3, 06 and DB. RGB value is (227,6,219). Sum of RGB (Red+Green+Blue) = 227+6+219=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E306DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306DB is #1CF924. Grayscale: #5F5F5F. Windows color (decimal): -1898789 or 14354147. OLE color: 14354147.

HSL color Cylindrical-coordinate representation of color #E306DB: hue angle of 302.17º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E306DB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 6 219 -
CMYK 0 0.97 0.04 0.11
HSL 302.17º 0.95% 0.46% -
HSV(B) 302.17º 0.97% 0.89% -
XYZ 44.53 21.58 68.84 -
YUV 96.36 197.22 221.18 -
System Red Green Blue C M Y K H S L
Decimal 227 6 219 0 0.97 0.04 0.11 302.17 0.95 0.46
Hex E3 6 DB 0 61 4 B 12E 5F 2E
Octal 343 6 333 0 141 4 13 456 137 56
Binary 11100011 110 11011011 0 1100001 100 1011 100101110 1011111 101110

Color Harmonies of #E306DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E306DB

Black with #E306DB

Text Example


Text Example

White with #E306DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E306DB; }

 p { color: rgb(227,6,219); }

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

background-color css

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

 a { background-color: rgb(227,6,219); }

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

border-color css

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

 span { border-color: rgb(227,6,219); }

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