#E76180

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

Shades of Dark Pink #E76180

Tints of Dark Pink #E76180

Color information

#E76180 (or 0xE76180) is unknown color: approx Dark Pink. HEX triplet: E7, 61 and 80. RGB value is (231,97,128). Sum of RGB (Red+Green+Blue) = 231+97+128=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E76180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76180 is #189E7F. Grayscale: #8C8C8C. Windows color (decimal): -1613440 or 8413671. OLE color: 8413671.

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

Color convert

RGB23197128-
CMYK00.580.450.09
HSL346.12º73.63%64.31%-
HSV(B)346.12º58.01%90.59%-
XYZ41.1327.123.48-
YUV140.6120.89192.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=50.66%
G=21.27%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319712800.580.450.09346.1273.6364.31
HexE7618003A2D915a4a40
Octal3471412000725511532112100
Binary111001111100001100000000111010101101100110101101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76180; }

 p { color: rgb(231,97,128); }

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

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

 a { background-color: rgb(231,97,128); }

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

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

 span { border-color: rgb(231,97,128); }

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