Html Css Color HEX #E70EDD Deep Magenta

📋 copy color: '#E70EDD'

red 231 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #E70EDD

Tints of Deep Magenta #E70EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3%

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

R = 49.57%
G = 3%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E70EDD (or 0xE70EDD) is known color: Deep Magenta. HEX triplet: E7, 0E and DD. RGB value is (231,14,221). Sum of RGB (Red+Green+Blue) = 231+14+221=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EDD is #18F122. Grayscale: #656565. Windows color (decimal): -1634595 or 14487271. OLE color: 14487271.

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

Color convert

RGB 231 14 221 -
CMYK 0 0.94 0.04 0.09
HSL 302.77º 0.89% 0.48% -
HSV(B) 302.77º 0.94% 0.91% -
XYZ 46.16 22.52 70.32 -
YUV 102.48 194.89 219.67 -
System Red Green Blue C M Y K H S L
Decimal 231 14 221 0 0.94 0.04 0.09 302.77 0.89 0.48
Hex E7 E DD 0 5E 4 9 12F 59 30
Octal 347 16 335 0 136 4 11 457 131 60
Binary 11100111 1110 11011101 0 1011110 100 1001 100101111 1011001 110000

Color Harmonies of #E70EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EDD

Black with #E70EDD

Text Example


Text Example

White with #E70EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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