#ED6660

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

Shades of Bittersweet #ED6660

Tints of Bittersweet #ED6660

Color information

#ED6660 (or 0xED6660) is unknown color: approx Bittersweet. HEX triplet: ED, 66 and 60. RGB value is (237,102,96). Sum of RGB (Red+Green+Blue) = 237+102+96=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6660 is #12999F. Grayscale: #8D8D8D. Windows color (decimal): -1218976 or 6317805. OLE color: 6317805.

HSL color Cylindrical-coordinate representation of color #ED6660: hue angle of 2.55º 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 #ED6660 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23710296-
CMYK00.570.590.07
HSL2.55º79.66%65.29%-
HSV(B)2.55º59.49%92.94%-
XYZ41.7928.3514.34-
YUV141.68102.23195.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.48%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=54.48%
G=23.45%
B=22.07%

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
Decimal2371029600.570.590.072.5579.6665.29
HexED66600393B735041
Octal3551461400717373120101
Binary111011011100110110000001110011110111111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6660; }

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

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

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

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

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

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

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

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