Shades of Froly #E6777F
Tints of Froly #E6777F
RGB
CMYK
RGB Variations
Color information
#E6777F (or 0xE6777F) is known color: Froly. HEX triplet: E6, 77 and 7F. RGB value is (230,119,127). Sum of RGB (Red+Green+Blue) = 230+119+127=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6777F is #198880. Grayscale: #999999. Windows color (decimal): -1673345 or 8353766. OLE color: 8353766.
HSL color Cylindrical-coordinate representation of color #E6777F: hue angle of 355.68º 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 #E6777F is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 127 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.10 |
| HSL | 355.68º | 0.69% | 0.68% | - |
| HSV(B) | 355.68º | 0.48% | 0.9% | - |
| XYZ | 43.06 | 31.55 | 23.9 | - |
| YUV | 153.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 127 | 0 | 0.48 | 0.45 | 0.10 | 355.68 | 0.69 | 0.68 |
| Hex | E6 | 77 | 7F | 0 | 30 | 2D | A | 164 | 45 | 44 |
| Octal | 346 | 167 | 177 | 0 | 60 | 55 | 12 | 544 | 105 | 104 |
| Binary | 11100110 | 1110111 | 1111111 | 0 | 110000 | 101101 | 1010 | 101100100 | 1000101 | 1000100 |
Color Harmonies of #E6777F
Complementary color
Monochromatic Colors of #E6777F
Black with #E6777F
Text Example
Text Example
White with #E6777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6777F; }
p { color: rgb(230,119,127); }
H1.HeaderClassName
{
color: #E6777F;
}
.AnyTagClassName
{
color: #E6777F;
}
</style>
background-color css
<style>
a { background-color: #E6777F; }
a { background-color: rgb(230,119,127); }
div.DivClassName
{
background-color: #E6777F;
}
.BgClassName
{
background-color: #E6777F;
}
</style>
border-color css
<style>
span { border-color: #E6777F; }
span { border-color: rgb(230,119,127); }
td.TdClassName
{
border-color: #E6777F;
}
.TagClassName
{
border-color: #E6777F;
}
</style>