#E76372

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

Shades of Froly #E76372

Tints of Froly #E76372

Color information

#E76372 (or 0xE76372) is unknown color: approx Froly. HEX triplet: E7, 63 and 72. RGB value is (231,99,114). Sum of RGB (Red+Green+Blue) = 231+99+114=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E76372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76372 is #189C8D. Grayscale: #8C8C8C. Windows color (decimal): -1612942 or 7496679. OLE color: 7496679.

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

Color convert

RGB23199114-
CMYK00.570.510.09
HSL353.18º73.33%64.71%-
HSV(B)353.18º57.14%90.59%-
XYZ40.4527.1319.02-
YUV140.18113.23192.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.03%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=52.03%
G=22.30%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319911400.570.510.09353.1873.3364.71
HexE763720393391614941
Octal3471431620716311541111101
Binary11100111110001111100100111001110011100110110000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76372; }

 p { color: rgb(231,99,114); }

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

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

 a { background-color: rgb(231,99,114); }

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

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

 span { border-color: rgb(231,99,114); }

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