#E95781

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

Shades of Dark Pink #E95781

Tints of Dark Pink #E95781

Color information

#E95781 (or 0xE95781) is unknown color: approx Dark Pink. HEX triplet: E9, 57 and 81. RGB value is (233,87,129). Sum of RGB (Red+Green+Blue) = 233+87+129=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95781 is #16A87E. Grayscale: #878787. Windows color (decimal): -1484927 or 8476649. OLE color: 8476649.

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

Color convert

RGB23387129-
CMYK00.630.450.09
HSL342.74º76.84%62.75%-
HSV(B)342.74º62.66%91.37%-
XYZ40.9725.7323.57-
YUV135.44124.37197.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.89%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 129 (50.78% from 255) = 28.73%
R=51.89%
G=19.38%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338712900.630.450.09342.7476.8462.75
HexE9578103F2D91574d3f
Octal351127201077551152711577
Binary11101001101011110000001011111110110110011010101111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95781; }

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

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

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

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

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

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

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

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