#E95186

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

Shades of Dark Pink #E95186

Tints of Dark Pink #E95186

Color information

#E95186 (or 0xE95186) is unknown color: approx Dark Pink. HEX triplet: E9, 51 and 86. RGB value is (233,81,134). Sum of RGB (Red+Green+Blue) = 233+81+134=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E95186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95186 is #16AE79. Grayscale: #848484. Windows color (decimal): -1486458 or 8802793. OLE color: 8802793.

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

Color convert

RGB23381134-
CMYK00.650.420.09
HSL339.08º77.55%61.57%-
HSV(B)339.08º65.24%91.37%-
XYZ40.8524.9325.21-
YUV132.49128.86199.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.01%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=52.01%
G=18.08%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338113400.650.420.09339.0877.5561.57
HexE951860412A91534e3e
Octal3511212060101521152311676
Binary111010011010001100001100100000110101010011010100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95186; }

 p { color: rgb(233,81,134); }

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

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

 a { background-color: rgb(233,81,134); }

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

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

 span { border-color: rgb(233,81,134); }

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