Shades of Froly #E25E6D
Tints of Froly #E25E6D
RGB
CMYK
RGB Variations
Color information
#E25E6D (or 0xE25E6D) is known color: Froly. HEX triplet: E2, 5E and 6D. RGB value is (226,94,109). Sum of RGB (Red+Green+Blue) = 226+94+109=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E6D is #1DA192. Grayscale: #878787. Windows color (decimal): -1941907 or 7167714. OLE color: 7167714.
HSL color Cylindrical-coordinate representation of color #E25E6D: hue angle of 353.18º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25E6D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 109 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.11 |
| HSL | 353.18º | 0.69% | 0.63% | - |
| HSV(B) | 353.18º | 0.58% | 0.89% | - |
| XYZ | 38.13 | 25.28 | 17.34 | - |
| YUV | 135.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 109 | 0 | 0.58 | 0.52 | 0.11 | 353.18 | 0.69 | 0.63 |
| Hex | E2 | 5E | 6D | 0 | 3A | 34 | B | 161 | 45 | 3F |
| Octal | 342 | 136 | 155 | 0 | 72 | 64 | 13 | 541 | 105 | 77 |
| Binary | 11100010 | 1011110 | 1101101 | 0 | 111010 | 110100 | 1011 | 101100001 | 1000101 | 111111 |
Color Harmonies of #E25E6D
Complementary color
Monochromatic Colors of #E25E6D
Black with #E25E6D
Text Example
Text Example
White with #E25E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E6D; }
p { color: rgb(226,94,109); }
H1.HeaderClassName
{
color: #E25E6D;
}
.AnyTagClassName
{
color: #E25E6D;
}
</style>
background-color css
<style>
a { background-color: #E25E6D; }
a { background-color: rgb(226,94,109); }
div.DivClassName
{
background-color: #E25E6D;
}
.BgClassName
{
background-color: #E25E6D;
}
</style>
border-color css
<style>
span { border-color: #E25E6D; }
span { border-color: rgb(226,94,109); }
td.TdClassName
{
border-color: #E25E6D;
}
.TagClassName
{
border-color: #E25E6D;
}
</style>