Html Css Color HEX #ED6B68 Bittersweet

📋 copy color: '#ED6B68'

red 237 ◦ green 107 ◦ blue 104

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

Shades of Bittersweet #ED6B68

Tints of Bittersweet #ED6B68

RGB

 RED value IS 237 (92.97% from 255) = 52.9%

 GREEN value IS 107 (42.19% from 255) = 23.88%

 BLUE value IS 104 (41.02% from 255) = 23.21%

R = 52.9%
G = 23.88%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED6B68 (or 0xED6B68) is known color: Bittersweet. HEX triplet: ED, 6B and 68. RGB value is (237,107,104). Sum of RGB (Red+Green+Blue) = 237+107+104=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6B68 is #129497. Grayscale: #919191. Windows color (decimal): -1217688 or 6843373. OLE color: 6843373.

HSL color Cylindrical-coordinate representation of color #ED6B68: hue angle of 1.35º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6B68 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 107 104 -
CMYK 0 0.55 0.56 0.07
HSL 1.35º 0.79% 0.67% -
HSV(B) 1.35º 0.56% 0.93% -
XYZ 42.68 29.52 16.54 -
YUV 145.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 237 107 104 0 0.55 0.56 0.07 1.35 0.79 0.67
Hex ED 6B 68 0 37 38 7 1 4F 43
Octal 355 153 150 0 67 70 7 1 117 103
Binary 11101101 1101011 1101000 0 110111 111000 111 1 1001111 1000011

Color Harmonies of #ED6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6B68

Black with #ED6B68

Text Example


Text Example

White with #ED6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6B68; }

 p { color: rgb(237,107,104); }

 H1.HeaderClassName
 {
   color: #ED6B68;
 }
 .AnyTagClassName
 {
   color: #ED6B68;
 }
</style>

background-color css

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

 a { background-color: rgb(237,107,104); }

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

border-color css

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

 span { border-color: rgb(237,107,104); }

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