#E95970

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

Shades of Dark Pink #E95970

Tints of Dark Pink #E95970

Color information

#E95970 (or 0xE95970) is unknown color: approx Dark Pink. HEX triplet: E9, 59 and 70. RGB value is (233,89,112). Sum of RGB (Red+Green+Blue) = 233+89+112=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E95970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95970 is #16A68F. Grayscale: #868686. Windows color (decimal): -1484432 or 7363049. OLE color: 7363049.

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

Color convert

RGB23389112-
CMYK00.620.520.09
HSL350.42º76.6%63.14%-
HSV(B)350.42º61.8%91.37%-
XYZ40.125.6418.16-
YUV134.68115.21198.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.69%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=53.69%
G=20.51%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338911200.620.520.09350.4276.663.14
HexE9597003E34915e4d3f
Octal351131160076641153611577
Binary1110100110110011110000011111011010010011010111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95970; }

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

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

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

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

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

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

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

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