Shades of Froly #E6777A
Tints of Froly #E6777A
RGB
CMYK
RGB Variations
Color information
#E6777A (or 0xE6777A) is known color: Froly. HEX triplet: E6, 77 and 7A. RGB value is (230,119,122). Sum of RGB (Red+Green+Blue) = 230+119+122=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6777A is #198885. Grayscale: #989898. Windows color (decimal): -1673350 or 8026086. OLE color: 8026086.
HSL color Cylindrical-coordinate representation of color #E6777A: hue angle of 358.38º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6777A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 122 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.10 |
| HSL | 358.38º | 0.69% | 0.68% | - |
| HSV(B) | 358.38º | 0.48% | 0.9% | - |
| XYZ | 42.74 | 31.42 | 22.22 | - |
| YUV | 152.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 122 | 0 | 0.48 | 0.47 | 0.10 | 358.38 | 0.69 | 0.68 |
| Hex | E6 | 77 | 7A | 0 | 30 | 2F | A | 166 | 45 | 44 |
| Octal | 346 | 167 | 172 | 0 | 60 | 57 | 12 | 546 | 105 | 104 |
| Binary | 11100110 | 1110111 | 1111010 | 0 | 110000 | 101111 | 1010 | 101100110 | 1000101 | 1000100 |
Color Harmonies of #E6777A
Complementary color
Monochromatic Colors of #E6777A
Black with #E6777A
Text Example
Text Example
White with #E6777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6777A; }
p { color: rgb(230,119,122); }
H1.HeaderClassName
{
color: #E6777A;
}
.AnyTagClassName
{
color: #E6777A;
}
</style>
background-color css
<style>
a { background-color: #E6777A; }
a { background-color: rgb(230,119,122); }
div.DivClassName
{
background-color: #E6777A;
}
.BgClassName
{
background-color: #E6777A;
}
</style>
border-color css
<style>
span { border-color: #E6777A; }
span { border-color: rgb(230,119,122); }
td.TdClassName
{
border-color: #E6777A;
}
.TagClassName
{
border-color: #E6777A;
}
</style>