#E7148E

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

Shades of Deep Pink #E7148E

Tints of Deep Pink #E7148E

Color information

#E7148E (or 0xE7148E) is unknown color: approx Deep Pink. HEX triplet: E7, 14 and 8E. RGB value is (231,20,142). Sum of RGB (Red+Green+Blue) = 231+20+142=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7148E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7148E is #18EB71. Grayscale: #606060. Windows color (decimal): -1633138 or 9311463. OLE color: 9311463.

HSL color Cylindrical-coordinate representation of color #E7148E: hue angle of 325.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7148E is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23120142-
CMYK00.910.390.09
HSL325.31º84.06%49.22%-
HSV(B)325.31º91.34%90.59%-
XYZ38.0919.4427.34-
YUV97153.4223.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.78%
GREEN value IS 20 (8.20% from 255) = 5.09%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=58.78%
G=5.09%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312014200.910.390.09325.3184.0649.22
HexE7148E05B2791455431
Octal347242160133471150512461
Binary1110011110100100011100101101110011110011010001011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7148E; }

 p { color: rgb(231,20,142); }

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

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

 a { background-color: rgb(231,20,142); }

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

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

 span { border-color: rgb(231,20,142); }

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