Html Css Color HEX #E70DDF Deep Magenta

📋 copy color: '#E70DDF'

red 231 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #E70DDF

Tints of Deep Magenta #E70DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 49.46%
G = 2.78%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E70DDF (or 0xE70DDF) is known color: Deep Magenta. HEX triplet: E7, 0D and DF. RGB value is (231,13,223). Sum of RGB (Red+Green+Blue) = 231+13+223=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DDF is #18F220. Grayscale: #656565. Windows color (decimal): -1634849 or 14618087. OLE color: 14618087.

HSL color Cylindrical-coordinate representation of color #E70DDF: hue angle of 302.2º 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 #E70DDF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 13 223 -
CMYK 0 0.94 0.03 0.09
HSL 302.2º 0.89% 0.48% -
HSV(B) 302.2º 0.94% 0.91% -
XYZ 46.42 22.6 71.73 -
YUV 102.12 196.22 219.92 -
System Red Green Blue C M Y K H S L
Decimal 231 13 223 0 0.94 0.03 0.09 302.2 0.89 0.48
Hex E7 D DF 0 5E 3 9 12E 59 30
Octal 347 15 337 0 136 3 11 456 131 60
Binary 11100111 1101 11011111 0 1011110 11 1001 100101110 1011001 110000

Color Harmonies of #E70DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DDF

Black with #E70DDF

Text Example


Text Example

White with #E70DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DDF; }

 p { color: rgb(231,13,223); }

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

background-color css

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

 a { background-color: rgb(231,13,223); }

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

border-color css

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

 span { border-color: rgb(231,13,223); }

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