Html Css Color HEX #EF6664 Bittersweet

📋 copy color: '#EF6664'

red 239 ◦ green 102 ◦ blue 100

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

Shades of Bittersweet #EF6664

Tints of Bittersweet #EF6664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.13%

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

R = 54.2%
G = 23.13%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF6664 (or 0xEF6664) is known color: Bittersweet. HEX triplet: EF, 66 and 64. RGB value is (239,102,100). Sum of RGB (Red+Green+Blue) = 239+102+100=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6664 is #10999B. Grayscale: #8E8E8E. Windows color (decimal): -1087900 or 6579951. OLE color: 6579951.

HSL color Cylindrical-coordinate representation of color #EF6664: hue angle of 0.86º 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 #EF6664 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 100 -
CMYK 0 0.57 0.58 0.06
HSL 0.86º 0.81% 0.66% -
HSV(B) 0.86º 0.58% 0.94% -
XYZ 42.65 28.77 15.36 -
YUV 142.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 239 102 100 0 0.57 0.58 0.06 0.86 0.81 0.66
Hex EF 66 64 0 39 3A 6 1 51 42
Octal 357 146 144 0 71 72 6 1 121 102
Binary 11101111 1100110 1100100 0 111001 111010 110 1 1010001 1000010

Color Harmonies of #EF6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6664

Black with #EF6664

Text Example


Text Example

White with #EF6664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6664; }

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

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

background-color css

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

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

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

border-color css

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

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

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