#E7457A

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

Shades of Dark Pink #E7457A

Tints of Dark Pink #E7457A

Color information

#E7457A (or 0xE7457A) is unknown color: approx Dark Pink. HEX triplet: E7, 45 and 7A. RGB value is (231,69,122). Sum of RGB (Red+Green+Blue) = 231+69+122=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7457A is #18BA85. Grayscale: #7B7B7B. Windows color (decimal): -1620614 or 8013287. OLE color: 8013287.

HSL color Cylindrical-coordinate representation of color #E7457A: hue angle of 340.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7457A is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB23169122-
CMYK00.700.470.09
HSL340.37º77.14%58.82%-
HSV(B)340.37º70.13%90.59%-
XYZ38.622.6520.75-
YUV123.48127.17204.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.74%
GREEN value IS 69 (27.34% from 255) = 16.35%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=54.74%
G=16.35%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316912200.700.470.09340.3777.1458.82
HexE7457A0462F91544d3b
Octal3471051720106571152411573
Binary11100111100010111110100100011010111110011010101001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7457A; }

 p { color: rgb(231,69,122); }

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

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

 a { background-color: rgb(231,69,122); }

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

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

 span { border-color: rgb(231,69,122); }

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