#E97475

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

Shades of Froly #E97475

Tints of Froly #E97475

Color information

#E97475 (or 0xE97475) is unknown color: approx Froly. HEX triplet: E9, 74 and 75. RGB value is (233,116,117). Sum of RGB (Red+Green+Blue) = 233+116+117=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E97475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97475 is #168B8A. Grayscale: #979797. Windows color (decimal): -1477515 or 7697641. OLE color: 7697641.

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

Color convert

RGB233116117-
CMYK00.500.500.09
HSL359.49º72.67%68.43%-
HSV(B)359.49º50.21%91.37%-
XYZ43.0631.120.56-
YUV151.1108.76186.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=50%
G=24.89%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311611700.500.500.09359.4972.6768.43
HexE974750323291674944
Octal3511641650626211547111104
Binary11101001111010011101010110010110010100110110011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97475; }

 p { color: rgb(233,116,117); }

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

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

 a { background-color: rgb(233,116,117); }

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

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

 span { border-color: rgb(233,116,117); }

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