Shades of Froly #E66B7B
Tints of Froly #E66B7B
RGB
CMYK
RGB Variations
Color information
#E66B7B (or 0xE66B7B) is known color: Froly. HEX triplet: E6, 6B and 7B. RGB value is (230,107,123). Sum of RGB (Red+Green+Blue) = 230+107+123=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66B7B is #199484. Grayscale: #919191. Windows color (decimal): -1676421 or 8088550. OLE color: 8088550.
HSL color Cylindrical-coordinate representation of color #E66B7B: hue angle of 352.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66B7B is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 123 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.10 |
| HSL | 352.2º | 0.71% | 0.66% | - |
| HSV(B) | 352.2º | 0.53% | 0.9% | - |
| XYZ | 41.47 | 28.77 | 22.11 | - |
| YUV | 145.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 123 | 0 | 0.53 | 0.47 | 0.10 | 352.2 | 0.71 | 0.66 |
| Hex | E6 | 6B | 7B | 0 | 35 | 2F | A | 160 | 47 | 42 |
| Octal | 346 | 153 | 173 | 0 | 65 | 57 | 12 | 540 | 107 | 102 |
| Binary | 11100110 | 1101011 | 1111011 | 0 | 110101 | 101111 | 1010 | 101100000 | 1000111 | 1000010 |
Color Harmonies of #E66B7B
Complementary color
Monochromatic Colors of #E66B7B
Black with #E66B7B
Text Example
Text Example
White with #E66B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66B7B; }
p { color: rgb(230,107,123); }
H1.HeaderClassName
{
color: #E66B7B;
}
.AnyTagClassName
{
color: #E66B7B;
}
</style>
background-color css
<style>
a { background-color: #E66B7B; }
a { background-color: rgb(230,107,123); }
div.DivClassName
{
background-color: #E66B7B;
}
.BgClassName
{
background-color: #E66B7B;
}
</style>
border-color css
<style>
span { border-color: #E66B7B; }
span { border-color: rgb(230,107,123); }
td.TdClassName
{
border-color: #E66B7B;
}
.TagClassName
{
border-color: #E66B7B;
}
</style>