Shades of Froly #E65D67
Tints of Froly #E65D67
RGB
CMYK
RGB Variations
Color information
#E65D67 (or 0xE65D67) is known color: Froly. HEX triplet: E6, 5D and 67. RGB value is (230,93,103). Sum of RGB (Red+Green+Blue) = 230+93+103=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D67 is #19A298. Grayscale: #878787. Windows color (decimal): -1680025 or 6774246. OLE color: 6774246.
HSL color Cylindrical-coordinate representation of color #E65D67: hue angle of 355.62º 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 #E65D67 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 103 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.10 |
| HSL | 355.62º | 0.73% | 0.63% | - |
| HSV(B) | 355.62º | 0.6% | 0.9% | - |
| XYZ | 39 | 25.63 | 15.72 | - |
| YUV | 135.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 103 | 0 | 0.60 | 0.55 | 0.10 | 355.62 | 0.73 | 0.63 |
| Hex | E6 | 5D | 67 | 0 | 3C | 37 | A | 164 | 49 | 3F |
| Octal | 346 | 135 | 147 | 0 | 74 | 67 | 12 | 544 | 111 | 77 |
| Binary | 11100110 | 1011101 | 1100111 | 0 | 111100 | 110111 | 1010 | 101100100 | 1001001 | 111111 |
Color Harmonies of #E65D67
Complementary color
Monochromatic Colors of #E65D67
Black with #E65D67
Text Example
Text Example
White with #E65D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D67; }
p { color: rgb(230,93,103); }
H1.HeaderClassName
{
color: #E65D67;
}
.AnyTagClassName
{
color: #E65D67;
}
</style>
background-color css
<style>
a { background-color: #E65D67; }
a { background-color: rgb(230,93,103); }
div.DivClassName
{
background-color: #E65D67;
}
.BgClassName
{
background-color: #E65D67;
}
</style>
border-color css
<style>
span { border-color: #E65D67; }
span { border-color: rgb(230,93,103); }
td.TdClassName
{
border-color: #E65D67;
}
.TagClassName
{
border-color: #E65D67;
}
</style>