Html Css Color HEX #E705D2 Hot Magenta

📋 copy color: '#E705D2'

red 231 ◦ green 5 ◦ blue 210

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

Shades of Hot Magenta #E705D2

Tints of Hot Magenta #E705D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.09%

R = 51.79%
G = 1.12%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E705D2 (or 0xE705D2) is known color: Hot Magenta. HEX triplet: E7, 05 and D2. RGB value is (231,5,210). Sum of RGB (Red+Green+Blue) = 231+5+210=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E705D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705D2 is #18FA2D. Grayscale: #5F5F5F. Windows color (decimal): -1636910 or 13764071. OLE color: 13764071.

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

Color convert

RGB 231 5 210 -
CMYK 0 0.98 0.09 0.09
HSL 305.58º 0.96% 0.46% -
HSV(B) 305.58º 0.98% 0.91% -
XYZ 44.64 21.75 62.82 -
YUV 95.94 192.37 224.33 -
System Red Green Blue C M Y K H S L
Decimal 231 5 210 0 0.98 0.09 0.09 305.58 0.96 0.46
Hex E7 5 D2 0 62 9 9 132 60 2E
Octal 347 5 322 0 142 11 11 462 140 56
Binary 11100111 101 11010010 0 1100010 1001 1001 100110010 1100000 101110

Color Harmonies of #E705D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705D2

Black with #E705D2

Text Example


Text Example

White with #E705D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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