Html Css Color HEX #E209CC Deep Magenta

📋 copy color: '#E209CC'

red 226 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #E209CC

Tints of Deep Magenta #E209CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 51.48%
G = 2.05%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E209CC (or 0xE209CC) is known color: Deep Magenta. HEX triplet: E2, 09 and CC. RGB value is (226,9,204). Sum of RGB (Red+Green+Blue) = 226+9+204=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E209CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E209CC is #1DF633. Grayscale: #5F5F5F. Windows color (decimal): -1963572 or 13371874. OLE color: 13371874.

HSL color Cylindrical-coordinate representation of color #E209CC: hue angle of 306.08º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E209CC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 9 204 -
CMYK 0 0.96 0.10 0.11
HSL 306.08º 0.92% 0.46% -
HSV(B) 306.08º 0.96% 0.89% -
XYZ 42.36 20.72 58.89 -
YUV 96.11 188.89 220.64 -
System Red Green Blue C M Y K H S L
Decimal 226 9 204 0 0.96 0.10 0.11 306.08 0.92 0.46
Hex E2 9 CC 0 60 A B 132 5C 2E
Octal 342 11 314 0 140 12 13 462 134 56
Binary 11100010 1001 11001100 0 1100000 1010 1011 100110010 1011100 101110

Color Harmonies of #E209CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E209CC

Black with #E209CC

Text Example


Text Example

White with #E209CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E209CC; }

 p { color: rgb(226,9,204); }

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

background-color css

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

 a { background-color: rgb(226,9,204); }

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

border-color css

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

 span { border-color: rgb(226,9,204); }

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