Shades of Froly #E9667D
Tints of Froly #E9667D
RGB
CMYK
RGB Variations
Color information
#E9667D (or 0xE9667D) is known color: Froly. HEX triplet: E9, 66 and 7D. RGB value is (233,102,125). Sum of RGB (Red+Green+Blue) = 233+102+125=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E9667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9667D is #169982. Grayscale: #8F8F8F. Windows color (decimal): -1481091 or 8218345. OLE color: 8218345.
HSL color Cylindrical-coordinate representation of color #E9667D: hue angle of 349.47º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9667D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 125 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.09 |
| HSL | 349.47º | 0.75% | 0.66% | - |
| HSV(B) | 349.47º | 0.56% | 0.91% | - |
| XYZ | 42.06 | 28.31 | 22.65 | - |
| YUV | 143.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 125 | 0 | 0.56 | 0.46 | 0.09 | 349.47 | 0.75 | 0.66 |
| Hex | E9 | 66 | 7D | 0 | 38 | 2E | 9 | 15D | 4B | 42 |
| Octal | 351 | 146 | 175 | 0 | 70 | 56 | 11 | 535 | 113 | 102 |
| Binary | 11101001 | 1100110 | 1111101 | 0 | 111000 | 101110 | 1001 | 101011101 | 1001011 | 1000010 |
Color Harmonies of #E9667D
Complementary color
Monochromatic Colors of #E9667D
Black with #E9667D
Text Example
Text Example
White with #E9667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9667D; }
p { color: rgb(233,102,125); }
H1.HeaderClassName
{
color: #E9667D;
}
.AnyTagClassName
{
color: #E9667D;
}
</style>
background-color css
<style>
a { background-color: #E9667D; }
a { background-color: rgb(233,102,125); }
div.DivClassName
{
background-color: #E9667D;
}
.BgClassName
{
background-color: #E9667D;
}
</style>
border-color css
<style>
span { border-color: #E9667D; }
span { border-color: rgb(233,102,125); }
td.TdClassName
{
border-color: #E9667D;
}
.TagClassName
{
border-color: #E9667D;
}
</style>