Html Css Color HEX #E70EDA Hot Magenta

📋 copy color: '#E70EDA'

red 231 ◦ green 14 ◦ blue 218

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

Shades of Hot Magenta #E70EDA

Tints of Hot Magenta #E70EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 49.89%
G = 3.02%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E70EDA (or 0xE70EDA) is known color: Hot Magenta. HEX triplet: E7, 0E and DA. RGB value is (231,14,218). Sum of RGB (Red+Green+Blue) = 231+14+218=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EDA is #18F125. Grayscale: #656565. Windows color (decimal): -1634598 or 14290663. OLE color: 14290663.

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

Color convert

RGB 231 14 218 -
CMYK 0 0.94 0.06 0.09
HSL 303.59º 0.89% 0.48% -
HSV(B) 303.59º 0.94% 0.91% -
XYZ 45.77 22.36 68.23 -
YUV 102.14 193.39 219.91 -
System Red Green Blue C M Y K H S L
Decimal 231 14 218 0 0.94 0.06 0.09 303.59 0.89 0.48
Hex E7 E DA 0 5E 6 9 130 59 30
Octal 347 16 332 0 136 6 11 460 131 60
Binary 11100111 1110 11011010 0 1011110 110 1001 100110000 1011001 110000

Color Harmonies of #E70EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EDA

Black with #E70EDA

Text Example


Text Example

White with #E70EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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