#E75B8D

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

Shades of Dark Pink #E75B8D

Tints of Dark Pink #E75B8D

Color information

#E75B8D (or 0xE75B8D) is unknown color: approx Dark Pink. HEX triplet: E7, 5B and 8D. RGB value is (231,91,141). Sum of RGB (Red+Green+Blue) = 231+91+141=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B8D is #18A472. Grayscale: #8A8A8A. Windows color (decimal): -1614963 or 9264103. OLE color: 9264103.

HSL color Cylindrical-coordinate representation of color #E75B8D: hue angle of 338.57º 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 #E75B8D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23191141-
CMYK00.610.390.09
HSL338.57º74.47%63.14%-
HSV(B)338.57º60.61%90.59%-
XYZ41.526.3928.11-
YUV138.56129.38193.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.89%
GREEN value IS 91 (35.94% from 255) = 19.65%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=49.89%
G=19.65%
B=30.45%

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
Decimal2319114100.610.390.09338.5774.4763.14
HexE75B8D03D2791534a3f
Octal347133215075471152311277
Binary11100111101101110001101011110110011110011010100111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75B8D; }

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

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

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

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

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

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

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

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