Shades of Froly #E65D6A
Tints of Froly #E65D6A
RGB
CMYK
RGB Variations
Color information
#E65D6A (or 0xE65D6A) is known color: Froly. HEX triplet: E6, 5D and 6A. RGB value is (230,93,106). Sum of RGB (Red+Green+Blue) = 230+93+106=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D6A is #19A295. Grayscale: #878787. Windows color (decimal): -1680022 or 6970854. OLE color: 6970854.
HSL color Cylindrical-coordinate representation of color #E65D6A: hue angle of 354.31º 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 #E65D6A is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 106 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.10 |
| HSL | 354.31º | 0.73% | 0.63% | - |
| HSV(B) | 354.31º | 0.6% | 0.9% | - |
| XYZ | 39.15 | 25.69 | 16.53 | - |
| YUV | 135.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 106 | 0 | 0.60 | 0.54 | 0.10 | 354.31 | 0.73 | 0.63 |
| Hex | E6 | 5D | 6A | 0 | 3C | 36 | A | 162 | 49 | 3F |
| Octal | 346 | 135 | 152 | 0 | 74 | 66 | 12 | 542 | 111 | 77 |
| Binary | 11100110 | 1011101 | 1101010 | 0 | 111100 | 110110 | 1010 | 101100010 | 1001001 | 111111 |
Color Harmonies of #E65D6A
Complementary color
Monochromatic Colors of #E65D6A
Black with #E65D6A
Text Example
Text Example
White with #E65D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D6A; }
p { color: rgb(230,93,106); }
H1.HeaderClassName
{
color: #E65D6A;
}
.AnyTagClassName
{
color: #E65D6A;
}
</style>
background-color css
<style>
a { background-color: #E65D6A; }
a { background-color: rgb(230,93,106); }
div.DivClassName
{
background-color: #E65D6A;
}
.BgClassName
{
background-color: #E65D6A;
}
</style>
border-color css
<style>
span { border-color: #E65D6A; }
span { border-color: rgb(230,93,106); }
td.TdClassName
{
border-color: #E65D6A;
}
.TagClassName
{
border-color: #E65D6A;
}
</style>