Html Css Color HEX #E702DD Deep Magenta

📋 copy color: '#E702DD'

red 231 ◦ green 2 ◦ blue 221

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

Shades of Deep Magenta #E702DD

Tints of Deep Magenta #E702DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 50.88%
G = 0.44%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E702DD (or 0xE702DD) is known color: Deep Magenta. HEX triplet: E7, 02 and DD. RGB value is (231,2,221). Sum of RGB (Red+Green+Blue) = 231+2+221=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E702DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702DD is #18FD22. Grayscale: #5E5E5E. Windows color (decimal): -1637667 or 14484199. OLE color: 14484199.

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

Color convert

RGB 231 2 221 -
CMYK 0 0.99 0.04 0.09
HSL 302.62º 0.98% 0.46% -
HSV(B) 302.62º 0.99% 0.91% -
XYZ 46.03 22.25 70.28 -
YUV 95.44 198.87 224.69 -
System Red Green Blue C M Y K H S L
Decimal 231 2 221 0 0.99 0.04 0.09 302.62 0.98 0.46
Hex E7 2 DD 0 63 4 9 12F 62 2E
Octal 347 2 335 0 143 4 11 457 142 56
Binary 11100111 10 11011101 0 1100011 100 1001 100101111 1100010 101110

Color Harmonies of #E702DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702DD

Black with #E702DD

Text Example


Text Example

White with #E702DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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