#E95C75

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

Shades of Dark Pink #E95C75

Tints of Dark Pink #E95C75

Color information

#E95C75 (or 0xE95C75) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 75. RGB value is (233,92,117). Sum of RGB (Red+Green+Blue) = 233+92+117=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C75 is #16A38A. Grayscale: #898989. Windows color (decimal): -1483659 or 7691497. OLE color: 7691497.

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

Color convert

RGB23392117-
CMYK00.610.500.09
HSL349.36º76.22%63.73%-
HSV(B)349.36º60.52%91.37%-
XYZ40.6426.2619.76-
YUV137.01116.71196.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.71%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=52.71%
G=20.81%
B=26.47%

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
Decimal2339211700.610.500.09349.3676.2263.73
HexE95C7503D32915d4c40
Octal3511341650756211535114100
Binary11101001101110011101010111101110010100110101110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C75; }

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

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

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

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

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

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

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

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