Html Css Color HEX #E70ACC Hot Magenta

📋 copy color: '#E70ACC'

red 231 ◦ green 10 ◦ blue 204

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

Shades of Hot Magenta #E70ACC

Tints of Hot Magenta #E70ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 51.91%
G = 2.25%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E70ACC (or 0xE70ACC) is known color: Hot Magenta. HEX triplet: E7, 0A and CC. RGB value is (231,10,204). Sum of RGB (Red+Green+Blue) = 231+10+204=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ACC is #18F533. Grayscale: #616161. Windows color (decimal): -1635636 or 13372135. OLE color: 13372135.

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

Color convert

RGB 231 10 204 -
CMYK 0 0.96 0.12 0.09
HSL 307.33º 0.92% 0.47% -
HSV(B) 307.33º 0.96% 0.91% -
XYZ 43.96 21.57 58.97 -
YUV 98.2 187.72 222.73 -
System Red Green Blue C M Y K H S L
Decimal 231 10 204 0 0.96 0.12 0.09 307.33 0.92 0.47
Hex E7 A CC 0 60 C 9 133 5C 2F
Octal 347 12 314 0 140 14 11 463 134 57
Binary 11100111 1010 11001100 0 1100000 1100 1001 100110011 1011100 101111

Color Harmonies of #E70ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70ACC

Black with #E70ACC

Text Example


Text Example

White with #E70ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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