Html Css Color HEX #E614D9 Deep Magenta

📋 copy color: '#E614D9'

red 230 ◦ green 20 ◦ blue 217

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

Shades of Deep Magenta #E614D9

Tints of Deep Magenta #E614D9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.28%

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 49.25%
G = 4.28%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E614D9 (or 0xE614D9) is known color: Deep Magenta. HEX triplet: E6, 14 and D9. RGB value is (230,20,217). Sum of RGB (Red+Green+Blue) = 230+20+217=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E614D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614D9 is #19EB26. Grayscale: #686868. Windows color (decimal): -1698599 or 14226662. OLE color: 14226662.

HSL color Cylindrical-coordinate representation of color #E614D9: hue angle of 303.71º degrees, saturation: 0.84, 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 #E614D9 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 217 -
CMYK 0 0.91 0.06 0.10
HSL 303.71º 0.84% 0.49% -
HSV(B) 303.71º 0.91% 0.9% -
XYZ 45.41 22.33 67.56 -
YUV 105.25 191.07 216.98 -
System Red Green Blue C M Y K H S L
Decimal 230 20 217 0 0.91 0.06 0.10 303.71 0.84 0.49
Hex E6 14 D9 0 5B 6 A 130 54 31
Octal 346 24 331 0 133 6 12 460 124 61
Binary 11100110 10100 11011001 0 1011011 110 1010 100110000 1010100 110001

Color Harmonies of #E614D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614D9

Black with #E614D9

Text Example


Text Example

White with #E614D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614D9; }

 p { color: rgb(230,20,217); }

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

background-color css

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

 a { background-color: rgb(230,20,217); }

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

border-color css

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

 span { border-color: rgb(230,20,217); }

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