Html Css Color HEX #E401C9 Deep Magenta

📋 copy color: '#E401C9'

red 228 ◦ green 1 ◦ blue 201

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

Shades of Deep Magenta #E401C9

Tints of Deep Magenta #E401C9

RGB

 RED value IS 228 (89.45% from 255) = 53.02%

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

 BLUE value IS 201 (78.91% from 255) = 46.74%

R = 53.02%
G = 0.23%
B = 46.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E401C9 (or 0xE401C9) is known color: Deep Magenta. HEX triplet: E4, 01 and C9. RGB value is (228,1,201). Sum of RGB (Red+Green+Blue) = 228+1+201=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E401C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401C9 is #1BFE36. Grayscale: #5B5B5B. Windows color (decimal): -1834551 or 13173220. OLE color: 13173220.

HSL color Cylindrical-coordinate representation of color #E401C9: hue angle of 307.14º 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 #E401C9 is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 201 -
CMYK 0 1.00 0.12 0.11
HSL 307.14º 0.99% 0.45% -
HSV(B) 307.14º 1% 0.89% -
XYZ 42.55 20.73 57.02 -
YUV 91.67 189.71 225.24 -
System Red Green Blue C M Y K H S L
Decimal 228 1 201 0 1.00 0.12 0.11 307.14 0.99 0.45
Hex E4 1 C9 0 64 C B 133 63 2D
Octal 344 1 311 0 144 14 13 463 143 55
Binary 11100100 1 11001001 0 1100100 1100 1011 100110011 1100011 101101

Color Harmonies of #E401C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E401C9

Black with #E401C9

Text Example


Text Example

White with #E401C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E401C9; }

 p { color: rgb(228,1,201); }

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

background-color css

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

 a { background-color: rgb(228,1,201); }

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

border-color css

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

 span { border-color: rgb(228,1,201); }

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