Html Css Color HEX #E70DCF Hot Magenta

📋 copy color: '#E70DCF'

red 231 ◦ green 13 ◦ blue 207

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

Shades of Hot Magenta #E70DCF

Tints of Hot Magenta #E70DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.88%

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 51.22%
G = 2.88%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E70DCF (or 0xE70DCF) is known color: Hot Magenta. HEX triplet: E7, 0D and CF. RGB value is (231,13,207). Sum of RGB (Red+Green+Blue) = 231+13+207=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DCF is #18F230. Grayscale: #636363. Windows color (decimal): -1634865 or 13569511. OLE color: 13569511.

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

Color convert

RGB 231 13 207 -
CMYK 0 0.94 0.10 0.09
HSL 306.61º 0.89% 0.48% -
HSV(B) 306.61º 0.94% 0.91% -
XYZ 44.36 21.78 60.9 -
YUV 100.3 188.22 221.23 -
System Red Green Blue C M Y K H S L
Decimal 231 13 207 0 0.94 0.10 0.09 306.61 0.89 0.48
Hex E7 D CF 0 5E A 9 133 59 30
Octal 347 15 317 0 136 12 11 463 131 60
Binary 11100111 1101 11001111 0 1011110 1010 1001 100110011 1011001 110000

Color Harmonies of #E70DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DCF

Black with #E70DCF

Text Example


Text Example

White with #E70DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DCF; }

 p { color: rgb(231,13,207); }

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

background-color css

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

 a { background-color: rgb(231,13,207); }

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

border-color css

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

 span { border-color: rgb(231,13,207); }

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