#E95B75

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

Shades of Dark Pink #E95B75

Tints of Dark Pink #E95B75

Color information

#E95B75 (or 0xE95B75) is unknown color: approx Dark Pink. HEX triplet: E9, 5B and 75. RGB value is (233,91,117). Sum of RGB (Red+Green+Blue) = 233+91+117=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B75 is #16A48A. Grayscale: #888888. Windows color (decimal): -1483915 or 7691241. OLE color: 7691241.

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

Color convert

RGB23391117-
CMYK00.610.500.09
HSL349.01º76.34%63.53%-
HSV(B)349.01º60.94%91.37%-
XYZ40.5626.0919.73-
YUV136.42117.04196.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=52.83%
G=20.63%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339111700.610.500.09349.0176.3463.53
HexE95B7503D32915d4c40
Octal3511331650756211535114100
Binary11101001101101111101010111101110010100110101110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95B75; }

 p { color: rgb(233,91,117); }

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

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

 a { background-color: rgb(233,91,117); }

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

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

 span { border-color: rgb(233,91,117); }

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