Html Css Color HEX #E70FDA Hot Magenta

📋 copy color: '#E70FDA'

red 231 ◦ green 15 ◦ blue 218

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

Shades of Hot Magenta #E70FDA

Tints of Hot Magenta #E70FDA

RGB

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

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

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

R = 49.78%
G = 3.23%
B = 46.98%

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

#E70FDA (or 0xE70FDA) is known color: Hot Magenta. HEX triplet: E7, 0F and DA. RGB value is (231,15,218). Sum of RGB (Red+Green+Blue) = 231+15+218=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FDA is #18F025. Grayscale: #666666. Windows color (decimal): -1634342 or 14290919. OLE color: 14290919.

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

Color convert

RGB 231 15 218 -
CMYK 0 0.94 0.06 0.09
HSL 303.61º 0.88% 0.48% -
HSV(B) 303.61º 0.94% 0.91% -
XYZ 45.78 22.39 68.24 -
YUV 102.73 193.06 219.49 -
System Red Green Blue C M Y K H S L
Decimal 231 15 218 0 0.94 0.06 0.09 303.61 0.88 0.48
Hex E7 F DA 0 5E 6 9 130 58 30
Octal 347 17 332 0 136 6 11 460 130 60
Binary 11100111 1111 11011010 0 1011110 110 1001 100110000 1011000 110000

Color Harmonies of #E70FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FDA

Black with #E70FDA

Text Example


Text Example

White with #E70FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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