#E95671

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

Shades of Dark Pink #E95671

Tints of Dark Pink #E95671

Color information

#E95671 (or 0xE95671) is unknown color: approx Dark Pink. HEX triplet: E9, 56 and 71. RGB value is (233,86,113). Sum of RGB (Red+Green+Blue) = 233+86+113=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95671 is #16A98E. Grayscale: #858585. Windows color (decimal): -1485199 or 7427817. OLE color: 7427817.

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

Color convert

RGB23386113-
CMYK00.630.520.09
HSL348.98º76.96%62.55%-
HSV(B)348.98º63.09%91.37%-
XYZ39.9125.1718.38-
YUV133.03116.7199.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.94%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=53.94%
G=19.91%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338611300.630.520.09348.9876.9662.55
HexE9567103F34915d4d3f
Octal351126161077641153511577
Binary1110100110101101110001011111111010010011010111011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95671; }

 p { color: rgb(233,86,113); }

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

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

 a { background-color: rgb(233,86,113); }

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

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

 span { border-color: rgb(233,86,113); }

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