Html Css Color HEX #E200CD Deep Magenta

📋 copy color: '#E200CD'

red 226 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #E200CD

Tints of Deep Magenta #E200CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 52.44%
G = 0%
B = 47.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E200CD (or 0xE200CD) is known color: Deep Magenta. HEX triplet: E2, 00 and CD. RGB value is (226,0,205). Sum of RGB (Red+Green+Blue) = 226+0+205=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E200CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200CD is #1DFF32. Grayscale: #5A5A5A. Windows color (decimal): -1965875 or 13435106. OLE color: 13435106.

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

Color convert

RGB 226 0 205 -
CMYK 0 1 0.09 0.11
HSL 305.58º 1% 0.44% -
HSV(B) 305.58º 1% 0.89% -
XYZ 42.38 20.58 59.5 -
YUV 90.94 192.37 224.33 -
System Red Green Blue C M Y K H S L
Decimal 226 0 205 0 1 0.09 0.11 305.58 1 0.44
Hex E2 0 CD 0 64 9 B 132 64 2C
Octal 342 0 315 0 144 11 13 462 144 54
Binary 11100010 0 11001101 0 1100100 1001 1011 100110010 1100100 101100

Color Harmonies of #E200CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200CD

Black with #E200CD

Text Example


Text Example

White with #E200CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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