#ED6661

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

Shades of Bittersweet #ED6661

Tints of Bittersweet #ED6661

Color information

#ED6661 (or 0xED6661) is unknown color: approx Bittersweet. HEX triplet: ED, 66 and 61. RGB value is (237,102,97). Sum of RGB (Red+Green+Blue) = 237+102+97=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6661 is #12999E. Grayscale: #8D8D8D. Windows color (decimal): -1218975 or 6383341. OLE color: 6383341.

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

Color convert

RGB23710297-
CMYK00.570.590.07
HSL2.14º79.55%65.49%-
HSV(B)2.14º59.07%92.94%-
XYZ41.8328.3714.58-
YUV141.79102.73195.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.36%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=54.36%
G=23.39%
B=22.25%

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
Decimal2371029700.570.590.072.1479.5565.49
HexED66610393B725041
Octal3551461410717372120101
Binary111011011100110110000101110011110111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6661; }

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

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

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

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

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

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

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

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