#E75793

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

Shades of Dark Pink #E75793

Tints of Dark Pink #E75793

Color information

#E75793 (or 0xE75793) is unknown color: approx Dark Pink. HEX triplet: E7, 57 and 93. RGB value is (231,87,147). Sum of RGB (Red+Green+Blue) = 231+87+147=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E75793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75793 is #18A86C. Grayscale: #888888. Windows color (decimal): -1615981 or 9656295. OLE color: 9656295.

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

Color convert

RGB23187147-
CMYK00.620.360.09
HSL335º75%62.35%-
HSV(B)335º62.34%90.59%-
XYZ41.6325.9130.41-
YUV136.9133.71195.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 87 (34.38% from 255) = 18.71%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=49.68%
G=18.71%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318714700.620.360.093357562.35
HexE7579303E24914f4b3e
Octal347127223076441151711376
Binary11100111101011110010011011111010010010011010011111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75793; }

 p { color: rgb(231,87,147); }

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

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

 a { background-color: rgb(231,87,147); }

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

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

 span { border-color: rgb(231,87,147); }

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