Html Css Color HEX #E400CC Deep Magenta

📋 copy color: '#E400CC'

red 228 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #E400CC

Tints of Deep Magenta #E400CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 52.78%
G = 0%
B = 47.22%

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

#E400CC (or 0xE400CC) is known color: Deep Magenta. HEX triplet: E4, 00 and CC. RGB value is (228,0,204). Sum of RGB (Red+Green+Blue) = 228+0+204=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E400CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400CC is #1BFF33. Grayscale: #5A5A5A. Windows color (decimal): -1834804 or 13369572. OLE color: 13369572.

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

Color convert

RGB 228 0 204 -
CMYK 0 1 0.11 0.11
HSL 306.32º 1% 0.45% -
HSV(B) 306.32º 1% 0.89% -
XYZ 42.89 20.85 58.89 -
YUV 91.43 191.54 225.41 -
System Red Green Blue C M Y K H S L
Decimal 228 0 204 0 1 0.11 0.11 306.32 1 0.45
Hex E4 0 CC 0 64 B B 132 64 2D
Octal 344 0 314 0 144 13 13 462 144 55
Binary 11100100 0 11001100 0 1100100 1011 1011 100110010 1100100 101101

Color Harmonies of #E400CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400CC

Black with #E400CC

Text Example


Text Example

White with #E400CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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