#E76373

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

Shades of Froly #E76373

Tints of Froly #E76373

Color information

#E76373 (or 0xE76373) is unknown color: approx Froly. HEX triplet: E7, 63 and 73. RGB value is (231,99,115). Sum of RGB (Red+Green+Blue) = 231+99+115=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E76373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76373 is #189C8C. Grayscale: #8C8C8C. Windows color (decimal): -1612941 or 7562215. OLE color: 7562215.

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

Color convert

RGB23199115-
CMYK00.570.500.09
HSL352.73º73.33%64.71%-
HSV(B)352.73º57.14%90.59%-
XYZ40.5127.1519.33-
YUV140.29113.73192.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=51.91%
G=22.25%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319911500.570.500.09352.7373.3364.71
HexE763730393291614941
Octal3471431630716211541111101
Binary11100111110001111100110111001110010100110110000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76373; }

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

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

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

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

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

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

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

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