Shades of Froly #E66375
Tints of Froly #E66375
RGB
CMYK
RGB Variations
Color information
#E66375 (or 0xE66375) is known color: Froly. HEX triplet: E6, 63 and 75. RGB value is (230,99,117). Sum of RGB (Red+Green+Blue) = 230+99+117=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E66375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66375 is #199C8A. Grayscale: #8C8C8C. Windows color (decimal): -1678475 or 7693286. OLE color: 7693286.
HSL color Cylindrical-coordinate representation of color #E66375: hue angle of 351.76º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66375 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 117 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.10 |
| HSL | 351.76º | 0.72% | 0.65% | - |
| HSV(B) | 351.76º | 0.57% | 0.9% | - |
| XYZ | 40.31 | 27.03 | 19.92 | - |
| YUV | 140.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 117 | 0 | 0.57 | 0.49 | 0.10 | 351.76 | 0.72 | 0.65 |
| Hex | E6 | 63 | 75 | 0 | 39 | 31 | A | 160 | 48 | 41 |
| Octal | 346 | 143 | 165 | 0 | 71 | 61 | 12 | 540 | 110 | 101 |
| Binary | 11100110 | 1100011 | 1110101 | 0 | 111001 | 110001 | 1010 | 101100000 | 1001000 | 1000001 |
Color Harmonies of #E66375
Complementary color
Monochromatic Colors of #E66375
Black with #E66375
Text Example
Text Example
White with #E66375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66375; }
p { color: rgb(230,99,117); }
H1.HeaderClassName
{
color: #E66375;
}
.AnyTagClassName
{
color: #E66375;
}
</style>
background-color css
<style>
a { background-color: #E66375; }
a { background-color: rgb(230,99,117); }
div.DivClassName
{
background-color: #E66375;
}
.BgClassName
{
background-color: #E66375;
}
</style>
border-color css
<style>
span { border-color: #E66375; }
span { border-color: rgb(230,99,117); }
td.TdClassName
{
border-color: #E66375;
}
.TagClassName
{
border-color: #E66375;
}
</style>