Shades of Froly #E45A6D
Tints of Froly #E45A6D
RGB
CMYK
RGB Variations
Color information
#E45A6D (or 0xE45A6D) is known color: Froly. HEX triplet: E4, 5A and 6D. RGB value is (228,90,109). Sum of RGB (Red+Green+Blue) = 228+90+109=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A6D is #1BA592. Grayscale: #858585. Windows color (decimal): -1811859 or 7166692. OLE color: 7166692.
HSL color Cylindrical-coordinate representation of color #E45A6D: hue angle of 351.74º 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 #E45A6D is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 109 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.11 |
| HSL | 351.74º | 0.72% | 0.62% | - |
| HSV(B) | 351.74º | 0.61% | 0.89% | - |
| XYZ | 38.41 | 24.91 | 17.25 | - |
| YUV | 133.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 109 | 0 | 0.61 | 0.52 | 0.11 | 351.74 | 0.72 | 0.62 |
| Hex | E4 | 5A | 6D | 0 | 3D | 34 | B | 160 | 48 | 3E |
| Octal | 344 | 132 | 155 | 0 | 75 | 64 | 13 | 540 | 110 | 76 |
| Binary | 11100100 | 1011010 | 1101101 | 0 | 111101 | 110100 | 1011 | 101100000 | 1001000 | 111110 |
Color Harmonies of #E45A6D
Complementary color
Monochromatic Colors of #E45A6D
Black with #E45A6D
Text Example
Text Example
White with #E45A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A6D; }
p { color: rgb(228,90,109); }
H1.HeaderClassName
{
color: #E45A6D;
}
.AnyTagClassName
{
color: #E45A6D;
}
</style>
background-color css
<style>
a { background-color: #E45A6D; }
a { background-color: rgb(228,90,109); }
div.DivClassName
{
background-color: #E45A6D;
}
.BgClassName
{
background-color: #E45A6D;
}
</style>
border-color css
<style>
span { border-color: #E45A6D; }
span { border-color: rgb(228,90,109); }
td.TdClassName
{
border-color: #E45A6D;
}
.TagClassName
{
border-color: #E45A6D;
}
</style>