#E75875

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

Shades of Dark Pink #E75875

Tints of Dark Pink #E75875

Color information

#E75875 (or 0xE75875) is unknown color: approx Dark Pink. HEX triplet: E7, 58 and 75. RGB value is (231,88,117). Sum of RGB (Red+Green+Blue) = 231+88+117=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E75875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75875 is #18A78A. Grayscale: #868686. Windows color (decimal): -1615755 or 7690471. OLE color: 7690471.

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

Color convert

RGB23188117-
CMYK00.620.490.09
HSL347.83º74.87%62.55%-
HSV(B)347.83º61.9%90.59%-
XYZ39.6625.2519.61-
YUV134.06118.38197.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.98%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=52.98%
G=20.18%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318811700.620.490.09347.8374.8762.55
HexE7587503E31915c4b3f
Octal347130165076611153411377
Binary1110011110110001110101011111011000110011010111001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75875; }

 p { color: rgb(231,88,117); }

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

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

 a { background-color: rgb(231,88,117); }

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

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

 span { border-color: rgb(231,88,117); }

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