Html Css Color HEX #E70ACD Hot Magenta

📋 copy color: '#E70ACD'

red 231 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #E70ACD

Tints of Hot Magenta #E70ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 51.79%
G = 2.24%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E70ACD (or 0xE70ACD) is known color: Hot Magenta. HEX triplet: E7, 0A and CD. RGB value is (231,10,205). Sum of RGB (Red+Green+Blue) = 231+10+205=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ACD is #18F532. Grayscale: #616161. Windows color (decimal): -1635635 or 13437671. OLE color: 13437671.

HSL color Cylindrical-coordinate representation of color #E70ACD: hue angle of 307.06º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70ACD is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 10 205 -
CMYK 0 0.96 0.11 0.09
HSL 307.06º 0.92% 0.47% -
HSV(B) 307.06º 0.96% 0.91% -
XYZ 44.08 21.61 59.61 -
YUV 98.31 188.22 222.64 -
System Red Green Blue C M Y K H S L
Decimal 231 10 205 0 0.96 0.11 0.09 307.06 0.92 0.47
Hex E7 A CD 0 60 B 9 133 5C 2F
Octal 347 12 315 0 140 13 11 463 134 57
Binary 11100111 1010 11001101 0 1100000 1011 1001 100110011 1011100 101111

Color Harmonies of #E70ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70ACD

Black with #E70ACD

Text Example


Text Example

White with #E70ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70ACD; }

 p { color: rgb(231,10,205); }

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

background-color css

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

 a { background-color: rgb(231,10,205); }

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

border-color css

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

 span { border-color: rgb(231,10,205); }

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