Html Css Color HEX #E702D9 Hot Magenta

📋 copy color: '#E702D9'

red 231 ◦ green 2 ◦ blue 217

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

Shades of Hot Magenta #E702D9

Tints of Hot Magenta #E702D9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 51.33%
G = 0.44%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E702D9 (or 0xE702D9) is known color: Hot Magenta. HEX triplet: E7, 02 and D9. RGB value is (231,2,217). Sum of RGB (Red+Green+Blue) = 231+2+217=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E702D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702D9 is #18FD26. Grayscale: #5E5E5E. Windows color (decimal): -1637671 or 14222055. OLE color: 14222055.

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

Color convert

RGB 231 2 217 -
CMYK 0 0.99 0.06 0.09
HSL 303.67º 0.98% 0.46% -
HSV(B) 303.67º 0.99% 0.91% -
XYZ 45.5 22.04 67.5 -
YUV 94.98 196.87 225.02 -
System Red Green Blue C M Y K H S L
Decimal 231 2 217 0 0.99 0.06 0.09 303.67 0.98 0.46
Hex E7 2 D9 0 63 6 9 130 62 2E
Octal 347 2 331 0 143 6 11 460 142 56
Binary 11100111 10 11011001 0 1100011 110 1001 100110000 1100010 101110

Color Harmonies of #E702D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702D9

Black with #E702D9

Text Example


Text Example

White with #E702D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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