#E95884

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

Shades of Dark Pink #E95884

Tints of Dark Pink #E95884

Color information

#E95884 (or 0xE95884) is unknown color: approx Dark Pink. HEX triplet: E9, 58 and 84. RGB value is (233,88,132). Sum of RGB (Red+Green+Blue) = 233+88+132=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E95884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95884 is #16A77B. Grayscale: #888888. Windows color (decimal): -1484668 or 8673513. OLE color: 8673513.

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

Color convert

RGB23388132-
CMYK00.620.430.09
HSL341.79º76.72%62.94%-
HSV(B)341.79º62.23%91.37%-
XYZ41.2625.9724.67-
YUV136.37125.54196.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.43%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=51.43%
G=19.43%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338813200.620.430.09341.7976.7262.94
HexE9588403E2B91564d3f
Octal351130204076531152611577
Binary11101001101100010000100011111010101110011010101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95884; }

 p { color: rgb(233,88,132); }

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

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

 a { background-color: rgb(233,88,132); }

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

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

 span { border-color: rgb(233,88,132); }

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