Html Css Color HEX #E815DD Hot Magenta

📋 copy color: '#E815DD'

red 232 ◦ green 21 ◦ blue 221

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

Shades of Hot Magenta #E815DD

Tints of Hot Magenta #E815DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.43%

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

R = 48.95%
G = 4.43%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E815DD (or 0xE815DD) is known color: Hot Magenta. HEX triplet: E8, 15 and DD. RGB value is (232,21,221). Sum of RGB (Red+Green+Blue) = 232+21+221=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E815DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815DD is #17EA22. Grayscale: #6A6A6A. Windows color (decimal): -1567267 or 14489064. OLE color: 14489064.

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

Color convert

RGB 232 21 221 -
CMYK 0 0.91 0.05 0.09
HSL 303.13º 0.83% 0.5% -
HSV(B) 303.13º 0.91% 0.91% -
XYZ 46.6 22.91 70.37 -
YUV 106.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 232 21 221 0 0.91 0.05 0.09 303.13 0.83 0.5
Hex E8 15 DD 0 5B 5 9 12F 53 32
Octal 350 25 335 0 133 5 11 457 123 62
Binary 11101000 10101 11011101 0 1011011 101 1001 100101111 1010011 110010

Color Harmonies of #E815DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E815DD

Black with #E815DD

Text Example


Text Example

White with #E815DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E815DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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