#E95470

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

Shades of Dark Pink #E95470

Tints of Dark Pink #E95470

Color information

#E95470 (or 0xE95470) is unknown color: approx Dark Pink. HEX triplet: E9, 54 and 70. RGB value is (233,84,112). Sum of RGB (Red+Green+Blue) = 233+84+112=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E95470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95470 is #16AB8F. Grayscale: #838383. Windows color (decimal): -1485712 or 7361769. OLE color: 7361769.

HSL color Cylindrical-coordinate representation of color #E95470: hue angle of 348.72º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95470 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23384112-
CMYK00.640.520.09
HSL348.72º77.2%62.16%-
HSV(B)348.72º63.95%91.37%-
XYZ39.724.8318.03-
YUV131.74116.86200.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.31%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=54.31%
G=19.58%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338411200.640.520.09348.7277.262.16
HexE9547004034915d4d3e
Octal3511241600100641153511576
Binary11101001101010011100000100000011010010011010111011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95470; }

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

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

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

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

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

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

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

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