Html Css Color HEX #E809DA Hot Magenta

📋 copy color: '#E809DA'

red 232 ◦ green 9 ◦ blue 218

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

Shades of Hot Magenta #E809DA

Tints of Hot Magenta #E809DA

RGB

 RED value IS 232 (91.02% from 255) = 50.54%

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

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

R = 50.54%
G = 1.96%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E809DA (or 0xE809DA) is known color: Hot Magenta. HEX triplet: E8, 09 and DA. RGB value is (232,9,218). Sum of RGB (Red+Green+Blue) = 232+9+218=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E809DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809DA is #17F625. Grayscale: #626262. Windows color (decimal): -1570342 or 14289384. OLE color: 14289384.

HSL color Cylindrical-coordinate representation of color #E809DA: hue angle of 303.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809DA is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 9 218 -
CMYK 0 0.96 0.06 0.09
HSL 303.77º 0.93% 0.47% -
HSV(B) 303.77º 0.96% 0.91% -
XYZ 46.03 22.41 68.23 -
YUV 99.5 194.88 222.51 -
System Red Green Blue C M Y K H S L
Decimal 232 9 218 0 0.96 0.06 0.09 303.77 0.93 0.47
Hex E8 9 DA 0 60 6 9 130 5D 2F
Octal 350 11 332 0 140 6 11 460 135 57
Binary 11101000 1001 11011010 0 1100000 110 1001 100110000 1011101 101111

Color Harmonies of #E809DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E809DA

Black with #E809DA

Text Example


Text Example

White with #E809DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E809DA; }

 p { color: rgb(232,9,218); }

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

background-color css

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

 a { background-color: rgb(232,9,218); }

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

border-color css

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

 span { border-color: rgb(232,9,218); }

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