Html Css Color HEX #ED645F Bittersweet

📋 copy color: '#ED645F'

red 237 ◦ green 100 ◦ blue 95

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

Shades of Bittersweet #ED645F

Tints of Bittersweet #ED645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 54.86%
G = 23.15%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED645F (or 0xED645F) is known color: Bittersweet. HEX triplet: ED, 64 and 5F. RGB value is (237,100,95). Sum of RGB (Red+Green+Blue) = 237+100+95=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED645F is #129BA0. Grayscale: #8C8C8C. Windows color (decimal): -1219489 or 6251757. OLE color: 6251757.

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

Color convert

RGB 237 100 95 -
CMYK 0 0.58 0.60 0.07
HSL 2.11º 0.8% 0.65% -
HSV(B) 2.11º 0.6% 0.93% -
XYZ 41.55 27.95 14.03 -
YUV 140.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 237 100 95 0 0.58 0.60 0.07 2.11 0.8 0.65
Hex ED 64 5F 0 3A 3C 7 2 50 41
Octal 355 144 137 0 72 74 7 2 120 101
Binary 11101101 1100100 1011111 0 111010 111100 111 10 1010000 1000001

Color Harmonies of #ED645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED645F

Black with #ED645F

Text Example


Text Example

White with #ED645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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