#E95784

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

Shades of Dark Pink #E95784

Tints of Dark Pink #E95784

Color information

#E95784 (or 0xE95784) is unknown color: approx Dark Pink. HEX triplet: E9, 57 and 84. RGB value is (233,87,132). Sum of RGB (Red+Green+Blue) = 233+87+132=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E95784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95784 is #16A87B. Grayscale: #878787. Windows color (decimal): -1484924 or 8673257. OLE color: 8673257.

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

Color convert

RGB23387132-
CMYK00.630.430.09
HSL341.51º76.84%62.75%-
HSV(B)341.51º62.66%91.37%-
XYZ41.1825.8124.64-
YUV135.78125.87197.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.55%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=51.55%
G=19.25%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338713200.630.430.09341.5176.8462.75
HexE9578403F2B91564d3f
Octal351127204077531152611577
Binary11101001101011110000100011111110101110011010101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95784; }

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

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

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

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

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

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

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

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