Shades of Froly #E25B6C
Tints of Froly #E25B6C
RGB
CMYK
RGB Variations
Color information
#E25B6C (or 0xE25B6C) is known color: Froly. HEX triplet: E2, 5B and 6C. RGB value is (226,91,108). Sum of RGB (Red+Green+Blue) = 226+91+108=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B6C is #1DA493. Grayscale: #858585. Windows color (decimal): -1942676 or 7101410. OLE color: 7101410.
HSL color Cylindrical-coordinate representation of color #E25B6C: hue angle of 352.44º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25B6C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 108 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.11 |
| HSL | 352.44º | 0.7% | 0.62% | - |
| HSV(B) | 352.44º | 0.6% | 0.89% | - |
| XYZ | 37.81 | 24.73 | 16.97 | - |
| YUV | 133.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 108 | 0 | 0.60 | 0.52 | 0.11 | 352.44 | 0.7 | 0.62 |
| Hex | E2 | 5B | 6C | 0 | 3C | 34 | B | 160 | 46 | 3E |
| Octal | 342 | 133 | 154 | 0 | 74 | 64 | 13 | 540 | 106 | 76 |
| Binary | 11100010 | 1011011 | 1101100 | 0 | 111100 | 110100 | 1011 | 101100000 | 1000110 | 111110 |
Color Harmonies of #E25B6C
Complementary color
Monochromatic Colors of #E25B6C
Black with #E25B6C
Text Example
Text Example
White with #E25B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B6C; }
p { color: rgb(226,91,108); }
H1.HeaderClassName
{
color: #E25B6C;
}
.AnyTagClassName
{
color: #E25B6C;
}
</style>
background-color css
<style>
a { background-color: #E25B6C; }
a { background-color: rgb(226,91,108); }
div.DivClassName
{
background-color: #E25B6C;
}
.BgClassName
{
background-color: #E25B6C;
}
</style>
border-color css
<style>
span { border-color: #E25B6C; }
span { border-color: rgb(226,91,108); }
td.TdClassName
{
border-color: #E25B6C;
}
.TagClassName
{
border-color: #E25B6C;
}
</style>