Shades of Froly #E65B6E
Tints of Froly #E65B6E
RGB
CMYK
RGB Variations
Color information
#E65B6E (or 0xE65B6E) is known color: Froly. HEX triplet: E6, 5B and 6E. RGB value is (230,91,110). Sum of RGB (Red+Green+Blue) = 230+91+110=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B6E is #19A491. Grayscale: #868686. Windows color (decimal): -1680530 or 7232486. OLE color: 7232486.
HSL color Cylindrical-coordinate representation of color #E65B6E: hue angle of 351.8º degrees, saturation: 0.74, 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 #E65B6E is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 110 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.10 |
| HSL | 351.8º | 0.74% | 0.63% | - |
| HSV(B) | 351.8º | 0.6% | 0.9% | - |
| XYZ | 39.19 | 25.43 | 17.6 | - |
| YUV | 134.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 110 | 0 | 0.60 | 0.52 | 0.10 | 351.8 | 0.74 | 0.63 |
| Hex | E6 | 5B | 6E | 0 | 3C | 34 | A | 160 | 4A | 3F |
| Octal | 346 | 133 | 156 | 0 | 74 | 64 | 12 | 540 | 112 | 77 |
| Binary | 11100110 | 1011011 | 1101110 | 0 | 111100 | 110100 | 1010 | 101100000 | 1001010 | 111111 |
Color Harmonies of #E65B6E
Complementary color
Monochromatic Colors of #E65B6E
Black with #E65B6E
Text Example
Text Example
White with #E65B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B6E; }
p { color: rgb(230,91,110); }
H1.HeaderClassName
{
color: #E65B6E;
}
.AnyTagClassName
{
color: #E65B6E;
}
</style>
background-color css
<style>
a { background-color: #E65B6E; }
a { background-color: rgb(230,91,110); }
div.DivClassName
{
background-color: #E65B6E;
}
.BgClassName
{
background-color: #E65B6E;
}
</style>
border-color css
<style>
span { border-color: #E65B6E; }
span { border-color: rgb(230,91,110); }
td.TdClassName
{
border-color: #E65B6E;
}
.TagClassName
{
border-color: #E65B6E;
}
</style>