#E76871

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

Shades of Froly #E76871

Tints of Froly #E76871

Color information

#E76871 (or 0xE76871) is unknown color: approx Froly. HEX triplet: E7, 68 and 71. RGB value is (231,104,113). Sum of RGB (Red+Green+Blue) = 231+104+113=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76871 is #18978E. Grayscale: #8F8F8F. Windows color (decimal): -1611663 or 7432423. OLE color: 7432423.

HSL color Cylindrical-coordinate representation of color #E76871: hue angle of 355.75º degrees, saturation: 0.73, 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 #E76871 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231104113-
CMYK00.550.510.09
HSL355.75º72.57%65.69%-
HSV(B)355.75º54.98%90.59%-
XYZ40.8928.0818.89-
YUV143111.08190.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.56%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=51.56%
G=23.21%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110411300.550.510.09355.7572.5765.69
HexE768710373391644942
Octal3471501610676311544111102
Binary11100111110100011100010110111110011100110110010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76871; }

 p { color: rgb(231,104,113); }

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

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

 a { background-color: rgb(231,104,113); }

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

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

 span { border-color: rgb(231,104,113); }

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