#EF6665

Color #EF6665 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #EF6665

Tints of Bittersweet #EF6665

Color information

#EF6665 (or 0xEF6665) is unknown color: approx Bittersweet. HEX triplet: EF, 66 and 65. RGB value is (239,102,101). Sum of RGB (Red+Green+Blue) = 239+102+101=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6665 is #10999A. Grayscale: #8E8E8E. Windows color (decimal): -1087899 or 6645487. OLE color: 6645487.

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

Color convert

RGB239102101-
CMYK00.570.580.06
HSL0.43º81.18%66.67%-
HSV(B)0.43º57.74%93.73%-
XYZ42.728.7915.62-
YUV142.85104.39196.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=54.07%
G=23.08%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910210100.570.580.060.4381.1866.67
HexEF66650393A605143
Octal3571461450717260121103
Binary11101111110011011001010111001111010110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6665; }

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

 H1.HeaderClassName
 {
   color: #EF6665;
 }
 .AnyTagClassName
 {
   color: #EF6665;
 }
</style>
background-color css

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

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

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

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

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

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