Html Css Color HEX #E200CB Deep Magenta

📋 copy color: '#E200CB'

red 226 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #E200CB

Tints of Deep Magenta #E200CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 52.68%
G = 0%
B = 47.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E200CB (or 0xE200CB) is known color: Deep Magenta. HEX triplet: E2, 00 and CB. RGB value is (226,0,203). Sum of RGB (Red+Green+Blue) = 226+0+203=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E200CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200CB is #1DFF34. Grayscale: #5A5A5A. Windows color (decimal): -1965877 or 13304034. OLE color: 13304034.

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

Color convert

RGB 226 0 203 -
CMYK 0 1 0.10 0.11
HSL 306.11º 1% 0.44% -
HSV(B) 306.11º 1% 0.89% -
XYZ 42.14 20.48 58.23 -
YUV 90.72 191.37 224.49 -
System Red Green Blue C M Y K H S L
Decimal 226 0 203 0 1 0.10 0.11 306.11 1 0.44
Hex E2 0 CB 0 64 A B 132 64 2C
Octal 342 0 313 0 144 12 13 462 144 54
Binary 11100010 0 11001011 0 1100100 1010 1011 100110010 1100100 101100

Color Harmonies of #E200CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200CB

Black with #E200CB

Text Example


Text Example

White with #E200CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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