Shades of Froly #E6707B
Tints of Froly #E6707B
RGB
CMYK
RGB Variations
Color information
#E6707B (or 0xE6707B) is known color: Froly. HEX triplet: E6, 70 and 7B. RGB value is (230,112,123). Sum of RGB (Red+Green+Blue) = 230+112+123=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6707B is #198F84. Grayscale: #949494. Windows color (decimal): -1675141 or 8089830. OLE color: 8089830.
HSL color Cylindrical-coordinate representation of color #E6707B: hue angle of 354.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6707B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 123 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.10 |
| HSL | 354.41º | 0.7% | 0.67% | - |
| HSV(B) | 354.41º | 0.51% | 0.9% | - |
| XYZ | 42 | 29.84 | 22.29 | - |
| YUV | 148.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 123 | 0 | 0.51 | 0.47 | 0.10 | 354.41 | 0.7 | 0.67 |
| Hex | E6 | 70 | 7B | 0 | 33 | 2F | A | 162 | 46 | 43 |
| Octal | 346 | 160 | 173 | 0 | 63 | 57 | 12 | 542 | 106 | 103 |
| Binary | 11100110 | 1110000 | 1111011 | 0 | 110011 | 101111 | 1010 | 101100010 | 1000110 | 1000011 |
Color Harmonies of #E6707B
Complementary color
Monochromatic Colors of #E6707B
Black with #E6707B
Text Example
Text Example
White with #E6707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6707B; }
p { color: rgb(230,112,123); }
H1.HeaderClassName
{
color: #E6707B;
}
.AnyTagClassName
{
color: #E6707B;
}
</style>
background-color css
<style>
a { background-color: #E6707B; }
a { background-color: rgb(230,112,123); }
div.DivClassName
{
background-color: #E6707B;
}
.BgClassName
{
background-color: #E6707B;
}
</style>
border-color css
<style>
span { border-color: #E6707B; }
span { border-color: rgb(230,112,123); }
td.TdClassName
{
border-color: #E6707B;
}
.TagClassName
{
border-color: #E6707B;
}
</style>