#E95975

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

Shades of Dark Pink #E95975

Tints of Dark Pink #E95975

Color information

#E95975 (or 0xE95975) is unknown color: approx Dark Pink. HEX triplet: E9, 59 and 75. RGB value is (233,89,117). Sum of RGB (Red+Green+Blue) = 233+89+117=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E95975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95975 is #16A68A. Grayscale: #878787. Windows color (decimal): -1484427 or 7690729. OLE color: 7690729.

HSL color Cylindrical-coordinate representation of color #E95975: hue angle of 348.33º degrees, saturation: 0.77, 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 #E95975 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB23389117-
CMYK00.620.500.09
HSL348.33º76.6%63.14%-
HSV(B)348.33º61.8%91.37%-
XYZ40.3925.7519.67-
YUV135.25117.71197.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.08%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=53.08%
G=20.27%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338911700.620.500.09348.3376.663.14
HexE9597503E32915c4d3f
Octal351131165076621153411577
Binary1110100110110011110101011111011001010011010111001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95975; }

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

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

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

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

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

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

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

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