Html Css Color HEX #E308DA Deep Magenta

📋 copy color: '#E308DA'

red 227 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #E308DA

Tints of Deep Magenta #E308DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 50.11%
G = 1.77%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E308DA (or 0xE308DA) is known color: Deep Magenta. HEX triplet: E3, 08 and DA. RGB value is (227,8,218). Sum of RGB (Red+Green+Blue) = 227+8+218=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E308DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E308DA is #1CF725. Grayscale: #606060. Windows color (decimal): -1898278 or 14289123. OLE color: 14289123.

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

Color convert

RGB 227 8 218 -
CMYK 0 0.96 0.04 0.11
HSL 302.47º 0.93% 0.46% -
HSV(B) 302.47º 0.96% 0.89% -
XYZ 44.42 21.57 68.15 -
YUV 97.42 196.05 220.42 -
System Red Green Blue C M Y K H S L
Decimal 227 8 218 0 0.96 0.04 0.11 302.47 0.93 0.46
Hex E3 8 DA 0 60 4 B 12E 5D 2E
Octal 343 10 332 0 140 4 13 456 135 56
Binary 11100011 1000 11011010 0 1100000 100 1011 100101110 1011101 101110

Color Harmonies of #E308DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E308DA

Black with #E308DA

Text Example


Text Example

White with #E308DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E308DA; }

 p { color: rgb(227,8,218); }

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

background-color css

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

 a { background-color: rgb(227,8,218); }

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

border-color css

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

 span { border-color: rgb(227,8,218); }

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