#E95C90

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

Shades of Dark Pink #E95C90

Tints of Dark Pink #E95C90

Color information

#E95C90 (or 0xE95C90) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 90. RGB value is (233,92,144). Sum of RGB (Red+Green+Blue) = 233+92+144=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C90 is #16A36F. Grayscale: #8C8C8C. Windows color (decimal): -1483632 or 9460969. OLE color: 9460969.

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

Color convert

RGB23392144-
CMYK00.610.380.09
HSL337.87º76.22%63.73%-
HSV(B)337.87º60.52%91.37%-
XYZ42.4726.9929.36-
YUV140.09130.21194.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.68%
GREEN value IS 92 (36.33% from 255) = 19.62%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=49.68%
G=19.62%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339214400.610.380.09337.8776.2263.73
HexE95C9003D2691524c40
Octal3511342200754611522114100
Binary111010011011100100100000111101100110100110101001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C90; }

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

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

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

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

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

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

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

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