Html Css Color HEX #EC6968 Bittersweet

📋 copy color: '#EC6968'

red 236 ◦ green 105 ◦ blue 104

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

Shades of Bittersweet #EC6968

Tints of Bittersweet #EC6968

RGB

 RED value IS 236 (92.58% from 255) = 53.03%

 GREEN value IS 105 (41.41% from 255) = 23.6%

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 53.03%
G = 23.6%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC6968 (or 0xEC6968) is known color: Bittersweet. HEX triplet: EC, 69 and 68. RGB value is (236,105,104). Sum of RGB (Red+Green+Blue) = 236+105+104=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6968 is #139697. Grayscale: #909090. Windows color (decimal): -1283736 or 6842860. OLE color: 6842860.

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

Color convert

RGB 236 105 104 -
CMYK 0 0.56 0.56 0.07
HSL 0.45º 0.78% 0.67% -
HSV(B) 0.45º 0.56% 0.93% -
XYZ 42.14 28.94 16.46 -
YUV 144.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 236 105 104 0 0.56 0.56 0.07 0.45 0.78 0.67
Hex EC 69 68 0 38 38 7 0 4E 43
Octal 354 151 150 0 70 70 7 0 116 103
Binary 11101100 1101001 1101000 0 111000 111000 111 0 1001110 1000011

Color Harmonies of #EC6968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6968

Black with #EC6968

Text Example


Text Example

White with #EC6968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6968; }

 p { color: rgb(236,105,104); }

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

background-color css

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

 a { background-color: rgb(236,105,104); }

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

border-color css

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

 span { border-color: rgb(236,105,104); }

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