Html Css Color HEX #E615DD Deep Magenta

📋 copy color: '#E615DD'

red 230 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #E615DD

Tints of Deep Magenta #E615DD

RGB

 RED value IS 230 (90.23% from 255) = 48.73%

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

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

R = 48.73%
G = 4.45%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E615DD (or 0xE615DD) is known color: Deep Magenta. HEX triplet: E6, 15 and DD. RGB value is (230,21,221). Sum of RGB (Red+Green+Blue) = 230+21+221=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E615DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615DD is #19EA22. Grayscale: #696969. Windows color (decimal): -1698339 or 14489062. OLE color: 14489062.

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

Color convert

RGB 230 21 221 -
CMYK 0 0.91 0.04 0.10
HSL 302.58º 0.83% 0.49% -
HSV(B) 302.58º 0.91% 0.9% -
XYZ 45.95 22.58 70.34 -
YUV 106.29 192.74 216.24 -
System Red Green Blue C M Y K H S L
Decimal 230 21 221 0 0.91 0.04 0.10 302.58 0.83 0.49
Hex E6 15 DD 0 5B 4 A 12F 53 31
Octal 346 25 335 0 133 4 12 457 123 61
Binary 11100110 10101 11011101 0 1011011 100 1010 100101111 1010011 110001

Color Harmonies of #E615DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615DD

Black with #E615DD

Text Example


Text Example

White with #E615DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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