Html Css Color HEX #E912D9 Hot Magenta

📋 copy color: '#E912D9'

red 233 ◦ green 18 ◦ blue 217

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

Shades of Hot Magenta #E912D9

Tints of Hot Magenta #E912D9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

 BLUE value IS 217 (85.16% from 255) = 46.37%

R = 49.79%
G = 3.85%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E912D9 (or 0xE912D9) is known color: Hot Magenta. HEX triplet: E9, 12 and D9. RGB value is (233,18,217). Sum of RGB (Red+Green+Blue) = 233+18+217=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E912D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E912D9 is #16ED26. Grayscale: #686868. Windows color (decimal): -1502503 or 14226153. OLE color: 14226153.

HSL color Cylindrical-coordinate representation of color #E912D9: hue angle of 304.47º degrees, saturation: 0.86, 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 #E912D9 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 18 217 -
CMYK 0 0.92 0.07 0.09
HSL 304.47º 0.86% 0.49% -
HSV(B) 304.47º 0.92% 0.91% -
XYZ 46.34 22.77 67.6 -
YUV 104.97 191.23 219.32 -
System Red Green Blue C M Y K H S L
Decimal 233 18 217 0 0.92 0.07 0.09 304.47 0.86 0.49
Hex E9 12 D9 0 5C 7 9 130 56 31
Octal 351 22 331 0 134 7 11 460 126 61
Binary 11101001 10010 11011001 0 1011100 111 1001 100110000 1010110 110001

Color Harmonies of #E912D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E912D9

Black with #E912D9

Text Example


Text Example

White with #E912D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E912D9; }

 p { color: rgb(233,18,217); }

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

background-color css

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

 a { background-color: rgb(233,18,217); }

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

border-color css

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

 span { border-color: rgb(233,18,217); }

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