#EF697D

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

Shades of Froly #EF697D

Tints of Froly #EF697D

Color information

#EF697D (or 0xEF697D) is unknown color: approx Froly. HEX triplet: EF, 69 and 7D. RGB value is (239,105,125). Sum of RGB (Red+Green+Blue) = 239+105+125=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697D is #109682. Grayscale: #939393. Windows color (decimal): -1087107 or 8219119. OLE color: 8219119.

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

Color convert

RGB239105125-
CMYK00.560.480.06
HSL351.04º80.72%67.45%-
HSV(B)351.04º56.07%93.73%-
XYZ44.3529.9322.84-
YUV147.35115.39193.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=50.96%
G=22.39%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910512500.560.480.06351.0480.7267.45
HexEF697D03830615f5143
Octal357151175070606537121103
Binary1110111111010011111101011100011000011010101111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF697D; }

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

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

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

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

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

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

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

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