Html Css Color HEX #E715DD Hot Magenta

📋 copy color: '#E715DD'

red 231 ◦ green 21 ◦ blue 221

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

Shades of Hot Magenta #E715DD

Tints of Hot Magenta #E715DD

RGB

 RED value IS 231 (90.63% from 255) = 48.84%

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

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

R = 48.84%
G = 4.44%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E715DD (or 0xE715DD) is known color: Hot Magenta. HEX triplet: E7, 15 and DD. RGB value is (231,21,221). Sum of RGB (Red+Green+Blue) = 231+21+221=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E715DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715DD is #18EA22. Grayscale: #6A6A6A. Windows color (decimal): -1632803 or 14489063. OLE color: 14489063.

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

Color convert

RGB 231 21 221 -
CMYK 0 0.91 0.04 0.09
HSL 302.86º 0.83% 0.49% -
HSV(B) 302.86º 0.91% 0.91% -
XYZ 46.27 22.75 70.36 -
YUV 106.59 192.57 216.74 -
System Red Green Blue C M Y K H S L
Decimal 231 21 221 0 0.91 0.04 0.09 302.86 0.83 0.49
Hex E7 15 DD 0 5B 4 9 12F 53 31
Octal 347 25 335 0 133 4 11 457 123 61
Binary 11100111 10101 11011101 0 1011011 100 1001 100101111 1010011 110001

Color Harmonies of #E715DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715DD

Black with #E715DD

Text Example


Text Example

White with #E715DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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