Shades of Froly #E25E6E
Tints of Froly #E25E6E
RGB
CMYK
RGB Variations
Color information
#E25E6E (or 0xE25E6E) is known color: Froly. HEX triplet: E2, 5E and 6E. RGB value is (226,94,110). Sum of RGB (Red+Green+Blue) = 226+94+110=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E6E is #1DA191. Grayscale: #878787. Windows color (decimal): -1941906 or 7233250. OLE color: 7233250.
HSL color Cylindrical-coordinate representation of color #E25E6E: hue angle of 352.73º 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 #E25E6E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 110 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.11 |
| HSL | 352.73º | 0.69% | 0.63% | - |
| HSV(B) | 352.73º | 0.58% | 0.89% | - |
| XYZ | 38.18 | 25.3 | 17.62 | - |
| YUV | 135.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 110 | 0 | 0.58 | 0.51 | 0.11 | 352.73 | 0.69 | 0.63 |
| Hex | E2 | 5E | 6E | 0 | 3A | 33 | B | 161 | 45 | 3F |
| Octal | 342 | 136 | 156 | 0 | 72 | 63 | 13 | 541 | 105 | 77 |
| Binary | 11100010 | 1011110 | 1101110 | 0 | 111010 | 110011 | 1011 | 101100001 | 1000101 | 111111 |
Color Harmonies of #E25E6E
Complementary color
Monochromatic Colors of #E25E6E
Black with #E25E6E
Text Example
Text Example
White with #E25E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E6E; }
p { color: rgb(226,94,110); }
H1.HeaderClassName
{
color: #E25E6E;
}
.AnyTagClassName
{
color: #E25E6E;
}
</style>
background-color css
<style>
a { background-color: #E25E6E; }
a { background-color: rgb(226,94,110); }
div.DivClassName
{
background-color: #E25E6E;
}
.BgClassName
{
background-color: #E25E6E;
}
</style>
border-color css
<style>
span { border-color: #E25E6E; }
span { border-color: rgb(226,94,110); }
td.TdClassName
{
border-color: #E25E6E;
}
.TagClassName
{
border-color: #E25E6E;
}
</style>