#E7696B

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

Shades of Froly #E7696B

Tints of Froly #E7696B

Color information

#E7696B (or 0xE7696B) is unknown color: approx Froly. HEX triplet: E7, 69 and 6B. RGB value is (231,105,107). Sum of RGB (Red+Green+Blue) = 231+105+107=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7696B is #189694. Grayscale: #8F8F8F. Windows color (decimal): -1611413 or 7039463. OLE color: 7039463.

HSL color Cylindrical-coordinate representation of color #E7696B: hue angle of 359.05º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7696B is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231105107-
CMYK00.550.540.09
HSL359.05º72.41%65.88%-
HSV(B)359.05º54.55%90.59%-
XYZ40.6628.1517.2-
YUV142.9107.74190.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=52.14%
G=23.70%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110510700.550.540.09359.0572.4165.88
HexE7696B0373691674842
Octal3471511530676611547110102
Binary11100111110100111010110110111110110100110110011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7696B; }

 p { color: rgb(231,105,107); }

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

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

 a { background-color: rgb(231,105,107); }

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

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

 span { border-color: rgb(231,105,107); }

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