#E76377

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

Shades of Froly #E76377

Tints of Froly #E76377

Color information

#E76377 (or 0xE76377) is unknown color: approx Froly. HEX triplet: E7, 63 and 77. RGB value is (231,99,119). Sum of RGB (Red+Green+Blue) = 231+99+119=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E76377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76377 is #189C88. Grayscale: #8C8C8C. Windows color (decimal): -1612937 or 7824359. OLE color: 7824359.

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

Color convert

RGB23199119-
CMYK00.570.480.09
HSL350.91º73.33%64.71%-
HSV(B)350.91º57.14%90.59%-
XYZ40.7527.2420.56-
YUV140.75115.73192.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.45%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=51.45%
G=22.05%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319911900.570.480.09350.9173.3364.71
HexE7637703930915f4941
Octal3471431670716011537111101
Binary11100111110001111101110111001110000100110101111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76377; }

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

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

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

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

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

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

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

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