Shades of Froly #E6667D
Tints of Froly #E6667D
RGB
CMYK
RGB Variations
Color information
#E6667D (or 0xE6667D) is known color: Froly. HEX triplet: E6, 66 and 7D. RGB value is (230,102,125). Sum of RGB (Red+Green+Blue) = 230+102+125=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6667D is #199982. Grayscale: #8E8E8E. Windows color (decimal): -1677699 or 8218342. OLE color: 8218342.
HSL color Cylindrical-coordinate representation of color #E6667D: hue angle of 349.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6667D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 125 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.10 |
| HSL | 349.22º | 0.72% | 0.65% | - |
| HSV(B) | 349.22º | 0.56% | 0.9% | - |
| XYZ | 41.09 | 27.81 | 22.6 | - |
| YUV | 142.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 125 | 0 | 0.56 | 0.46 | 0.10 | 349.22 | 0.72 | 0.65 |
| Hex | E6 | 66 | 7D | 0 | 38 | 2E | A | 15D | 48 | 41 |
| Octal | 346 | 146 | 175 | 0 | 70 | 56 | 12 | 535 | 110 | 101 |
| Binary | 11100110 | 1100110 | 1111101 | 0 | 111000 | 101110 | 1010 | 101011101 | 1001000 | 1000001 |
Color Harmonies of #E6667D
Complementary color
Monochromatic Colors of #E6667D
Black with #E6667D
Text Example
Text Example
White with #E6667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6667D; }
p { color: rgb(230,102,125); }
H1.HeaderClassName
{
color: #E6667D;
}
.AnyTagClassName
{
color: #E6667D;
}
</style>
background-color css
<style>
a { background-color: #E6667D; }
a { background-color: rgb(230,102,125); }
div.DivClassName
{
background-color: #E6667D;
}
.BgClassName
{
background-color: #E6667D;
}
</style>
border-color css
<style>
span { border-color: #E6667D; }
span { border-color: rgb(230,102,125); }
td.TdClassName
{
border-color: #E6667D;
}
.TagClassName
{
border-color: #E6667D;
}
</style>