#ED6560

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

Shades of Bittersweet #ED6560

Tints of Bittersweet #ED6560

Color information

#ED6560 (or 0xED6560) is unknown color: approx Bittersweet. HEX triplet: ED, 65 and 60. RGB value is (237,101,96). Sum of RGB (Red+Green+Blue) = 237+101+96=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6560 is #129A9F. Grayscale: #8D8D8D. Windows color (decimal): -1219232 or 6317549. OLE color: 6317549.

HSL color Cylindrical-coordinate representation of color #ED6560: hue angle of 2.13º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6560 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23710196-
CMYK00.570.590.07
HSL2.13º79.66%65.29%-
HSV(B)2.13º59.49%92.94%-
XYZ41.6928.1614.3-
YUV141.09102.56196.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.61%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=54.61%
G=23.27%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371019600.570.590.072.1379.6665.29
HexED65600393B725041
Octal3551451400717372120101
Binary111011011100101110000001110011110111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6560; }

 p { color: rgb(237,101,96); }

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

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

 a { background-color: rgb(237,101,96); }

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

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

 span { border-color: rgb(237,101,96); }

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