#EF697B

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

Shades of Froly #EF697B

Tints of Froly #EF697B

Color information

#EF697B (or 0xEF697B) is unknown color: approx Froly. HEX triplet: EF, 69 and 7B. RGB value is (239,105,123). Sum of RGB (Red+Green+Blue) = 239+105+123=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697B is #109684. Grayscale: #939393. Windows color (decimal): -1087109 or 8088047. OLE color: 8088047.

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

Color convert

RGB239105123-
CMYK00.560.490.06
HSL351.94º80.72%67.45%-
HSV(B)351.94º56.07%93.73%-
XYZ44.2229.8822.18-
YUV147.12114.39193.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=51.18%
G=22.48%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910512300.560.490.06351.9480.7267.45
HexEF697B0383161605143
Octal357151173070616540121103
Binary1110111111010011111011011100011000111010110000010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF697B; }

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

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

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

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

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

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

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

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