#E7676D

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

Shades of Froly #E7676D

Tints of Froly #E7676D

Color information

#E7676D (or 0xE7676D) is unknown color: approx Froly. HEX triplet: E7, 67 and 6D. RGB value is (231,103,109). Sum of RGB (Red+Green+Blue) = 231+103+109=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7676D is #189892. Grayscale: #8E8E8E. Windows color (decimal): -1611923 or 7170023. OLE color: 7170023.

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

Color convert

RGB231103109-
CMYK00.550.530.09
HSL357.19º72.73%65.49%-
HSV(B)357.19º55.41%90.59%-
XYZ40.5727.7917.69-
YUV141.96109.41191.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=52.14%
G=23.25%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110310900.550.530.09357.1972.7365.49
HexE7676D0373591654941
Octal3471471550676511545111101
Binary11100111110011111011010110111110101100110110010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7676D; }

 p { color: rgb(231,103,109); }

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

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

 a { background-color: rgb(231,103,109); }

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

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

 span { border-color: rgb(231,103,109); }

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