Shades of Froly #E55A6B
Tints of Froly #E55A6B
RGB
CMYK
RGB Variations
Color information
#E55A6B (or 0xE55A6B) is known color: Froly. HEX triplet: E5, 5A and 6B. RGB value is (229,90,107). Sum of RGB (Red+Green+Blue) = 229+90+107=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A6B is #1AA594. Grayscale: #858585. Windows color (decimal): -1746325 or 7035621. OLE color: 7035621.
HSL color Cylindrical-coordinate representation of color #E55A6B: hue angle of 352.66º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A6B is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 107 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.10 |
| HSL | 352.66º | 0.73% | 0.63% | - |
| HSV(B) | 352.66º | 0.61% | 0.9% | - |
| XYZ | 38.62 | 25.03 | 16.71 | - |
| YUV | 133.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 107 | 0 | 0.61 | 0.53 | 0.10 | 352.66 | 0.73 | 0.63 |
| Hex | E5 | 5A | 6B | 0 | 3D | 35 | A | 161 | 49 | 3F |
| Octal | 345 | 132 | 153 | 0 | 75 | 65 | 12 | 541 | 111 | 77 |
| Binary | 11100101 | 1011010 | 1101011 | 0 | 111101 | 110101 | 1010 | 101100001 | 1001001 | 111111 |
Color Harmonies of #E55A6B
Complementary color
Monochromatic Colors of #E55A6B
Black with #E55A6B
Text Example
Text Example
White with #E55A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A6B; }
p { color: rgb(229,90,107); }
H1.HeaderClassName
{
color: #E55A6B;
}
.AnyTagClassName
{
color: #E55A6B;
}
</style>
background-color css
<style>
a { background-color: #E55A6B; }
a { background-color: rgb(229,90,107); }
div.DivClassName
{
background-color: #E55A6B;
}
.BgClassName
{
background-color: #E55A6B;
}
</style>
border-color css
<style>
span { border-color: #E55A6B; }
span { border-color: rgb(229,90,107); }
td.TdClassName
{
border-color: #E55A6B;
}
.TagClassName
{
border-color: #E55A6B;
}
</style>