Html Css Color HEX #E70ED5 Hot Magenta

📋 copy color: '#E70ED5'

red 231 ◦ green 14 ◦ blue 213

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

Shades of Hot Magenta #E70ED5

Tints of Hot Magenta #E70ED5

RGB

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

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

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

R = 50.44%
G = 3.06%
B = 46.51%

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

#E70ED5 (or 0xE70ED5) is known color: Hot Magenta. HEX triplet: E7, 0E and D5. RGB value is (231,14,213). Sum of RGB (Red+Green+Blue) = 231+14+213=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ED5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ED5 is #18F12A. Grayscale: #646464. Windows color (decimal): -1634603 or 13962983. OLE color: 13962983.

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

Color convert

RGB 231 14 213 -
CMYK 0 0.94 0.08 0.09
HSL 304.98º 0.89% 0.48% -
HSV(B) 304.98º 0.94% 0.91% -
XYZ 45.12 22.11 64.84 -
YUV 101.57 190.89 220.32 -
System Red Green Blue C M Y K H S L
Decimal 231 14 213 0 0.94 0.08 0.09 304.98 0.89 0.48
Hex E7 E D5 0 5E 8 9 131 59 30
Octal 347 16 325 0 136 10 11 461 131 60
Binary 11100111 1110 11010101 0 1011110 1000 1001 100110001 1011001 110000

Color Harmonies of #E70ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70ED5

Black with #E70ED5

Text Example


Text Example

White with #E70ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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