#E95A78

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

Shades of Dark Pink #E95A78

Tints of Dark Pink #E95A78

Color information

#E95A78 (or 0xE95A78) is unknown color: approx Dark Pink. HEX triplet: E9, 5A and 78. RGB value is (233,90,120). Sum of RGB (Red+Green+Blue) = 233+90+120=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A78 is #16A587. Grayscale: #888888. Windows color (decimal): -1484168 or 7887593. OLE color: 7887593.

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

Color convert

RGB23390120-
CMYK00.610.480.09
HSL347.41º76.47%63.33%-
HSV(B)347.41º61.37%91.37%-
XYZ40.6525.9920.64-
YUV136.18118.88197.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=52.60%
G=20.32%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339012000.610.480.09347.4176.4763.33
HexE95A7803D30915b4c3f
Octal351132170075601153311477
Binary1110100110110101111000011110111000010011010110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95A78; }

 p { color: rgb(233,90,120); }

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

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

 a { background-color: rgb(233,90,120); }

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

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

 span { border-color: rgb(233,90,120); }

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