#e114cb

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

Shades of Deep Magenta #E114CB

Tints of Deep Magenta #E114CB

Color information

#E114CB (or 0xE114CB) is unknown color: approx Deep Magenta. HEX triplet: E1, 14 and CB. RGB value is (225,20,203). Sum of RGB (Red+Green+Blue) = 225+20+203=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E114CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114CB is #1EEB34. Grayscale: #656565. Windows color (decimal): -2026293 or 13309153. OLE color: 13309153.

HSL color Cylindrical-coordinate representation of color #E114CB: hue angle of 306.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E114CB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB22520203-
CMYK00.910.100.12
HSL306.44º83.67%48.04%-
HSV(B)306.44º91.11%88.24%-
XYZ42.0820.8258.3-
YUV102.16184.92215.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 20 (8.20% from 255) = 4.46%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=50.22%
G=4.46%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252020300.910.100.12306.4483.6748.04
HexE114CB05BAC1325430
Octal341243130133121446212460
Binary11100001101001100101101011011101011001001100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e114cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e114cb; }

 p { color: rgb(225,20,203); }

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

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

 a { background-color: rgb(225,20,203); }

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

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

 span { border-color: rgb(225,20,203); }

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