#E67879

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

Shades of Froly #E67879

Tints of Froly #E67879

Color information

#E67879 (or 0xE67879) is unknown color: approx Froly. HEX triplet: E6, 78 and 79. RGB value is (230,120,121). Sum of RGB (Red+Green+Blue) = 230+120+121=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E67879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67879 is #198786. Grayscale: #999999. Windows color (decimal): -1673095 or 7960806. OLE color: 7960806.

HSL color Cylindrical-coordinate representation of color #E67879: hue angle of 359.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E67879 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB230120121-
CMYK00.480.470.10
HSL359.45º68.75%68.63%-
HSV(B)359.45º47.83%90.2%-
XYZ42.831.6421.94-
YUV153109.94182.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.83%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=48.83%
G=25.48%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012012100.480.470.10359.4568.7568.63
HexE678790302FA1674545
Octal3461701710605712547105105
Binary11100110111100011110010110000101111101010110011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67879; }

 p { color: rgb(230,120,121); }

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

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

 a { background-color: rgb(230,120,121); }

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

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

 span { border-color: rgb(230,120,121); }

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