Html Css Color HEX #ED6867 Bittersweet

📋 copy color: '#ED6867'

red 237 ◦ green 104 ◦ blue 103

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

Shades of Bittersweet #ED6867

Tints of Bittersweet #ED6867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.42%

 BLUE value IS 103 (40.63% from 255) = 23.2%

R = 53.38%
G = 23.42%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED6867 (or 0xED6867) is known color: Bittersweet. HEX triplet: ED, 68 and 67. RGB value is (237,104,103). Sum of RGB (Red+Green+Blue) = 237+104+103=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6867 is #129798. Grayscale: #8F8F8F. Windows color (decimal): -1218457 or 6777069. OLE color: 6777069.

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

Color convert

RGB 237 104 103 -
CMYK 0 0.56 0.57 0.07
HSL 0.45º 0.79% 0.67% -
HSV(B) 0.45º 0.57% 0.93% -
XYZ 42.32 28.88 16.18 -
YUV 143.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 237 104 103 0 0.56 0.57 0.07 0.45 0.79 0.67
Hex ED 68 67 0 38 39 7 0 4F 43
Octal 355 150 147 0 70 71 7 0 117 103
Binary 11101101 1101000 1100111 0 111000 111001 111 0 1001111 1000011

Color Harmonies of #ED6867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6867

Black with #ED6867

Text Example


Text Example

White with #ED6867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6867; }

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

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

background-color css

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

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

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

border-color css

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

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

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