Html Css Color HEX #E200BF Deep Magenta

📋 copy color: '#E200BF'

red 226 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #E200BF

Tints of Deep Magenta #E200BF

RGB

 RED value IS 226 (88.67% from 255) = 54.2%

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 54.2%
G = 0%
B = 45.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E200BF (or 0xE200BF) is known color: Deep Magenta. HEX triplet: E2, 00 and BF. RGB value is (226,0,191). Sum of RGB (Red+Green+Blue) = 226+0+191=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E200BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200BF is #1DFF40. Grayscale: #585858. Windows color (decimal): -1965889 or 12517602. OLE color: 12517602.

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

Color convert

RGB 226 0 191 -
CMYK 0 1 0.15 0.11
HSL 309.29º 1% 0.44% -
HSV(B) 309.29º 1% 0.89% -
XYZ 40.77 19.93 50.99 -
YUV 89.35 185.37 225.47 -
System Red Green Blue C M Y K H S L
Decimal 226 0 191 0 1 0.15 0.11 309.29 1 0.44
Hex E2 0 BF 0 64 F B 135 64 2C
Octal 342 0 277 0 144 17 13 465 144 54
Binary 11100010 0 10111111 0 1100100 1111 1011 100110101 1100100 101100

Color Harmonies of #E200BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200BF

Black with #E200BF

Text Example


Text Example

White with #E200BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200BF; }

 p { color: rgb(226,0,191); }

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

background-color css

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

 a { background-color: rgb(226,0,191); }

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

border-color css

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

 span { border-color: rgb(226,0,191); }

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