Html Css Color HEX #ED6661 Bittersweet

📋 copy color: '#ED6661'

red 237 ◦ green 102 ◦ blue 97

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

Shades of Bittersweet #ED6661

Tints of Bittersweet #ED6661

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 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

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

RGB 237 102 97 -
CMYK 0 0.57 0.59 0.07
HSL 2.14º 0.8% 0.65% -
HSV(B) 2.14º 0.59% 0.93% -
XYZ 41.83 28.37 14.58 -
YUV 141.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 237 102 97 0 0.57 0.59 0.07 2.14 0.8 0.65
Hex ED 66 61 0 39 3B 7 2 50 41
Octal 355 146 141 0 71 73 7 2 120 101
Binary 11101101 1100110 1100001 0 111001 111011 111 10 1010000 1000001

Color Harmonies of #ED6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6661

Black with #ED6661

Text Example


Text Example

White with #ED6661

Text Example


Text Example

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