Shades of Froly #E66F7B
Tints of Froly #E66F7B
RGB
CMYK
RGB Variations
Color information
#E66F7B (or 0xE66F7B) is known color: Froly. HEX triplet: E6, 6F and 7B. RGB value is (230,111,123). Sum of RGB (Red+Green+Blue) = 230+111+123=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66F7B is #199084. Grayscale: #949494. Windows color (decimal): -1675397 or 8089574. OLE color: 8089574.
HSL color Cylindrical-coordinate representation of color #E66F7B: hue angle of 353.95º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66F7B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 123 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.10 |
| HSL | 353.95º | 0.7% | 0.67% | - |
| HSV(B) | 353.95º | 0.52% | 0.9% | - |
| XYZ | 41.89 | 29.62 | 22.25 | - |
| YUV | 147.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 123 | 0 | 0.52 | 0.47 | 0.10 | 353.95 | 0.7 | 0.67 |
| Hex | E6 | 6F | 7B | 0 | 34 | 2F | A | 162 | 46 | 43 |
| Octal | 346 | 157 | 173 | 0 | 64 | 57 | 12 | 542 | 106 | 103 |
| Binary | 11100110 | 1101111 | 1111011 | 0 | 110100 | 101111 | 1010 | 101100010 | 1000110 | 1000011 |
Color Harmonies of #E66F7B
Complementary color
Monochromatic Colors of #E66F7B
Black with #E66F7B
Text Example
Text Example
White with #E66F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F7B; }
p { color: rgb(230,111,123); }
H1.HeaderClassName
{
color: #E66F7B;
}
.AnyTagClassName
{
color: #E66F7B;
}
</style>
background-color css
<style>
a { background-color: #E66F7B; }
a { background-color: rgb(230,111,123); }
div.DivClassName
{
background-color: #E66F7B;
}
.BgClassName
{
background-color: #E66F7B;
}
</style>
border-color css
<style>
span { border-color: #E66F7B; }
span { border-color: rgb(230,111,123); }
td.TdClassName
{
border-color: #E66F7B;
}
.TagClassName
{
border-color: #E66F7B;
}
</style>