#E85275

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

Shades of Dark Pink #E85275

Tints of Dark Pink #E85275

Color information

#E85275 (or 0xE85275) is unknown color: approx Dark Pink. HEX triplet: E8, 52 and 75. RGB value is (232,82,117). Sum of RGB (Red+Green+Blue) = 232+82+117=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85275 is #17AD8A. Grayscale: #828282. Windows color (decimal): -1551755 or 7688936. OLE color: 7688936.

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

Color convert

RGB23282117-
CMYK00.650.500.09
HSL346º76.53%61.57%-
HSV(B)346º64.66%90.98%-
XYZ39.5124.4719.47-
YUV130.84120.2200.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.83%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=53.83%
G=19.03%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328211700.650.500.0934676.5361.57
HexE8527504132915a4d3e
Octal3501221650101621153211576
Binary11101000101001011101010100000111001010011010110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85275; }

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

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

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

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

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

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

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

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