Html Css Color HEX #E81ADD Hot Magenta

📋 copy color: '#E81ADD'

red 232 ◦ green 26 ◦ blue 221

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

Shades of Hot Magenta #E81ADD

Tints of Hot Magenta #E81ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.43%

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 48.43%
G = 5.43%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E81ADD (or 0xE81ADD) is known color: Hot Magenta. HEX triplet: E8, 1A and DD. RGB value is (232,26,221). Sum of RGB (Red+Green+Blue) = 232+26+221=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E81ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81ADD is #17E522. Grayscale: #6D6D6D. Windows color (decimal): -1565987 or 14490344. OLE color: 14490344.

HSL color Cylindrical-coordinate representation of color #E81ADD: hue angle of 303.2º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81ADD is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 26 221 -
CMYK 0 0.89 0.05 0.09
HSL 303.2º 0.82% 0.51% -
HSV(B) 303.2º 0.89% 0.91% -
XYZ 46.7 23.12 70.41 -
YUV 109.82 190.75 215.14 -
System Red Green Blue C M Y K H S L
Decimal 232 26 221 0 0.89 0.05 0.09 303.2 0.82 0.51
Hex E8 1A DD 0 59 5 9 12F 52 33
Octal 350 32 335 0 131 5 11 457 122 63
Binary 11101000 11010 11011101 0 1011001 101 1001 100101111 1010010 110011

Color Harmonies of #E81ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81ADD

Black with #E81ADD

Text Example


Text Example

White with #E81ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81ADD; }

 p { color: rgb(232,26,221); }

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

background-color css

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

 a { background-color: rgb(232,26,221); }

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

border-color css

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

 span { border-color: rgb(232,26,221); }

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