Shades of Froly #E25F6C
Tints of Froly #E25F6C
RGB
CMYK
RGB Variations
Color information
#E25F6C (or 0xE25F6C) is known color: Froly. HEX triplet: E2, 5F and 6C. RGB value is (226,95,108). Sum of RGB (Red+Green+Blue) = 226+95+108=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F6C is #1DA093. Grayscale: #878787. Windows color (decimal): -1941652 or 7102434. OLE color: 7102434.
HSL color Cylindrical-coordinate representation of color #E25F6C: hue angle of 354.05º 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 #E25F6C is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 108 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.11 |
| HSL | 354.05º | 0.69% | 0.63% | - |
| HSV(B) | 354.05º | 0.58% | 0.89% | - |
| XYZ | 38.16 | 25.44 | 17.09 | - |
| YUV | 135.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 108 | 0 | 0.58 | 0.52 | 0.11 | 354.05 | 0.69 | 0.63 |
| Hex | E2 | 5F | 6C | 0 | 3A | 34 | B | 162 | 45 | 3F |
| Octal | 342 | 137 | 154 | 0 | 72 | 64 | 13 | 542 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1101100 | 0 | 111010 | 110100 | 1011 | 101100010 | 1000101 | 111111 |
Color Harmonies of #E25F6C
Complementary color
Monochromatic Colors of #E25F6C
Black with #E25F6C
Text Example
Text Example
White with #E25F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F6C; }
p { color: rgb(226,95,108); }
H1.HeaderClassName
{
color: #E25F6C;
}
.AnyTagClassName
{
color: #E25F6C;
}
</style>
background-color css
<style>
a { background-color: #E25F6C; }
a { background-color: rgb(226,95,108); }
div.DivClassName
{
background-color: #E25F6C;
}
.BgClassName
{
background-color: #E25F6C;
}
</style>
border-color css
<style>
span { border-color: #E25F6C; }
span { border-color: rgb(226,95,108); }
td.TdClassName
{
border-color: #E25F6C;
}
.TagClassName
{
border-color: #E25F6C;
}
</style>