Html Css Color HEX #E707D6 Hot Magenta

📋 copy color: '#E707D6'

red 231 ◦ green 7 ◦ blue 214

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

Shades of Hot Magenta #E707D6

Tints of Hot Magenta #E707D6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 51.11%
G = 1.55%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E707D6 (or 0xE707D6) is known color: Hot Magenta. HEX triplet: E7, 07 and D6. RGB value is (231,7,214). Sum of RGB (Red+Green+Blue) = 231+7+214=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E707D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707D6 is #18F829. Grayscale: #606060. Windows color (decimal): -1636394 or 14026727. OLE color: 14026727.

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

Color convert

RGB 231 7 214 -
CMYK 0 0.97 0.07 0.09
HSL 304.55º 0.94% 0.47% -
HSV(B) 304.55º 0.97% 0.91% -
XYZ 45.17 22 65.48 -
YUV 97.57 193.71 223.17 -
System Red Green Blue C M Y K H S L
Decimal 231 7 214 0 0.97 0.07 0.09 304.55 0.94 0.47
Hex E7 7 D6 0 61 7 9 131 5E 2F
Octal 347 7 326 0 141 7 11 461 136 57
Binary 11100111 111 11010110 0 1100001 111 1001 100110001 1011110 101111

Color Harmonies of #E707D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E707D6

Black with #E707D6

Text Example


Text Example

White with #E707D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E707D6; }

 p { color: rgb(231,7,214); }

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

background-color css

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

 a { background-color: rgb(231,7,214); }

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

border-color css

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

 span { border-color: rgb(231,7,214); }

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