#E97172

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

Shades of Froly #E97172

Tints of Froly #E97172

Color information

#E97172 (or 0xE97172) is unknown color: approx Froly. HEX triplet: E9, 71 and 72. RGB value is (233,113,114). Sum of RGB (Red+Green+Blue) = 233+113+114=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E97172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97172 is #168E8D. Grayscale: #959595. Windows color (decimal): -1478286 or 7500265. OLE color: 7500265.

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

Color convert

RGB233113114-
CMYK00.520.510.09
HSL359.5º73.17%67.84%-
HSV(B)359.5º51.5%91.37%-
XYZ42.5530.3519.54-
YUV148.99108.26187.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.65%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=50.65%
G=24.57%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311311400.520.510.09359.573.1767.84
HexE971720343391684944
Octal3511611620646311550111104
Binary11101001111000111100100110100110011100110110100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97172; }

 p { color: rgb(233,113,114); }

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

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

 a { background-color: rgb(233,113,114); }

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

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

 span { border-color: rgb(233,113,114); }

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