Html Css Color HEX #E912D5 Hot Magenta

📋 copy color: '#E912D5'

red 233 ◦ green 18 ◦ blue 213

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

Shades of Hot Magenta #E912D5

Tints of Hot Magenta #E912D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 50.22%
G = 3.88%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E912D5 (or 0xE912D5) is known color: Hot Magenta. HEX triplet: E9, 12 and D5. RGB value is (233,18,213). Sum of RGB (Red+Green+Blue) = 233+18+213=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E912D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E912D5 is #16ED2A. Grayscale: #676767. Windows color (decimal): -1502507 or 13964009. OLE color: 13964009.

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

Color convert

RGB 233 18 213 -
CMYK 0 0.92 0.09 0.09
HSL 305.58º 0.86% 0.49% -
HSV(B) 305.58º 0.92% 0.91% -
XYZ 45.83 22.56 64.89 -
YUV 104.52 189.23 219.64 -
System Red Green Blue C M Y K H S L
Decimal 233 18 213 0 0.92 0.09 0.09 305.58 0.86 0.49
Hex E9 12 D5 0 5C 9 9 132 56 31
Octal 351 22 325 0 134 11 11 462 126 61
Binary 11101001 10010 11010101 0 1011100 1001 1001 100110010 1010110 110001

Color Harmonies of #E912D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E912D5

Black with #E912D5

Text Example


Text Example

White with #E912D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E912D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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