#E6797C

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

Shades of Froly #E6797C

Tints of Froly #E6797C

Color information

#E6797C (or 0xE6797C) is unknown color: approx Froly. HEX triplet: E6, 79 and 7C. RGB value is (230,121,124). Sum of RGB (Red+Green+Blue) = 230+121+124=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6797C is #198683. Grayscale: #9A9A9A. Windows color (decimal): -1672836 or 8157670. OLE color: 8157670.

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

Color convert

RGB230121124-
CMYK00.470.460.10
HSL358.35º68.55%68.82%-
HSV(B)358.35º47.39%90.2%-
XYZ43.1131.9522.96-
YUV153.93111.11182.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.42%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=48.42%
G=25.47%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012112400.470.460.10358.3568.5568.82
HexE6797C02F2EA1664545
Octal3461711740575612546105105
Binary11100110111100111111000101111101110101010110011010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6797C; }

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

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

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

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

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

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

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

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