#E75B95

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

Shades of Dark Pink #E75B95

Tints of Dark Pink #E75B95

Color information

#E75B95 (or 0xE75B95) is unknown color: approx Dark Pink. HEX triplet: E7, 5B and 95. RGB value is (231,91,149). Sum of RGB (Red+Green+Blue) = 231+91+149=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B95 is #18A46A. Grayscale: #8B8B8B. Windows color (decimal): -1614955 or 9788391. OLE color: 9788391.

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

Color convert

RGB23191149-
CMYK00.610.350.09
HSL335.14º74.47%63.14%-
HSV(B)335.14º60.61%90.59%-
XYZ42.1226.6431.36-
YUV139.47133.38193.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=49.04%
G=19.32%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319114900.610.350.09335.1474.4763.14
HexE75B9503D23914f4a3f
Octal347133225075431151711277
Binary11100111101101110010101011110110001110011010011111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75B95; }

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

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

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

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

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

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

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

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