Html Css Color HEX #E705D5 Hot Magenta

📋 copy color: '#E705D5'

red 231 ◦ green 5 ◦ blue 213

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

Shades of Hot Magenta #E705D5

Tints of Hot Magenta #E705D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 51.45%
G = 1.11%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E705D5 (or 0xE705D5) is known color: Hot Magenta. HEX triplet: E7, 05 and D5. RGB value is (231,5,213). Sum of RGB (Red+Green+Blue) = 231+5+213=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E705D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705D5 is #18FA2A. Grayscale: #5F5F5F. Windows color (decimal): -1636907 or 13960679. OLE color: 13960679.

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

Color convert

RGB 231 5 213 -
CMYK 0 0.98 0.08 0.09
HSL 304.78º 0.96% 0.46% -
HSV(B) 304.78º 0.98% 0.91% -
XYZ 45.02 21.9 64.81 -
YUV 96.29 193.87 224.09 -
System Red Green Blue C M Y K H S L
Decimal 231 5 213 0 0.98 0.08 0.09 304.78 0.96 0.46
Hex E7 5 D5 0 62 8 9 131 60 2E
Octal 347 5 325 0 142 10 11 461 140 56
Binary 11100111 101 11010101 0 1100010 1000 1001 100110001 1100000 101110

Color Harmonies of #E705D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705D5

Black with #E705D5

Text Example


Text Example

White with #E705D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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