#E97B7F

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

Shades of Froly #E97B7F

Tints of Froly #E97B7F

Color information

#E97B7F (or 0xE97B7F) is unknown color: approx Froly. HEX triplet: E9, 7B and 7F. RGB value is (233,123,127). Sum of RGB (Red+Green+Blue) = 233+123+127=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E97B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97B7F is #168480. Grayscale: #9C9C9C. Windows color (decimal): -1475713 or 8354793. OLE color: 8354793.

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

Color convert

RGB233123127-
CMYK00.470.450.09
HSL357.82º71.43%69.8%-
HSV(B)357.82º47.21%91.37%-
XYZ44.5233.0224.11-
YUV156.35111.44182.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.24%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 127 (50% from 255) = 26.29%
R=48.24%
G=25.47%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312312700.470.450.09357.8271.4369.8
HexE97B7F02F2D91664746
Octal3511731770575511546107106
Binary11101001111101111111110101111101101100110110011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97B7F; }

 p { color: rgb(233,123,127); }

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

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

 a { background-color: rgb(233,123,127); }

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

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

 span { border-color: rgb(233,123,127); }

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