#E85280

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

Shades of Dark Pink #E85280

Tints of Dark Pink #E85280

Color information

#E85280 (or 0xE85280) is unknown color: approx Dark Pink. HEX triplet: E8, 52 and 80. RGB value is (232,82,128). Sum of RGB (Red+Green+Blue) = 232+82+128=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E85280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85280 is #17AD7F. Grayscale: #848484. Windows color (decimal): -1551744 or 8409832. OLE color: 8409832.

HSL color Cylindrical-coordinate representation of color #E85280: hue angle of 341.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 #E85280 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB23282128-
CMYK00.650.450.09
HSL341.6º76.53%61.57%-
HSV(B)341.6º64.66%90.98%-
XYZ40.1924.7523.08-
YUV132.09125.7199.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.49%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=52.49%
G=18.55%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328212800.650.450.09341.676.5361.57
HexE852800412D91564d3e
Octal3501222000101551152611576
Binary111010001010010100000000100000110110110011010101101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85280; }

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

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

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

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

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

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

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

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