#E216CF

Color #E216CF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E216CF

Tints of Deep Magenta #E216CF

Color information

#E216CF (or 0xE216CF) is unknown color: approx Deep Magenta. HEX triplet: E2, 16 and CF. RGB value is (226,22,207). Sum of RGB (Red+Green+Blue) = 226+22+207=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E216CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E216CF is #1DE930. Grayscale: #676767. Windows color (decimal): -1960241 or 13571810. OLE color: 13571810.

HSL color Cylindrical-coordinate representation of color #E216CF: hue angle of 305.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E216CF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB22622207-
CMYK00.900.080.11
HSL305.59º82.26%48.63%-
HSV(B)305.59º90.27%88.63%-
XYZ42.9121.2560.87-
YUV104.09186.09214.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.67%
GREEN value IS 22 (8.98% from 255) = 4.84%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=49.67%
G=4.84%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262220700.900.080.11305.5982.2648.63
HexE216CF05A8B1325231
Octal342263170132101346212261
Binary11100010101101100111101011010100010111001100101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E216CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E216CF; }

 p { color: rgb(226,22,207); }

 H1.HeaderClassName
 {
   color: #E216CF;
 }
 .AnyTagClassName
 {
   color: #E216CF;
 }
</style>
background-color css

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

 a { background-color: rgb(226,22,207); }

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

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

 span { border-color: rgb(226,22,207); }

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