Shades of Froly #E65D6B
Tints of Froly #E65D6B
RGB
CMYK
RGB Variations
Color information
#E65D6B (or 0xE65D6B) is known color: Froly. HEX triplet: E6, 5D and 6B. RGB value is (230,93,107). Sum of RGB (Red+Green+Blue) = 230+93+107=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D6B is #19A294. Grayscale: #878787. Windows color (decimal): -1680021 or 7036390. OLE color: 7036390.
HSL color Cylindrical-coordinate representation of color #E65D6B: hue angle of 353.87º 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 #E65D6B is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 107 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.10 |
| HSL | 353.87º | 0.73% | 0.63% | - |
| HSV(B) | 353.87º | 0.6% | 0.9% | - |
| XYZ | 39.2 | 25.71 | 16.81 | - |
| YUV | 135.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 107 | 0 | 0.60 | 0.53 | 0.10 | 353.87 | 0.73 | 0.63 |
| Hex | E6 | 5D | 6B | 0 | 3C | 35 | A | 162 | 49 | 3F |
| Octal | 346 | 135 | 153 | 0 | 74 | 65 | 12 | 542 | 111 | 77 |
| Binary | 11100110 | 1011101 | 1101011 | 0 | 111100 | 110101 | 1010 | 101100010 | 1001001 | 111111 |
Color Harmonies of #E65D6B
Complementary color
Monochromatic Colors of #E65D6B
Black with #E65D6B
Text Example
Text Example
White with #E65D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D6B; }
p { color: rgb(230,93,107); }
H1.HeaderClassName
{
color: #E65D6B;
}
.AnyTagClassName
{
color: #E65D6B;
}
</style>
background-color css
<style>
a { background-color: #E65D6B; }
a { background-color: rgb(230,93,107); }
div.DivClassName
{
background-color: #E65D6B;
}
.BgClassName
{
background-color: #E65D6B;
}
</style>
border-color css
<style>
span { border-color: #E65D6B; }
span { border-color: rgb(230,93,107); }
td.TdClassName
{
border-color: #E65D6B;
}
.TagClassName
{
border-color: #E65D6B;
}
</style>