#E7128A

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

Shades of Deep Pink #E7128A

Tints of Deep Pink #E7128A

Color information

#E7128A (or 0xE7128A) is unknown color: approx Deep Pink. HEX triplet: E7, 12 and 8A. RGB value is (231,18,138). Sum of RGB (Red+Green+Blue) = 231+18+138=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7128A is #18ED75. Grayscale: #5F5F5F. Windows color (decimal): -1633654 or 9048807. OLE color: 9048807.

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

Color convert

RGB23118138-
CMYK00.920.400.09
HSL326.2º85.54%48.82%-
HSV(B)326.2º92.21%90.59%-
XYZ37.7619.2625.77-
YUV95.37152.07224.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.69%
GREEN value IS 18 (7.42% from 255) = 4.65%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=59.69%
G=4.65%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311813800.920.400.09326.285.5448.82
HexE7128A05C2891465631
Octal347222120134501150612661
Binary1110011110010100010100101110010100010011010001101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7128A; }

 p { color: rgb(231,18,138); }

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

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

 a { background-color: rgb(231,18,138); }

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

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

 span { border-color: rgb(231,18,138); }

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