Html Css Color HEX #E913DA Hot Magenta

📋 copy color: '#E913DA'

red 233 ◦ green 19 ◦ blue 218

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

Shades of Hot Magenta #E913DA

Tints of Hot Magenta #E913DA

RGB

 RED value IS 233 (91.41% from 255) = 49.57%

 GREEN value IS 19 (7.81% from 255) = 4.04%

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

R = 49.57%
G = 4.04%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E913DA (or 0xE913DA) is known color: Hot Magenta. HEX triplet: E9, 13 and DA. RGB value is (233,19,218). Sum of RGB (Red+Green+Blue) = 233+19+218=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E913DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E913DA is #16EC25. Grayscale: #696969. Windows color (decimal): -1502246 or 14291945. OLE color: 14291945.

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

Color convert

RGB 233 19 218 -
CMYK 0 0.92 0.06 0.09
HSL 304.21º 0.85% 0.49% -
HSV(B) 304.21º 0.92% 0.91% -
XYZ 46.49 22.85 68.29 -
YUV 105.67 191.4 218.82 -
System Red Green Blue C M Y K H S L
Decimal 233 19 218 0 0.92 0.06 0.09 304.21 0.85 0.49
Hex E9 13 DA 0 5C 6 9 130 55 31
Octal 351 23 332 0 134 6 11 460 125 61
Binary 11101001 10011 11011010 0 1011100 110 1001 100110000 1010101 110001

Color Harmonies of #E913DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E913DA

Black with #E913DA

Text Example


Text Example

White with #E913DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E913DA; }

 p { color: rgb(233,19,218); }

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

background-color css

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

 a { background-color: rgb(233,19,218); }

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

border-color css

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

 span { border-color: rgb(233,19,218); }

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