Html Css Color HEX #E70FD2 Hot Magenta

📋 copy color: '#E70FD2'

red 231 ◦ green 15 ◦ blue 210

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

Shades of Hot Magenta #E70FD2

Tints of Hot Magenta #E70FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.29%

 BLUE value IS 210 (82.42% from 255) = 46.05%

R = 50.66%
G = 3.29%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E70FD2 (or 0xE70FD2) is known color: Hot Magenta. HEX triplet: E7, 0F and D2. RGB value is (231,15,210). Sum of RGB (Red+Green+Blue) = 231+15+210=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FD2 is #18F02D. Grayscale: #656565. Windows color (decimal): -1634350 or 13766631. OLE color: 13766631.

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

Color convert

RGB 231 15 210 -
CMYK 0 0.94 0.09 0.09
HSL 305.83º 0.88% 0.48% -
HSV(B) 305.83º 0.94% 0.91% -
XYZ 44.76 21.98 62.86 -
YUV 101.81 189.06 220.14 -
System Red Green Blue C M Y K H S L
Decimal 231 15 210 0 0.94 0.09 0.09 305.83 0.88 0.48
Hex E7 F D2 0 5E 9 9 132 58 30
Octal 347 17 322 0 136 11 11 462 130 60
Binary 11100111 1111 11010010 0 1011110 1001 1001 100110010 1011000 110000

Color Harmonies of #E70FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FD2

Black with #E70FD2

Text Example


Text Example

White with #E70FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FD2; }

 p { color: rgb(231,15,210); }

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

background-color css

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

 a { background-color: rgb(231,15,210); }

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

border-color css

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

 span { border-color: rgb(231,15,210); }

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