#E75B8E

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

Shades of Dark Pink #E75B8E

Tints of Dark Pink #E75B8E

Color information

#E75B8E (or 0xE75B8E) is unknown color: approx Dark Pink. HEX triplet: E7, 5B and 8E. RGB value is (231,91,142). Sum of RGB (Red+Green+Blue) = 231+91+142=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B8E is #18A471. Grayscale: #8A8A8A. Windows color (decimal): -1614962 or 9329639. OLE color: 9329639.

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

Color convert

RGB23191142-
CMYK00.610.390.09
HSL338.14º74.47%63.14%-
HSV(B)338.14º60.61%90.59%-
XYZ41.5826.4228.5-
YUV138.67129.88193.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.78%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=49.78%
G=19.61%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319114200.610.390.09338.1474.4763.14
HexE75B8E03D2791524a3f
Octal347133216075471152211277
Binary11100111101101110001110011110110011110011010100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75B8E; }

 p { color: rgb(231,91,142); }

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

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

 a { background-color: rgb(231,91,142); }

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

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

 span { border-color: rgb(231,91,142); }

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