#EF696E

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

Shades of Froly #EF696E

Tints of Froly #EF696E

Color information

#EF696E (or 0xEF696E) is unknown color: approx Froly. HEX triplet: EF, 69 and 6E. RGB value is (239,105,110). Sum of RGB (Red+Green+Blue) = 239+105+110=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF696E is #109691. Grayscale: #919191. Windows color (decimal): -1087122 or 7236079. OLE color: 7236079.

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

Color convert

RGB239105110-
CMYK00.560.540.06
HSL357.76º80.72%67.45%-
HSV(B)357.76º56.07%93.73%-
XYZ43.4629.5818.17-
YUV145.64107.89194.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.64%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=52.64%
G=23.13%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910511000.560.540.06357.7680.7267.45
HexEF696E0383661665143
Octal357151156070666546121103
Binary1110111111010011101110011100011011011010110011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF696E; }

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

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

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

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

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

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

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

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