#E76D75

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

Shades of Froly #E76D75

Tints of Froly #E76D75

Color information

#E76D75 (or 0xE76D75) is unknown color: approx Froly. HEX triplet: E7, 6D and 75. RGB value is (231,109,117). Sum of RGB (Red+Green+Blue) = 231+109+117=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D75 is #18928A. Grayscale: #929292. Windows color (decimal): -1610379 or 7695847. OLE color: 7695847.

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

Color convert

RGB231109117-
CMYK00.530.490.09
HSL356.07º71.76%66.67%-
HSV(B)356.07º52.81%90.59%-
XYZ41.6329.2120.27-
YUV146.39111.42188.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=50.55%
G=23.85%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110911700.530.490.09356.0771.7666.67
HexE76D750353191644843
Octal3471551650656111544110103
Binary11100111110110111101010110101110001100110110010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76D75; }

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

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

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

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

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

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

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

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