Html Css Color HEX #E610D7 Deep Magenta

📋 copy color: '#E610D7'

red 230 ◦ green 16 ◦ blue 215

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

Shades of Deep Magenta #E610D7

Tints of Deep Magenta #E610D7

RGB

 RED value IS 230 (90.23% from 255) = 49.89%

 GREEN value IS 16 (6.64% from 255) = 3.47%

 BLUE value IS 215 (84.38% from 255) = 46.64%

R = 49.89%
G = 3.47%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E610D7 (or 0xE610D7) is known color: Deep Magenta. HEX triplet: E6, 10 and D7. RGB value is (230,16,215). Sum of RGB (Red+Green+Blue) = 230+16+215=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E610D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610D7 is #19EF28. Grayscale: #666666. Windows color (decimal): -1699625 or 14094566. OLE color: 14094566.

HSL color Cylindrical-coordinate representation of color #E610D7: hue angle of 304.21º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610D7 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 215 -
CMYK 0 0.93 0.07 0.10
HSL 304.21º 0.87% 0.48% -
HSV(B) 304.21º 0.93% 0.9% -
XYZ 45.08 22.1 66.18 -
YUV 102.67 191.4 218.82 -
System Red Green Blue C M Y K H S L
Decimal 230 16 215 0 0.93 0.07 0.10 304.21 0.87 0.48
Hex E6 10 D7 0 5D 7 A 130 57 30
Octal 346 20 327 0 135 7 12 460 127 60
Binary 11100110 10000 11010111 0 1011101 111 1010 100110000 1010111 110000

Color Harmonies of #E610D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610D7

Black with #E610D7

Text Example


Text Example

White with #E610D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610D7; }

 p { color: rgb(230,16,215); }

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

background-color css

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

 a { background-color: rgb(230,16,215); }

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

border-color css

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

 span { border-color: rgb(230,16,215); }

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