Html Css Color HEX #E000BC Deep Magenta

📋 copy color: '#E000BC'

red 224 ◦ green 0 ◦ blue 188

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

Shades of Deep Magenta #E000BC

Tints of Deep Magenta #E000BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 54.37%
G = 0%
B = 45.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E000BC (or 0xE000BC) is known color: Deep Magenta. HEX triplet: E0, 00 and BC. RGB value is (224,0,188). Sum of RGB (Red+Green+Blue) = 224+0+188=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E000BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000BC is #1FFF43. Grayscale: #575757. Windows color (decimal): -2096964 or 12320992. OLE color: 12320992.

HSL color Cylindrical-coordinate representation of color #E000BC: hue angle of 309.64º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000BC is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 188 -
CMYK 0 1 0.16 0.12
HSL 309.64º 1% 0.44% -
HSV(B) 309.64º 1% 0.88% -
XYZ 39.82 19.48 49.24 -
YUV 88.41 184.21 224.71 -
System Red Green Blue C M Y K H S L
Decimal 224 0 188 0 1 0.16 0.12 309.64 1 0.44
Hex E0 0 BC 0 64 10 C 136 64 2C
Octal 340 0 274 0 144 20 14 466 144 54
Binary 11100000 0 10111100 0 1100100 10000 1100 100110110 1100100 101100

Color Harmonies of #E000BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000BC

Black with #E000BC

Text Example


Text Example

White with #E000BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000BC; }

 p { color: rgb(224,0,188); }

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

background-color css

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

 a { background-color: rgb(224,0,188); }

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

border-color css

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

 span { border-color: rgb(224,0,188); }

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