Html Css Color HEX #E301D1 Deep Magenta

📋 copy color: '#E301D1'

red 227 ◦ green 1 ◦ blue 209

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

Shades of Deep Magenta #E301D1

Tints of Deep Magenta #E301D1

RGB

 RED value IS 227 (89.06% from 255) = 51.95%

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

 BLUE value IS 209 (82.03% from 255) = 47.83%

R = 51.95%
G = 0.23%
B = 47.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E301D1 (or 0xE301D1) is known color: Deep Magenta. HEX triplet: E3, 01 and D1. RGB value is (227,1,209). Sum of RGB (Red+Green+Blue) = 227+1+209=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E301D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301D1 is #1CFE2E. Grayscale: #5B5B5B. Windows color (decimal): -1900079 or 13697507. OLE color: 13697507.

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

Color convert

RGB 227 1 209 -
CMYK 0 1.00 0.08 0.11
HSL 304.78º 0.99% 0.45% -
HSV(B) 304.78º 1% 0.89% -
XYZ 43.2 20.96 62.09 -
YUV 92.29 193.87 224.09 -
System Red Green Blue C M Y K H S L
Decimal 227 1 209 0 1.00 0.08 0.11 304.78 0.99 0.45
Hex E3 1 D1 0 64 8 B 131 63 2D
Octal 343 1 321 0 144 10 13 461 143 55
Binary 11100011 1 11010001 0 1100100 1000 1011 100110001 1100011 101101

Color Harmonies of #E301D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301D1

Black with #E301D1

Text Example


Text Example

White with #E301D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301D1; }

 p { color: rgb(227,1,209); }

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

background-color css

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

 a { background-color: rgb(227,1,209); }

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

border-color css

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

 span { border-color: rgb(227,1,209); }

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