Shades of Froly #E65C72
Tints of Froly #E65C72
RGB
CMYK
RGB Variations
Color information
#E65C72 (or 0xE65C72) is known color: Froly. HEX triplet: E6, 5C and 72. RGB value is (230,92,114). Sum of RGB (Red+Green+Blue) = 230+92+114=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C72 is #19A38D. Grayscale: #878787. Windows color (decimal): -1680270 or 7494886. OLE color: 7494886.
HSL color Cylindrical-coordinate representation of color #E65C72: hue angle of 350.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65C72 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 114 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.10 |
| HSL | 350.43º | 0.73% | 0.63% | - |
| HSV(B) | 350.43º | 0.6% | 0.9% | - |
| XYZ | 39.5 | 25.69 | 18.8 | - |
| YUV | 135.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 114 | 0 | 0.60 | 0.50 | 0.10 | 350.43 | 0.73 | 0.63 |
| Hex | E6 | 5C | 72 | 0 | 3C | 32 | A | 15E | 49 | 3F |
| Octal | 346 | 134 | 162 | 0 | 74 | 62 | 12 | 536 | 111 | 77 |
| Binary | 11100110 | 1011100 | 1110010 | 0 | 111100 | 110010 | 1010 | 101011110 | 1001001 | 111111 |
Color Harmonies of #E65C72
Complementary color
Monochromatic Colors of #E65C72
Black with #E65C72
Text Example
Text Example
White with #E65C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C72; }
p { color: rgb(230,92,114); }
H1.HeaderClassName
{
color: #E65C72;
}
.AnyTagClassName
{
color: #E65C72;
}
</style>
background-color css
<style>
a { background-color: #E65C72; }
a { background-color: rgb(230,92,114); }
div.DivClassName
{
background-color: #E65C72;
}
.BgClassName
{
background-color: #E65C72;
}
</style>
border-color css
<style>
span { border-color: #E65C72; }
span { border-color: rgb(230,92,114); }
td.TdClassName
{
border-color: #E65C72;
}
.TagClassName
{
border-color: #E65C72;
}
</style>