#e7537e

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

Shades of Dark Pink #E7537E

Tints of Dark Pink #E7537E

Color information

#E7537E (or 0xE7537E) is unknown color: approx Dark Pink. HEX triplet: E7, 53 and 7E. RGB value is (231,83,126). Sum of RGB (Red+Green+Blue) = 231+83+126=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7537E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7537E is #18AC81. Grayscale: #848484. Windows color (decimal): -1617026 or 8279015. OLE color: 8279015.

HSL color Cylindrical-coordinate representation of color #E7537E: hue angle of 342.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7537E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB23183126-
CMYK00.640.450.09
HSL342.57º75.51%61.57%-
HSV(B)342.57º64.07%90.59%-
XYZ39.8124.6822.4-
YUV132.15124.53198.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.5%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=52.5%
G=18.86%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318312600.640.450.09342.5775.5161.57
HexE7537E0402D91574c3e
Octal3471231760100551152711476
Binary11100111101001111111100100000010110110011010101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7537e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7537e; }

 p { color: rgb(231,83,126); }

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

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

 a { background-color: rgb(231,83,126); }

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

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

 span { border-color: rgb(231,83,126); }

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