Html Css Color HEX #E613DD Deep Magenta

📋 copy color: '#E613DD'

red 230 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #E613DD

Tints of Deep Magenta #E613DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.04%

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

R = 48.94%
G = 4.04%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E613DD (or 0xE613DD) is known color: Deep Magenta. HEX triplet: E6, 13 and DD. RGB value is (230,19,221). Sum of RGB (Red+Green+Blue) = 230+19+221=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E613DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613DD is #19EC22. Grayscale: #686868. Windows color (decimal): -1698851 or 14488550. OLE color: 14488550.

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

Color convert

RGB 230 19 221 -
CMYK 0 0.92 0.04 0.10
HSL 302.56º 0.85% 0.49% -
HSV(B) 302.56º 0.92% 0.9% -
XYZ 45.92 22.51 70.33 -
YUV 105.12 193.4 217.07 -
System Red Green Blue C M Y K H S L
Decimal 230 19 221 0 0.92 0.04 0.10 302.56 0.85 0.49
Hex E6 13 DD 0 5C 4 A 12F 55 31
Octal 346 23 335 0 134 4 12 457 125 61
Binary 11100110 10011 11011101 0 1011100 100 1010 100101111 1010101 110001

Color Harmonies of #E613DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613DD

Black with #E613DD

Text Example


Text Example

White with #E613DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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