#e85061

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

Shades of Mandy #E85061

Tints of Mandy #E85061

Color information

#E85061 (or 0xE85061) is unknown color: approx Mandy. HEX triplet: E8, 50 and 61. RGB value is (232,80,97). Sum of RGB (Red+Green+Blue) = 232+80+97=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E85061 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85061 is #17AF9E. Grayscale: #7F7F7F. Windows color (decimal): -1552287 or 6377704. OLE color: 6377704.

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

Color convert

RGB2328097-
CMYK00.660.580.09
HSL353.29º76.77%61.18%-
HSV(B)353.29º65.52%90.98%-
XYZ38.3123.7613.88-
YUV127.39110.86202.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.72%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=56.72%
G=19.56%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232809700.660.580.09353.2976.7761.18
HexE850610423A91614d3d
Octal3501201410102721154111575
Binary11101000101000011000010100001011101010011011000011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85061; }

 p { color: rgb(232,80,97); }

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

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

 a { background-color: rgb(232,80,97); }

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

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

 span { border-color: rgb(232,80,97); }

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