Html Css Color HEX #E00BCE Deep Magenta

📋 copy color: '#E00BCE'

red 224 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #E00BCE

Tints of Deep Magenta #E00BCE

RGB

 RED value IS 224 (87.89% from 255) = 50.79%

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

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

R = 50.79%
G = 2.49%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00BCE (or 0xE00BCE) is known color: Deep Magenta. HEX triplet: E0, 0B and CE. RGB value is (224,11,206). Sum of RGB (Red+Green+Blue) = 224+11+206=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BCE is #1FF431. Grayscale: #606060. Windows color (decimal): -2094130 or 13503456. OLE color: 13503456.

HSL color Cylindrical-coordinate representation of color #E00BCE: hue angle of 305.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00BCE is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 11 206 -
CMYK 0 0.95 0.08 0.12
HSL 305.07º 0.91% 0.46% -
HSV(B) 305.07º 0.95% 0.88% -
XYZ 42 20.54 60.14 -
YUV 96.92 189.57 218.64 -
System Red Green Blue C M Y K H S L
Decimal 224 11 206 0 0.95 0.08 0.12 305.07 0.91 0.46
Hex E0 B CE 0 5F 8 C 131 5B 2E
Octal 340 13 316 0 137 10 14 461 133 56
Binary 11100000 1011 11001110 0 1011111 1000 1100 100110001 1011011 101110

Color Harmonies of #E00BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BCE

Black with #E00BCE

Text Example


Text Example

White with #E00BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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