Html Css Color HEX #E400CB Deep Magenta

📋 copy color: '#E400CB'

red 228 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #E400CB

Tints of Deep Magenta #E400CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 52.9%
G = 0%
B = 47.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E400CB (or 0xE400CB) is known color: Deep Magenta. HEX triplet: E4, 00 and CB. RGB value is (228,0,203). Sum of RGB (Red+Green+Blue) = 228+0+203=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E400CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400CB is #1BFF34. Grayscale: #5A5A5A. Windows color (decimal): -1834805 or 13304036. OLE color: 13304036.

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

Color convert

RGB 228 0 203 -
CMYK 0 1 0.11 0.11
HSL 306.58º 1% 0.45% -
HSV(B) 306.58º 1% 0.89% -
XYZ 42.77 20.81 58.26 -
YUV 91.31 191.04 225.49 -
System Red Green Blue C M Y K H S L
Decimal 228 0 203 0 1 0.11 0.11 306.58 1 0.45
Hex E4 0 CB 0 64 B B 133 64 2D
Octal 344 0 313 0 144 13 13 463 144 55
Binary 11100100 0 11001011 0 1100100 1011 1011 100110011 1100100 101101

Color Harmonies of #E400CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400CB

Black with #E400CB

Text Example


Text Example

White with #E400CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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