#E75586

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

Shades of Dark Pink #E75586

Tints of Dark Pink #E75586

Color information

#E75586 (or 0xE75586) is unknown color: approx Dark Pink. HEX triplet: E7, 55 and 86. RGB value is (231,85,134). Sum of RGB (Red+Green+Blue) = 231+85+134=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E75586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75586 is #18AA79. Grayscale: #868686. Windows color (decimal): -1616506 or 8803815. OLE color: 8803815.

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

Color convert

RGB23185134-
CMYK00.630.420.09
HSL339.86º75.26%61.96%-
HSV(B)339.86º63.2%90.59%-
XYZ40.5125.2125.28-
YUV134.24127.87197.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.33%
GREEN value IS 85 (33.59% from 255) = 18.89%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=51.33%
G=18.89%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318513400.630.420.09339.8675.2661.96
HexE7558603F2A91544b3e
Octal347125206077521152411376
Binary11100111101010110000110011111110101010011010101001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75586; }

 p { color: rgb(231,85,134); }

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

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

 a { background-color: rgb(231,85,134); }

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

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

 span { border-color: rgb(231,85,134); }

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