Html Css Color HEX #ED6560 Bittersweet

📋 copy color: '#ED6560'

red 237 ◦ green 101 ◦ blue 96

#ED6560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #ED6560

Tints of Bittersweet #ED6560

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 value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED6560 (or 0xED6560) is known color: 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

RGB 237 101 96 -
CMYK 0 0.57 0.59 0.07
HSL 2.13º 0.8% 0.65% -
HSV(B) 2.13º 0.59% 0.93% -
XYZ 41.69 28.16 14.3 -
YUV 141.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 237 101 96 0 0.57 0.59 0.07 2.13 0.8 0.65
Hex ED 65 60 0 39 3B 7 2 50 41
Octal 355 145 140 0 71 73 7 2 120 101
Binary 11101101 1100101 1100000 0 111001 111011 111 10 1010000 1000001

Color Harmonies of #ED6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6560

Black with #ED6560

Text Example


Text Example

White with #ED6560

Text Example


Text Example

HTML Codes & Css Web 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>