#E97279

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

Shades of Froly #E97279

Tints of Froly #E97279

Color information

#E97279 (or 0xE97279) is unknown color: approx Froly. HEX triplet: E9, 72 and 79. RGB value is (233,114,121). Sum of RGB (Red+Green+Blue) = 233+114+121=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E97279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97279 is #168D86. Grayscale: #969696. Windows color (decimal): -1478023 or 7959273. OLE color: 7959273.

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

Color convert

RGB233114121-
CMYK00.510.480.09
HSL356.47º73.01%68.04%-
HSV(B)356.47º51.07%91.37%-
XYZ43.0730.7421.75-
YUV150.38111.42186.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=49.79%
G=24.36%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311412100.510.480.09356.4773.0168.04
HexE972790333091644944
Octal3511621710636011544111104
Binary11101001111001011110010110011110000100110110010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97279; }

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

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

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

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

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

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

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

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