Shades of Froly #E2627B
Tints of Froly #E2627B
RGB
CMYK
RGB Variations
Color information
#E2627B (or 0xE2627B) is known color: Froly. HEX triplet: E2, 62 and 7B. RGB value is (226,98,123). Sum of RGB (Red+Green+Blue) = 226+98+123=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2627B is #1D9D84. Grayscale: #8B8B8B. Windows color (decimal): -1940869 or 8086242. OLE color: 8086242.
HSL color Cylindrical-coordinate representation of color #E2627B: hue angle of 348.28º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2627B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 123 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.11 |
| HSL | 348.28º | 0.69% | 0.64% | - |
| HSV(B) | 348.28º | 0.57% | 0.89% | - |
| XYZ | 39.31 | 26.33 | 21.75 | - |
| YUV | 139.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 123 | 0 | 0.57 | 0.46 | 0.11 | 348.28 | 0.69 | 0.64 |
| Hex | E2 | 62 | 7B | 0 | 39 | 2E | B | 15C | 45 | 40 |
| Octal | 342 | 142 | 173 | 0 | 71 | 56 | 13 | 534 | 105 | 100 |
| Binary | 11100010 | 1100010 | 1111011 | 0 | 111001 | 101110 | 1011 | 101011100 | 1000101 | 1000000 |
Color Harmonies of #E2627B
Complementary color
Monochromatic Colors of #E2627B
Black with #E2627B
Text Example
Text Example
White with #E2627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2627B; }
p { color: rgb(226,98,123); }
H1.HeaderClassName
{
color: #E2627B;
}
.AnyTagClassName
{
color: #E2627B;
}
</style>
background-color css
<style>
a { background-color: #E2627B; }
a { background-color: rgb(226,98,123); }
div.DivClassName
{
background-color: #E2627B;
}
.BgClassName
{
background-color: #E2627B;
}
</style>
border-color css
<style>
span { border-color: #E2627B; }
span { border-color: rgb(226,98,123); }
td.TdClassName
{
border-color: #E2627B;
}
.TagClassName
{
border-color: #E2627B;
}
</style>