#E76271

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

Shades of Froly #E76271

Tints of Froly #E76271

Color information

#E76271 (or 0xE76271) is unknown color: approx Froly. HEX triplet: E7, 62 and 71. RGB value is (231,98,113). Sum of RGB (Red+Green+Blue) = 231+98+113=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E76271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76271 is #189D8E. Grayscale: #8B8B8B. Windows color (decimal): -1613199 or 7430887. OLE color: 7430887.

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

Color convert

RGB23198113-
CMYK00.580.510.09
HSL353.23º73.48%64.51%-
HSV(B)353.23º57.58%90.59%-
XYZ40.326.9218.69-
YUV139.48113.06193.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.26%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=52.26%
G=22.17%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319811300.580.510.09353.2373.4864.51
HexE7627103A3391614941
Octal3471421610726311541111101
Binary11100111110001011100010111010110011100110110000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76271; }

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

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

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

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

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

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

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

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