Html Css Color HEX #E400C8 Deep Magenta

📋 copy color: '#E400C8'

red 228 ◦ green 0 ◦ blue 200

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

Shades of Deep Magenta #E400C8

Tints of Deep Magenta #E400C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.73%

R = 53.27%
G = 0%
B = 46.73%

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

#E400C8 (or 0xE400C8) is known color: Deep Magenta. HEX triplet: E4, 00 and C8. RGB value is (228,0,200). Sum of RGB (Red+Green+Blue) = 228+0+200=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E400C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400C8 is #1BFF37. Grayscale: #5A5A5A. Windows color (decimal): -1834808 or 13107428. OLE color: 13107428.

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

Color convert

RGB 228 0 200 -
CMYK 0 1 0.12 0.11
HSL 307.37º 1% 0.45% -
HSV(B) 307.37º 1% 0.89% -
XYZ 42.42 20.66 56.4 -
YUV 90.97 189.54 225.74 -
System Red Green Blue C M Y K H S L
Decimal 228 0 200 0 1 0.12 0.11 307.37 1 0.45
Hex E4 0 C8 0 64 C B 133 64 2D
Octal 344 0 310 0 144 14 13 463 144 55
Binary 11100100 0 11001000 0 1100100 1100 1011 100110011 1100100 101101

Color Harmonies of #E400C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400C8

Black with #E400C8

Text Example


Text Example

White with #E400C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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