Html Css Color HEX #E20FCC Deep Magenta

📋 copy color: '#E20FCC'

red 226 ◦ green 15 ◦ blue 204

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

Shades of Deep Magenta #E20FCC

Tints of Deep Magenta #E20FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.37%

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

R = 50.79%
G = 3.37%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E20FCC (or 0xE20FCC) is known color: Deep Magenta. HEX triplet: E2, 0F and CC. RGB value is (226,15,204). Sum of RGB (Red+Green+Blue) = 226+15+204=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FCC is #1DF033. Grayscale: #636363. Windows color (decimal): -1962036 or 13373410. OLE color: 13373410.

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

Color convert

RGB 226 15 204 -
CMYK 0 0.93 0.10 0.11
HSL 306.26º 0.88% 0.47% -
HSV(B) 306.26º 0.93% 0.89% -
XYZ 42.43 20.87 58.92 -
YUV 99.64 186.9 218.13 -
System Red Green Blue C M Y K H S L
Decimal 226 15 204 0 0.93 0.10 0.11 306.26 0.88 0.47
Hex E2 F CC 0 5D A B 132 58 2F
Octal 342 17 314 0 135 12 13 462 130 57
Binary 11100010 1111 11001100 0 1011101 1010 1011 100110010 1011000 101111

Color Harmonies of #E20FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FCC

Black with #E20FCC

Text Example


Text Example

White with #E20FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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