Html Css Color HEX #ED6463 Bittersweet

📋 copy color: '#ED6463'

red 237 ◦ green 100 ◦ blue 99

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

Shades of Bittersweet #ED6463

Tints of Bittersweet #ED6463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 54.36%
G = 22.94%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED6463 (or 0xED6463) is known color: Bittersweet. HEX triplet: ED, 64 and 63. RGB value is (237,100,99). Sum of RGB (Red+Green+Blue) = 237+100+99=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6463 is #129B9C. Grayscale: #8C8C8C. Windows color (decimal): -1219485 or 6513901. OLE color: 6513901.

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

Color convert

RGB 237 100 99 -
CMYK 0 0.58 0.58 0.07
HSL 0.43º 0.79% 0.66% -
HSV(B) 0.43º 0.58% 0.93% -
XYZ 41.73 28.02 15.01 -
YUV 140.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 237 100 99 0 0.58 0.58 0.07 0.43 0.79 0.66
Hex ED 64 63 0 3A 3A 7 0 4F 42
Octal 355 144 143 0 72 72 7 0 117 102
Binary 11101101 1100100 1100011 0 111010 111010 111 0 1001111 1000010

Color Harmonies of #ED6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6463

Black with #ED6463

Text Example


Text Example

White with #ED6463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6463; }

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

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

background-color css

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

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

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

border-color css

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

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

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