Html Css Color HEX #E400C9 Deep Magenta

📋 copy color: '#E400C9'

red 228 ◦ green 0 ◦ blue 201

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

Shades of Deep Magenta #E400C9

Tints of Deep Magenta #E400C9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.15%
G = 0%
B = 46.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E400C9 (or 0xE400C9) is known color: Deep Magenta. HEX triplet: E4, 00 and C9. RGB value is (228,0,201). Sum of RGB (Red+Green+Blue) = 228+0+201=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E400C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400C9 is #1BFF36. Grayscale: #5A5A5A. Windows color (decimal): -1834807 or 13172964. OLE color: 13172964.

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

Color convert

RGB 228 0 201 -
CMYK 0 1 0.12 0.11
HSL 307.11º 1% 0.45% -
HSV(B) 307.11º 1% 0.89% -
XYZ 42.54 20.71 57.01 -
YUV 91.09 190.04 225.66 -
System Red Green Blue C M Y K H S L
Decimal 228 0 201 0 1 0.12 0.11 307.11 1 0.45
Hex E4 0 C9 0 64 C B 133 64 2D
Octal 344 0 311 0 144 14 13 463 144 55
Binary 11100100 0 11001001 0 1100100 1100 1011 100110011 1100100 101101

Color Harmonies of #E400C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400C9

Black with #E400C9

Text Example


Text Example

White with #E400C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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