Shades of Froly #E25D6E
Tints of Froly #E25D6E
RGB
CMYK
RGB Variations
Color information
#E25D6E (or 0xE25D6E) is known color: Froly. HEX triplet: E2, 5D and 6E. RGB value is (226,93,110). Sum of RGB (Red+Green+Blue) = 226+93+110=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D6E is #1DA291. Grayscale: #868686. Windows color (decimal): -1942162 or 7232994. OLE color: 7232994.
HSL color Cylindrical-coordinate representation of color #E25D6E: hue angle of 352.33º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D6E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 110 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.11 |
| HSL | 352.33º | 0.7% | 0.63% | - |
| HSV(B) | 352.33º | 0.59% | 0.89% | - |
| XYZ | 38.09 | 25.12 | 17.59 | - |
| YUV | 134.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 110 | 0 | 0.59 | 0.51 | 0.11 | 352.33 | 0.7 | 0.63 |
| Hex | E2 | 5D | 6E | 0 | 3B | 33 | B | 160 | 46 | 3F |
| Octal | 342 | 135 | 156 | 0 | 73 | 63 | 13 | 540 | 106 | 77 |
| Binary | 11100010 | 1011101 | 1101110 | 0 | 111011 | 110011 | 1011 | 101100000 | 1000110 | 111111 |
Color Harmonies of #E25D6E
Complementary color
Monochromatic Colors of #E25D6E
Black with #E25D6E
Text Example
Text Example
White with #E25D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D6E; }
p { color: rgb(226,93,110); }
H1.HeaderClassName
{
color: #E25D6E;
}
.AnyTagClassName
{
color: #E25D6E;
}
</style>
background-color css
<style>
a { background-color: #E25D6E; }
a { background-color: rgb(226,93,110); }
div.DivClassName
{
background-color: #E25D6E;
}
.BgClassName
{
background-color: #E25D6E;
}
</style>
border-color css
<style>
span { border-color: #E25D6E; }
span { border-color: rgb(226,93,110); }
td.TdClassName
{
border-color: #E25D6E;
}
.TagClassName
{
border-color: #E25D6E;
}
</style>