#E77073

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

Shades of Froly #E77073

Tints of Froly #E77073

Color information

#E77073 (or 0xE77073) is unknown color: approx Froly. HEX triplet: E7, 70 and 73. RGB value is (231,112,115). Sum of RGB (Red+Green+Blue) = 231+112+115=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E77073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77073 is #188F8C. Grayscale: #949494. Windows color (decimal): -1609613 or 7565543. OLE color: 7565543.

HSL color Cylindrical-coordinate representation of color #E77073: hue angle of 358.49º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77073 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB231112115-
CMYK00.520.500.09
HSL358.49º71.26%67.25%-
HSV(B)358.49º51.52%90.59%-
XYZ41.8429.8219.77-
YUV147.92109.42187.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.44%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=50.44%
G=24.45%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111211500.520.500.09358.4971.2667.25
HexE770730343291664743
Octal3471601630646211546107103
Binary11100111111000011100110110100110010100110110011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77073; }

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

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

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

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

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

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

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

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