Shades of Froly #E66B7A
Tints of Froly #E66B7A
RGB
CMYK
RGB Variations
Color information
#E66B7A (or 0xE66B7A) is known color: Froly. HEX triplet: E6, 6B and 7A. RGB value is (230,107,122). Sum of RGB (Red+Green+Blue) = 230+107+122=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66B7A is #199485. Grayscale: #919191. Windows color (decimal): -1676422 or 8023014. OLE color: 8023014.
HSL color Cylindrical-coordinate representation of color #E66B7A: hue angle of 352.68º 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 #E66B7A is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 122 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.10 |
| HSL | 352.68º | 0.71% | 0.66% | - |
| HSV(B) | 352.68º | 0.53% | 0.9% | - |
| XYZ | 41.4 | 28.74 | 21.78 | - |
| YUV | 145.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 122 | 0 | 0.53 | 0.47 | 0.10 | 352.68 | 0.71 | 0.66 |
| Hex | E6 | 6B | 7A | 0 | 35 | 2F | A | 161 | 47 | 42 |
| Octal | 346 | 153 | 172 | 0 | 65 | 57 | 12 | 541 | 107 | 102 |
| Binary | 11100110 | 1101011 | 1111010 | 0 | 110101 | 101111 | 1010 | 101100001 | 1000111 | 1000010 |
Color Harmonies of #E66B7A
Complementary color
Monochromatic Colors of #E66B7A
Black with #E66B7A
Text Example
Text Example
White with #E66B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66B7A; }
p { color: rgb(230,107,122); }
H1.HeaderClassName
{
color: #E66B7A;
}
.AnyTagClassName
{
color: #E66B7A;
}
</style>
background-color css
<style>
a { background-color: #E66B7A; }
a { background-color: rgb(230,107,122); }
div.DivClassName
{
background-color: #E66B7A;
}
.BgClassName
{
background-color: #E66B7A;
}
</style>
border-color css
<style>
span { border-color: #E66B7A; }
span { border-color: rgb(230,107,122); }
td.TdClassName
{
border-color: #E66B7A;
}
.TagClassName
{
border-color: #E66B7A;
}
</style>