Shades of Froly #E45A6C
Tints of Froly #E45A6C
RGB
CMYK
RGB Variations
Color information
#E45A6C (or 0xE45A6C) is known color: Froly. HEX triplet: E4, 5A and 6C. RGB value is (228,90,108). Sum of RGB (Red+Green+Blue) = 228+90+108=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A6C is #1BA593. Grayscale: #858585. Windows color (decimal): -1811860 or 7101156. OLE color: 7101156.
HSL color Cylindrical-coordinate representation of color #E45A6C: hue angle of 352.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45A6C is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 108 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.11 |
| HSL | 352.17º | 0.72% | 0.62% | - |
| HSV(B) | 352.17º | 0.61% | 0.89% | - |
| XYZ | 38.36 | 24.89 | 16.97 | - |
| YUV | 133.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 108 | 0 | 0.61 | 0.53 | 0.11 | 352.17 | 0.72 | 0.62 |
| Hex | E4 | 5A | 6C | 0 | 3D | 35 | B | 160 | 48 | 3E |
| Octal | 344 | 132 | 154 | 0 | 75 | 65 | 13 | 540 | 110 | 76 |
| Binary | 11100100 | 1011010 | 1101100 | 0 | 111101 | 110101 | 1011 | 101100000 | 1001000 | 111110 |
Color Harmonies of #E45A6C
Complementary color
Monochromatic Colors of #E45A6C
Black with #E45A6C
Text Example
Text Example
White with #E45A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A6C; }
p { color: rgb(228,90,108); }
H1.HeaderClassName
{
color: #E45A6C;
}
.AnyTagClassName
{
color: #E45A6C;
}
</style>
background-color css
<style>
a { background-color: #E45A6C; }
a { background-color: rgb(228,90,108); }
div.DivClassName
{
background-color: #E45A6C;
}
.BgClassName
{
background-color: #E45A6C;
}
</style>
border-color css
<style>
span { border-color: #E45A6C; }
span { border-color: rgb(228,90,108); }
td.TdClassName
{
border-color: #E45A6C;
}
.TagClassName
{
border-color: #E45A6C;
}
</style>