#E76973

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

Shades of Froly #E76973

Tints of Froly #E76973

Color information

#E76973 (or 0xE76973) is unknown color: approx Froly. HEX triplet: E7, 69 and 73. RGB value is (231,105,115). Sum of RGB (Red+Green+Blue) = 231+105+115=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E76973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76973 is #18968C. Grayscale: #8F8F8F. Windows color (decimal): -1611405 or 7563751. OLE color: 7563751.

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

Color convert

RGB231105115-
CMYK00.550.500.09
HSL355.24º72.41%65.88%-
HSV(B)355.24º54.55%90.59%-
XYZ41.128.3319.52-
YUV143.81111.74190.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.22%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=51.22%
G=23.28%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110511500.550.500.09355.2472.4165.88
HexE769730373291634842
Octal3471511630676211543110102
Binary11100111110100111100110110111110010100110110001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76973; }

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

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

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

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

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

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

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

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