Html Css Color HEX #E601DD Deep Magenta

📋 copy color: '#E601DD'

red 230 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #E601DD

Tints of Deep Magenta #E601DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 50.88%
G = 0.22%
B = 48.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E601DD (or 0xE601DD) is known color: Deep Magenta. HEX triplet: E6, 01 and DD. RGB value is (230,1,221). Sum of RGB (Red+Green+Blue) = 230+1+221=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E601DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601DD is #19FE22. Grayscale: #5D5D5D. Windows color (decimal): -1703459 or 14483942. OLE color: 14483942.

HSL color Cylindrical-coordinate representation of color #E601DD: hue angle of 302.36º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601DD is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 221 -
CMYK 0 1.00 0.04 0.10
HSL 302.36º 0.99% 0.45% -
HSV(B) 302.36º 1% 0.9% -
XYZ 45.7 22.07 70.26 -
YUV 94.55 199.37 224.61 -
System Red Green Blue C M Y K H S L
Decimal 230 1 221 0 1.00 0.04 0.10 302.36 0.99 0.45
Hex E6 1 DD 0 64 4 A 12E 63 2D
Octal 346 1 335 0 144 4 12 456 143 55
Binary 11100110 1 11011101 0 1100100 100 1010 100101110 1100011 101101

Color Harmonies of #E601DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601DD

Black with #E601DD

Text Example


Text Example

White with #E601DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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