Html Css Color HEX #E70DD5 Hot Magenta

📋 copy color: '#E70DD5'

red 231 ◦ green 13 ◦ blue 213

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

Shades of Hot Magenta #E70DD5

Tints of Hot Magenta #E70DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 50.55%
G = 2.84%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E70DD5 (or 0xE70DD5) is known color: Hot Magenta. HEX triplet: E7, 0D and D5. RGB value is (231,13,213). Sum of RGB (Red+Green+Blue) = 231+13+213=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DD5 is #18F22A. Grayscale: #646464. Windows color (decimal): -1634859 or 13962727. OLE color: 13962727.

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

Color convert

RGB 231 13 213 -
CMYK 0 0.94 0.08 0.09
HSL 304.95º 0.89% 0.48% -
HSV(B) 304.95º 0.94% 0.91% -
XYZ 45.11 22.08 64.84 -
YUV 100.98 191.22 220.74 -
System Red Green Blue C M Y K H S L
Decimal 231 13 213 0 0.94 0.08 0.09 304.95 0.89 0.48
Hex E7 D D5 0 5E 8 9 131 59 30
Octal 347 15 325 0 136 10 11 461 131 60
Binary 11100111 1101 11010101 0 1011110 1000 1001 100110001 1011001 110000

Color Harmonies of #E70DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DD5

Black with #E70DD5

Text Example


Text Example

White with #E70DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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