#E95081

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

Shades of Dark Pink #E95081

Tints of Dark Pink #E95081

Color information

#E95081 (or 0xE95081) is unknown color: approx Dark Pink. HEX triplet: E9, 50 and 81. RGB value is (233,80,129). Sum of RGB (Red+Green+Blue) = 233+80+129=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E95081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95081 is #16AF7E. Grayscale: #838383. Windows color (decimal): -1486719 or 8474857. OLE color: 8474857.

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

Color convert

RGB23380129-
CMYK00.660.450.09
HSL340.78º77.66%61.37%-
HSV(B)340.78º65.67%91.37%-
XYZ40.4424.6523.39-
YUV131.33126.69200.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.71%
GREEN value IS 80 (31.64% from 255) = 18.10%
BLUE value IS 129 (50.78% from 255) = 29.19%
R=52.71%
G=18.10%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338012900.660.450.09340.7877.6661.37
HexE950810422D91554e3d
Octal3511202010102551152511675
Binary111010011010000100000010100001010110110011010101011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95081; }

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

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

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

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

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

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

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

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