Html Css Color HEX #E20CC6 Deep Magenta

📋 copy color: '#E20CC6'

red 226 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #E20CC6

Tints of Deep Magenta #E20CC6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 51.83%
G = 2.75%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E20CC6 (or 0xE20CC6) is known color: Deep Magenta. HEX triplet: E2, 0C and C6. RGB value is (226,12,198). Sum of RGB (Red+Green+Blue) = 226+12+198=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CC6 is #1DF339. Grayscale: #606060. Windows color (decimal): -1962810 or 12979426. OLE color: 12979426.

HSL color Cylindrical-coordinate representation of color #E20CC6: hue angle of 307.85º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CC6 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 12 198 -
CMYK 0 0.95 0.12 0.11
HSL 307.85º 0.9% 0.47% -
HSV(B) 307.85º 0.95% 0.89% -
XYZ 41.69 20.51 55.19 -
YUV 97.19 184.9 219.88 -
System Red Green Blue C M Y K H S L
Decimal 226 12 198 0 0.95 0.12 0.11 307.85 0.9 0.47
Hex E2 C C6 0 5F C B 134 5A 2F
Octal 342 14 306 0 137 14 13 464 132 57
Binary 11100010 1100 11000110 0 1011111 1100 1011 100110100 1011010 101111

Color Harmonies of #E20CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20CC6

Black with #E20CC6

Text Example


Text Example

White with #E20CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20CC6; }

 p { color: rgb(226,12,198); }

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

background-color css

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

 a { background-color: rgb(226,12,198); }

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

border-color css

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

 span { border-color: rgb(226,12,198); }

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