Html Css Color HEX #E705D9 Hot Magenta

📋 copy color: '#E705D9'

red 231 ◦ green 5 ◦ blue 217

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

Shades of Hot Magenta #E705D9

Tints of Hot Magenta #E705D9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.1%

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 50.99%
G = 1.1%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E705D9 (or 0xE705D9) is known color: Hot Magenta. HEX triplet: E7, 05 and D9. RGB value is (231,5,217). Sum of RGB (Red+Green+Blue) = 231+5+217=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E705D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705D9 is #18FA26. Grayscale: #606060. Windows color (decimal): -1636903 or 14222823. OLE color: 14222823.

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

Color convert

RGB 231 5 217 -
CMYK 0 0.98 0.06 0.09
HSL 303.72º 0.96% 0.46% -
HSV(B) 303.72º 0.98% 0.91% -
XYZ 45.53 22.11 67.51 -
YUV 96.74 195.87 223.76 -
System Red Green Blue C M Y K H S L
Decimal 231 5 217 0 0.98 0.06 0.09 303.72 0.96 0.46
Hex E7 5 D9 0 62 6 9 130 60 2E
Octal 347 5 331 0 142 6 11 460 140 56
Binary 11100111 101 11011001 0 1100010 110 1001 100110000 1100000 101110

Color Harmonies of #E705D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705D9

Black with #E705D9

Text Example


Text Example

White with #E705D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705D9; }

 p { color: rgb(231,5,217); }

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

background-color css

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

 a { background-color: rgb(231,5,217); }

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

border-color css

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

 span { border-color: rgb(231,5,217); }

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