Html Css Color HEX #E705D1 Hot Magenta

📋 copy color: '#E705D1'

red 231 ◦ green 5 ◦ blue 209

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

Shades of Hot Magenta #E705D1

Tints of Hot Magenta #E705D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.97%

R = 51.91%
G = 1.12%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E705D1 (or 0xE705D1) is known color: Hot Magenta. HEX triplet: E7, 05 and D1. RGB value is (231,5,209). Sum of RGB (Red+Green+Blue) = 231+5+209=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E705D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705D1 is #18FA2E. Grayscale: #5F5F5F. Windows color (decimal): -1636911 or 13698535. OLE color: 13698535.

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

Color convert

RGB 231 5 209 -
CMYK 0 0.98 0.10 0.09
HSL 305.84º 0.96% 0.46% -
HSV(B) 305.84º 0.98% 0.91% -
XYZ 44.52 21.7 62.16 -
YUV 95.83 191.87 224.41 -
System Red Green Blue C M Y K H S L
Decimal 231 5 209 0 0.98 0.10 0.09 305.84 0.96 0.46
Hex E7 5 D1 0 62 A 9 132 60 2E
Octal 347 5 321 0 142 12 11 462 140 56
Binary 11100111 101 11010001 0 1100010 1010 1001 100110010 1100000 101110

Color Harmonies of #E705D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705D1

Black with #E705D1

Text Example


Text Example

White with #E705D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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