Html Css Color HEX #EF7068 Bittersweet

📋 copy color: '#EF7068'

red 239 ◦ green 112 ◦ blue 104

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

Shades of Bittersweet #EF7068

Tints of Bittersweet #EF7068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

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

R = 52.53%
G = 24.62%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7068 (or 0xEF7068) is known color: Bittersweet. HEX triplet: EF, 70 and 68. RGB value is (239,112,104). Sum of RGB (Red+Green+Blue) = 239+112+104=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7068 is #108F97. Grayscale: #959595. Windows color (decimal): -1085336 or 6844655. OLE color: 6844655.

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

Color convert

RGB 239 112 104 -
CMYK 0 0.53 0.56 0.06
HSL 3.56º 0.81% 0.67% -
HSV(B) 3.56º 0.56% 0.94% -
XYZ 43.89 30.94 16.76 -
YUV 149.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 239 112 104 0 0.53 0.56 0.06 3.56 0.81 0.67
Hex EF 70 68 0 35 38 6 4 51 43
Octal 357 160 150 0 65 70 6 4 121 103
Binary 11101111 1110000 1101000 0 110101 111000 110 100 1010001 1000011

Color Harmonies of #EF7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7068

Black with #EF7068

Text Example


Text Example

White with #EF7068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7068; }

 p { color: rgb(239,112,104); }

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

background-color css

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

 a { background-color: rgb(239,112,104); }

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

border-color css

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

 span { border-color: rgb(239,112,104); }

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