Html Css Color HEX #E610DD Deep Magenta

📋 copy color: '#E610DD'

red 230 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #E610DD

Tints of Deep Magenta #E610DD

RGB

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

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

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

R = 49.25%
G = 3.43%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E610DD (or 0xE610DD) is known color: Deep Magenta. HEX triplet: E6, 10 and DD. RGB value is (230,16,221). Sum of RGB (Red+Green+Blue) = 230+16+221=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E610DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610DD is #19EF22. Grayscale: #666666. Windows color (decimal): -1699619 or 14487782. OLE color: 14487782.

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

Color convert

RGB 230 16 221 -
CMYK 0 0.93 0.04 0.10
HSL 302.52º 0.87% 0.48% -
HSV(B) 302.52º 0.93% 0.9% -
XYZ 45.87 22.41 70.32 -
YUV 103.36 194.4 218.33 -
System Red Green Blue C M Y K H S L
Decimal 230 16 221 0 0.93 0.04 0.10 302.52 0.87 0.48
Hex E6 10 DD 0 5D 4 A 12F 57 30
Octal 346 20 335 0 135 4 12 457 127 60
Binary 11100110 10000 11011101 0 1011101 100 1010 100101111 1010111 110000

Color Harmonies of #E610DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610DD

Black with #E610DD

Text Example


Text Example

White with #E610DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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