Html Css Color HEX #E706DA Hot Magenta

📋 copy color: '#E706DA'

red 231 ◦ green 6 ◦ blue 218

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

Shades of Hot Magenta #E706DA

Tints of Hot Magenta #E706DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.32%

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

R = 50.77%
G = 1.32%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E706DA (or 0xE706DA) is known color: Hot Magenta. HEX triplet: E7, 06 and DA. RGB value is (231,6,218). Sum of RGB (Red+Green+Blue) = 231+6+218=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E706DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706DA is #18F925. Grayscale: #606060. Windows color (decimal): -1636646 or 14288615. OLE color: 14288615.

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

Color convert

RGB 231 6 218 -
CMYK 0 0.97 0.06 0.09
HSL 303.47º 0.95% 0.46% -
HSV(B) 303.47º 0.97% 0.91% -
XYZ 45.68 22.18 68.2 -
YUV 97.44 196.04 223.26 -
System Red Green Blue C M Y K H S L
Decimal 231 6 218 0 0.97 0.06 0.09 303.47 0.95 0.46
Hex E7 6 DA 0 61 6 9 12F 5F 2E
Octal 347 6 332 0 141 6 11 457 137 56
Binary 11100111 110 11011010 0 1100001 110 1001 100101111 1011111 101110

Color Harmonies of #E706DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706DA

Black with #E706DA

Text Example


Text Example

White with #E706DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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