Html Css Color HEX #ED6461 Bittersweet

📋 copy color: '#ED6461'

red 237 ◦ green 100 ◦ blue 97

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

Shades of Bittersweet #ED6461

Tints of Bittersweet #ED6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 54.61%
G = 23.04%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED6461 (or 0xED6461) is known color: Bittersweet. HEX triplet: ED, 64 and 61. RGB value is (237,100,97). Sum of RGB (Red+Green+Blue) = 237+100+97=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6461 is #129B9E. Grayscale: #8C8C8C. Windows color (decimal): -1219487 or 6382829. OLE color: 6382829.

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

Color convert

RGB 237 100 97 -
CMYK 0 0.58 0.59 0.07
HSL 1.29º 0.8% 0.65% -
HSV(B) 1.29º 0.59% 0.93% -
XYZ 41.64 27.98 14.52 -
YUV 140.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 237 100 97 0 0.58 0.59 0.07 1.29 0.8 0.65
Hex ED 64 61 0 3A 3B 7 1 50 41
Octal 355 144 141 0 72 73 7 1 120 101
Binary 11101101 1100100 1100001 0 111010 111011 111 1 1010000 1000001

Color Harmonies of #ED6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6461

Black with #ED6461

Text Example


Text Example

White with #ED6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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