#E76D70

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

Shades of Froly #E76D70

Tints of Froly #E76D70

Color information

#E76D70 (or 0xE76D70) is unknown color: approx Froly. HEX triplet: E7, 6D and 70. RGB value is (231,109,112). Sum of RGB (Red+Green+Blue) = 231+109+112=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D70 is #18928F. Grayscale: #919191. Windows color (decimal): -1610384 or 7368167. OLE color: 7368167.

HSL color Cylindrical-coordinate representation of color #E76D70: hue angle of 358.52º 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 #E76D70 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231109112-
CMYK00.530.520.09
HSL358.52º71.76%66.67%-
HSV(B)358.52º52.81%90.59%-
XYZ41.3529.118.77-
YUV145.82108.92188.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.11%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=51.11%
G=24.12%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110911200.530.520.09358.5271.7666.67
HexE76D700353491674843
Octal3471551600656411547110103
Binary11100111110110111100000110101110100100110110011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76D70; }

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

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

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

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

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

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

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

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