Shades of Froly #E65A6D
Tints of Froly #E65A6D
RGB
CMYK
RGB Variations
Color information
#E65A6D (or 0xE65A6D) is known color: Froly. HEX triplet: E6, 5A and 6D. RGB value is (230,90,109). Sum of RGB (Red+Green+Blue) = 230+90+109=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A6D is #19A592. Grayscale: #868686. Windows color (decimal): -1680787 or 7166694. OLE color: 7166694.
HSL color Cylindrical-coordinate representation of color #E65A6D: hue angle of 351.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A6D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 109 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.10 |
| HSL | 351.86º | 0.74% | 0.63% | - |
| HSV(B) | 351.86º | 0.61% | 0.9% | - |
| XYZ | 39.05 | 25.24 | 17.28 | - |
| YUV | 134.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 109 | 0 | 0.61 | 0.53 | 0.10 | 351.86 | 0.74 | 0.63 |
| Hex | E6 | 5A | 6D | 0 | 3D | 35 | A | 160 | 4A | 3F |
| Octal | 346 | 132 | 155 | 0 | 75 | 65 | 12 | 540 | 112 | 77 |
| Binary | 11100110 | 1011010 | 1101101 | 0 | 111101 | 110101 | 1010 | 101100000 | 1001010 | 111111 |
Color Harmonies of #E65A6D
Complementary color
Monochromatic Colors of #E65A6D
Black with #E65A6D
Text Example
Text Example
White with #E65A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A6D; }
p { color: rgb(230,90,109); }
H1.HeaderClassName
{
color: #E65A6D;
}
.AnyTagClassName
{
color: #E65A6D;
}
</style>
background-color css
<style>
a { background-color: #E65A6D; }
a { background-color: rgb(230,90,109); }
div.DivClassName
{
background-color: #E65A6D;
}
.BgClassName
{
background-color: #E65A6D;
}
</style>
border-color css
<style>
span { border-color: #E65A6D; }
span { border-color: rgb(230,90,109); }
td.TdClassName
{
border-color: #E65A6D;
}
.TagClassName
{
border-color: #E65A6D;
}
</style>