Shades of Froly #E65B67
Tints of Froly #E65B67
RGB
CMYK
RGB Variations
Color information
#E65B67 (or 0xE65B67) is known color: Froly. HEX triplet: E6, 5B and 67. RGB value is (230,91,103). Sum of RGB (Red+Green+Blue) = 230+91+103=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B67 is #19A498. Grayscale: #868686. Windows color (decimal): -1680537 or 6773734. OLE color: 6773734.
HSL color Cylindrical-coordinate representation of color #E65B67: hue angle of 354.82º 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 #E65B67 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 103 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.10 |
| HSL | 354.82º | 0.74% | 0.63% | - |
| HSV(B) | 354.82º | 0.6% | 0.9% | - |
| XYZ | 38.82 | 25.28 | 15.67 | - |
| YUV | 133.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 103 | 0 | 0.60 | 0.55 | 0.10 | 354.82 | 0.74 | 0.63 |
| Hex | E6 | 5B | 67 | 0 | 3C | 37 | A | 163 | 4A | 3F |
| Octal | 346 | 133 | 147 | 0 | 74 | 67 | 12 | 543 | 112 | 77 |
| Binary | 11100110 | 1011011 | 1100111 | 0 | 111100 | 110111 | 1010 | 101100011 | 1001010 | 111111 |
Color Harmonies of #E65B67
Complementary color
Monochromatic Colors of #E65B67
Black with #E65B67
Text Example
Text Example
White with #E65B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B67; }
p { color: rgb(230,91,103); }
H1.HeaderClassName
{
color: #E65B67;
}
.AnyTagClassName
{
color: #E65B67;
}
</style>
background-color css
<style>
a { background-color: #E65B67; }
a { background-color: rgb(230,91,103); }
div.DivClassName
{
background-color: #E65B67;
}
.BgClassName
{
background-color: #E65B67;
}
</style>
border-color css
<style>
span { border-color: #E65B67; }
span { border-color: rgb(230,91,103); }
td.TdClassName
{
border-color: #E65B67;
}
.TagClassName
{
border-color: #E65B67;
}
</style>