Shades of Froly #E6767D
Tints of Froly #E6767D
RGB
CMYK
RGB Variations
Color information
#E6767D (or 0xE6767D) is known color: Froly. HEX triplet: E6, 76 and 7D. RGB value is (230,118,125). Sum of RGB (Red+Green+Blue) = 230+118+125=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6767D is #198982. Grayscale: #989898. Windows color (decimal): -1673603 or 8222438. OLE color: 8222438.
HSL color Cylindrical-coordinate representation of color #E6767D: hue angle of 356.25º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6767D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 125 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.10 |
| HSL | 356.25º | 0.69% | 0.68% | - |
| HSV(B) | 356.25º | 0.49% | 0.9% | - |
| XYZ | 42.81 | 31.26 | 23.18 | - |
| YUV | 152.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 125 | 0 | 0.49 | 0.46 | 0.10 | 356.25 | 0.69 | 0.68 |
| Hex | E6 | 76 | 7D | 0 | 31 | 2E | A | 164 | 45 | 44 |
| Octal | 346 | 166 | 175 | 0 | 61 | 56 | 12 | 544 | 105 | 104 |
| Binary | 11100110 | 1110110 | 1111101 | 0 | 110001 | 101110 | 1010 | 101100100 | 1000101 | 1000100 |
Color Harmonies of #E6767D
Complementary color
Monochromatic Colors of #E6767D
Black with #E6767D
Text Example
Text Example
White with #E6767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6767D; }
p { color: rgb(230,118,125); }
H1.HeaderClassName
{
color: #E6767D;
}
.AnyTagClassName
{
color: #E6767D;
}
</style>
background-color css
<style>
a { background-color: #E6767D; }
a { background-color: rgb(230,118,125); }
div.DivClassName
{
background-color: #E6767D;
}
.BgClassName
{
background-color: #E6767D;
}
</style>
border-color css
<style>
span { border-color: #E6767D; }
span { border-color: rgb(230,118,125); }
td.TdClassName
{
border-color: #E6767D;
}
.TagClassName
{
border-color: #E6767D;
}
</style>