#e75e88

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

Shades of Dark Pink #E75E88

Tints of Dark Pink #E75E88

Color information

#E75E88 (or 0xE75E88) is unknown color: approx Dark Pink. HEX triplet: E7, 5E and 88. RGB value is (231,94,136). Sum of RGB (Red+Green+Blue) = 231+94+136=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75E88 is #18A177. Grayscale: #8B8B8B. Windows color (decimal): -1614200 or 8937191. OLE color: 8937191.

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

Color convert

RGB23194136-
CMYK00.590.410.09
HSL341.61º74.05%63.73%-
HSV(B)341.61º59.31%90.59%-
XYZ41.426.7726.28-
YUV139.75125.89193.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=50.11%
G=20.39%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319413600.590.410.09341.6174.0563.73
HexE75E8803B2991564a40
Octal3471362100735111526112100
Binary111001111011110100010000111011101001100110101011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e75e88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e75e88; }

 p { color: rgb(231,94,136); }

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

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

 a { background-color: rgb(231,94,136); }

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

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

 span { border-color: rgb(231,94,136); }

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