Shades of Froly #E25E67
Tints of Froly #E25E67
RGB
CMYK
RGB Variations
Color information
#E25E67 (or 0xE25E67) is known color: Froly. HEX triplet: E2, 5E and 67. RGB value is (226,94,103). Sum of RGB (Red+Green+Blue) = 226+94+103=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E67 is #1DA198. Grayscale: #868686. Windows color (decimal): -1941913 or 6774498. OLE color: 6774498.
HSL color Cylindrical-coordinate representation of color #E25E67: hue angle of 355.91º 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 #E25E67 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 103 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.11 |
| HSL | 355.91º | 0.69% | 0.63% | - |
| HSV(B) | 355.91º | 0.58% | 0.89% | - |
| XYZ | 37.81 | 25.15 | 15.69 | - |
| YUV | 134.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 103 | 0 | 0.58 | 0.54 | 0.11 | 355.91 | 0.69 | 0.63 |
| Hex | E2 | 5E | 67 | 0 | 3A | 36 | B | 164 | 45 | 3F |
| Octal | 342 | 136 | 147 | 0 | 72 | 66 | 13 | 544 | 105 | 77 |
| Binary | 11100010 | 1011110 | 1100111 | 0 | 111010 | 110110 | 1011 | 101100100 | 1000101 | 111111 |
Color Harmonies of #E25E67
Complementary color
Monochromatic Colors of #E25E67
Black with #E25E67
Text Example
Text Example
White with #E25E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E67; }
p { color: rgb(226,94,103); }
H1.HeaderClassName
{
color: #E25E67;
}
.AnyTagClassName
{
color: #E25E67;
}
</style>
background-color css
<style>
a { background-color: #E25E67; }
a { background-color: rgb(226,94,103); }
div.DivClassName
{
background-color: #E25E67;
}
.BgClassName
{
background-color: #E25E67;
}
</style>
border-color css
<style>
span { border-color: #E25E67; }
span { border-color: rgb(226,94,103); }
td.TdClassName
{
border-color: #E25E67;
}
.TagClassName
{
border-color: #E25E67;
}
</style>