Shades of Froly #E1627B
Tints of Froly #E1627B
RGB
CMYK
RGB Variations
Color information
#E1627B (or 0xE1627B) is known color: Froly. HEX triplet: E1, 62 and 7B. RGB value is (225,98,123). Sum of RGB (Red+Green+Blue) = 225+98+123=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1627B is #1E9D84. Grayscale: #8A8A8A. Windows color (decimal): -2006405 or 8086241. OLE color: 8086241.
HSL color Cylindrical-coordinate representation of color #E1627B: hue angle of 348.19º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1627B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 123 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.12 |
| HSL | 348.19º | 0.68% | 0.63% | - |
| HSV(B) | 348.19º | 0.56% | 0.88% | - |
| XYZ | 38.99 | 26.17 | 21.74 | - |
| YUV | 138.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 123 | 0 | 0.56 | 0.45 | 0.12 | 348.19 | 0.68 | 0.63 |
| Hex | E1 | 62 | 7B | 0 | 38 | 2D | C | 15C | 44 | 3F |
| Octal | 341 | 142 | 173 | 0 | 70 | 55 | 14 | 534 | 104 | 77 |
| Binary | 11100001 | 1100010 | 1111011 | 0 | 111000 | 101101 | 1100 | 101011100 | 1000100 | 111111 |
Color Harmonies of #E1627B
Complementary color
Monochromatic Colors of #E1627B
Black with #E1627B
Text Example
Text Example
White with #E1627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1627B; }
p { color: rgb(225,98,123); }
H1.HeaderClassName
{
color: #E1627B;
}
.AnyTagClassName
{
color: #E1627B;
}
</style>
background-color css
<style>
a { background-color: #E1627B; }
a { background-color: rgb(225,98,123); }
div.DivClassName
{
background-color: #E1627B;
}
.BgClassName
{
background-color: #E1627B;
}
</style>
border-color css
<style>
span { border-color: #E1627B; }
span { border-color: rgb(225,98,123); }
td.TdClassName
{
border-color: #E1627B;
}
.TagClassName
{
border-color: #E1627B;
}
</style>