#E95974

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

Shades of Dark Pink #E95974

Tints of Dark Pink #E95974

Color information

#E95974 (or 0xE95974) is unknown color: approx Dark Pink. HEX triplet: E9, 59 and 74. RGB value is (233,89,116). Sum of RGB (Red+Green+Blue) = 233+89+116=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E95974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95974 is #16A68B. Grayscale: #878787. Windows color (decimal): -1484428 or 7625193. OLE color: 7625193.

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

Color convert

RGB23389116-
CMYK00.620.500.09
HSL348.75º76.6%63.14%-
HSV(B)348.75º61.8%91.37%-
XYZ40.3325.7319.36-
YUV135.13117.21197.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.20%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=53.20%
G=20.32%
B=26.48%

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
Decimal2338911600.620.500.09348.7576.663.14
HexE9597403E32915d4d3f
Octal351131164076621153511577
Binary1110100110110011110100011111011001010011010111011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95974; }

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

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

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

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

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

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

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

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