Html Css Color HEX #E812D5 Hot Magenta

📋 copy color: '#E812D5'

red 232 ◦ green 18 ◦ blue 213

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

Shades of Hot Magenta #E812D5

Tints of Hot Magenta #E812D5

RGB

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

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

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

R = 50.11%
G = 3.89%
B = 46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E812D5 (or 0xE812D5) is known color: Hot Magenta. HEX triplet: E8, 12 and D5. RGB value is (232,18,213). Sum of RGB (Red+Green+Blue) = 232+18+213=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E812D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E812D5 is #17ED2A. Grayscale: #676767. Windows color (decimal): -1568043 or 13964008. OLE color: 13964008.

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

Color convert

RGB 232 18 213 -
CMYK 0 0.92 0.08 0.09
HSL 305.33º 0.86% 0.49% -
HSV(B) 305.33º 0.92% 0.91% -
XYZ 45.51 22.39 64.87 -
YUV 104.22 189.4 219.14 -
System Red Green Blue C M Y K H S L
Decimal 232 18 213 0 0.92 0.08 0.09 305.33 0.86 0.49
Hex E8 12 D5 0 5C 8 9 131 56 31
Octal 350 22 325 0 134 10 11 461 126 61
Binary 11101000 10010 11010101 0 1011100 1000 1001 100110001 1010110 110001

Color Harmonies of #E812D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E812D5

Black with #E812D5

Text Example


Text Example

White with #E812D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E812D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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