#E85276

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

Shades of Dark Pink #E85276

Tints of Dark Pink #E85276

Color information

#E85276 (or 0xE85276) is unknown color: approx Dark Pink. HEX triplet: E8, 52 and 76. RGB value is (232,82,118). Sum of RGB (Red+Green+Blue) = 232+82+118=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E85276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85276 is #17AD89. Grayscale: #828282. Windows color (decimal): -1551754 or 7754472. OLE color: 7754472.

HSL color Cylindrical-coordinate representation of color #E85276: hue angle of 345.6º degrees, saturation: 0.77, 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 #E85276 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB23282118-
CMYK00.650.490.09
HSL345.6º76.53%61.57%-
HSV(B)345.6º64.66%90.98%-
XYZ39.5724.519.78-
YUV130.95120.7200.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.70%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=53.70%
G=18.98%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328211800.650.490.09345.676.5361.57
HexE8527604131915a4d3e
Octal3501221660101611153211576
Binary11101000101001011101100100000111000110011010110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85276; }

 p { color: rgb(232,82,118); }

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

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

 a { background-color: rgb(232,82,118); }

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

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

 span { border-color: rgb(232,82,118); }

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