Html Css Color HEX #E40BCE Deep Magenta

📋 copy color: '#E40BCE'

red 228 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #E40BCE

Tints of Deep Magenta #E40BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.47%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 51.24%
G = 2.47%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E40BCE (or 0xE40BCE) is known color: Deep Magenta. HEX triplet: E4, 0B and CE. RGB value is (228,11,206). Sum of RGB (Red+Green+Blue) = 228+11+206=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BCE is #1BF431. Grayscale: #616161. Windows color (decimal): -1831986 or 13503460. OLE color: 13503460.

HSL color Cylindrical-coordinate representation of color #E40BCE: hue angle of 306.08º degrees, saturation: 0.91, 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 #E40BCE is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 11 206 -
CMYK 0 0.95 0.10 0.11
HSL 306.08º 0.91% 0.47% -
HSV(B) 306.08º 0.95% 0.89% -
XYZ 43.26 21.19 60.2 -
YUV 98.11 188.89 220.64 -
System Red Green Blue C M Y K H S L
Decimal 228 11 206 0 0.95 0.10 0.11 306.08 0.91 0.47
Hex E4 B CE 0 5F A B 132 5B 2F
Octal 344 13 316 0 137 12 13 462 133 57
Binary 11100100 1011 11001110 0 1011111 1010 1011 100110010 1011011 101111

Color Harmonies of #E40BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BCE

Black with #E40BCE

Text Example


Text Example

White with #E40BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BCE; }

 p { color: rgb(228,11,206); }

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

background-color css

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

 a { background-color: rgb(228,11,206); }

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

border-color css

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

 span { border-color: rgb(228,11,206); }

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