Html Css Color HEX #EF6964 Bittersweet

📋 copy color: '#EF6964'

red 239 ◦ green 105 ◦ blue 100

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

Shades of Bittersweet #EF6964

Tints of Bittersweet #EF6964

RGB

 RED value IS 239 (93.75% from 255) = 53.83%

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

 BLUE value IS 100 (39.45% from 255) = 22.52%

R = 53.83%
G = 23.65%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF6964 (or 0xEF6964) is known color: Bittersweet. HEX triplet: EF, 69 and 64. RGB value is (239,105,100). Sum of RGB (Red+Green+Blue) = 239+105+100=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6964 is #10969B. Grayscale: #909090. Windows color (decimal): -1087132 or 6580719. OLE color: 6580719.

HSL color Cylindrical-coordinate representation of color #EF6964: hue angle of 2.16º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6964 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 100 -
CMYK 0 0.56 0.58 0.06
HSL 2.16º 0.81% 0.66% -
HSV(B) 2.16º 0.58% 0.94% -
XYZ 42.95 29.37 15.46 -
YUV 144.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 239 105 100 0 0.56 0.58 0.06 2.16 0.81 0.66
Hex EF 69 64 0 38 3A 6 2 51 42
Octal 357 151 144 0 70 72 6 2 121 102
Binary 11101111 1101001 1100100 0 111000 111010 110 10 1010001 1000010

Color Harmonies of #EF6964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6964

Black with #EF6964

Text Example


Text Example

White with #EF6964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6964; }

 p { color: rgb(239,105,100); }

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

background-color css

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

 a { background-color: rgb(239,105,100); }

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

border-color css

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

 span { border-color: rgb(239,105,100); }

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