#E76082

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

Shades of Dark Pink #E76082

Tints of Dark Pink #E76082

Color information

#E76082 (or 0xE76082) is unknown color: approx Dark Pink. HEX triplet: E7, 60 and 82. RGB value is (231,96,130). Sum of RGB (Red+Green+Blue) = 231+96+130=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E76082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76082 is #189F7D. Grayscale: #8C8C8C. Windows color (decimal): -1613694 or 8544487. OLE color: 8544487.

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

Color convert

RGB23196130-
CMYK00.580.440.09
HSL344.89º73.77%64.12%-
HSV(B)344.89º58.44%90.59%-
XYZ41.1726.9724.15-
YUV140.24122.23192.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=50.55%
G=21.01%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319613000.580.440.09344.8973.7764.12
HexE7608203A2C91594a40
Octal3471402020725411531112100
Binary111001111100000100000100111010101100100110101100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76082; }

 p { color: rgb(231,96,130); }

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

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

 a { background-color: rgb(231,96,130); }

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

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

 span { border-color: rgb(231,96,130); }

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