Html Css Color HEX #E40CCC Deep Magenta

📋 copy color: '#E40CCC'

red 228 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #E40CCC

Tints of Deep Magenta #E40CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

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

R = 51.35%
G = 2.7%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E40CCC (or 0xE40CCC) is known color: Deep Magenta. HEX triplet: E4, 0C and CC. RGB value is (228,12,204). Sum of RGB (Red+Green+Blue) = 228+12+204=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CCC is #1BF333. Grayscale: #616161. Windows color (decimal): -1831732 or 13372644. OLE color: 13372644.

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

Color convert

RGB 228 12 204 -
CMYK 0 0.95 0.11 0.11
HSL 306.67º 0.9% 0.47% -
HSV(B) 306.67º 0.95% 0.89% -
XYZ 43.03 21.12 58.93 -
YUV 98.47 187.56 220.39 -
System Red Green Blue C M Y K H S L
Decimal 228 12 204 0 0.95 0.11 0.11 306.67 0.9 0.47
Hex E4 C CC 0 5F B B 133 5A 2F
Octal 344 14 314 0 137 13 13 463 132 57
Binary 11100100 1100 11001100 0 1011111 1011 1011 100110011 1011010 101111

Color Harmonies of #E40CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CCC

Black with #E40CCC

Text Example


Text Example

White with #E40CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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