Shades of Froly #E65C6B
Tints of Froly #E65C6B
RGB
CMYK
RGB Variations
Color information
#E65C6B (or 0xE65C6B) is known color: Froly. HEX triplet: E6, 5C and 6B. RGB value is (230,92,107). Sum of RGB (Red+Green+Blue) = 230+92+107=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C6B is #19A394. Grayscale: #878787. Windows color (decimal): -1680277 or 7036134. OLE color: 7036134.
HSL color Cylindrical-coordinate representation of color #E65C6B: hue angle of 353.48º 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 #E65C6B is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 107 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.10 |
| HSL | 353.48º | 0.73% | 0.63% | - |
| HSV(B) | 353.48º | 0.6% | 0.9% | - |
| XYZ | 39.11 | 25.54 | 16.78 | - |
| YUV | 134.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 107 | 0 | 0.60 | 0.53 | 0.10 | 353.48 | 0.73 | 0.63 |
| Hex | E6 | 5C | 6B | 0 | 3C | 35 | A | 161 | 49 | 3F |
| Octal | 346 | 134 | 153 | 0 | 74 | 65 | 12 | 541 | 111 | 77 |
| Binary | 11100110 | 1011100 | 1101011 | 0 | 111100 | 110101 | 1010 | 101100001 | 1001001 | 111111 |
Color Harmonies of #E65C6B
Complementary color
Monochromatic Colors of #E65C6B
Black with #E65C6B
Text Example
Text Example
White with #E65C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C6B; }
p { color: rgb(230,92,107); }
H1.HeaderClassName
{
color: #E65C6B;
}
.AnyTagClassName
{
color: #E65C6B;
}
</style>
background-color css
<style>
a { background-color: #E65C6B; }
a { background-color: rgb(230,92,107); }
div.DivClassName
{
background-color: #E65C6B;
}
.BgClassName
{
background-color: #E65C6B;
}
</style>
border-color css
<style>
span { border-color: #E65C6B; }
span { border-color: rgb(230,92,107); }
td.TdClassName
{
border-color: #E65C6B;
}
.TagClassName
{
border-color: #E65C6B;
}
</style>