#E65A60

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

Shades of Mandy #E65A60

Tints of Mandy #E65A60

Color information

#E65A60 (or 0xE65A60) is unknown color: approx Mandy. HEX triplet: E6, 5A and 60. RGB value is (230,90,96). Sum of RGB (Red+Green+Blue) = 230+90+96=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A60 is #19A59F. Grayscale: #848484. Windows color (decimal): -1680800 or 6314726. OLE color: 6314726.

HSL color Cylindrical-coordinate representation of color #E65A60: hue angle of 357.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A60 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB2309096-
CMYK00.610.580.10
HSL357.43º73.68%62.75%-
HSV(B)357.43º60.87%90.2%-
XYZ38.424.9813.86-
YUV132.54107.38197.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.29%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=55.29%
G=21.63%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230909600.610.580.10357.4373.6862.75
HexE65A6003D3AA1654a3f
Octal346132140075721254511277
Binary1110011010110101100000011110111101010101011001011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65A60; }

 p { color: rgb(230,90,96); }

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

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

 a { background-color: rgb(230,90,96); }

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

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

 span { border-color: rgb(230,90,96); }

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