Shades of Froly #E45A6E
Tints of Froly #E45A6E
RGB
CMYK
RGB Variations
Color information
#E45A6E (or 0xE45A6E) is known color: Froly. HEX triplet: E4, 5A and 6E. RGB value is (228,90,110). Sum of RGB (Red+Green+Blue) = 228+90+110=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A6E is #1BA591. Grayscale: #858585. Windows color (decimal): -1811858 or 7232228. OLE color: 7232228.
HSL color Cylindrical-coordinate representation of color #E45A6E: hue angle of 351.3º 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 #E45A6E is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 110 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.11 |
| HSL | 351.3º | 0.72% | 0.62% | - |
| HSV(B) | 351.3º | 0.61% | 0.89% | - |
| XYZ | 38.47 | 24.93 | 17.54 | - |
| YUV | 133.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 110 | 0 | 0.61 | 0.52 | 0.11 | 351.3 | 0.72 | 0.62 |
| Hex | E4 | 5A | 6E | 0 | 3D | 34 | B | 15F | 48 | 3E |
| Octal | 344 | 132 | 156 | 0 | 75 | 64 | 13 | 537 | 110 | 76 |
| Binary | 11100100 | 1011010 | 1101110 | 0 | 111101 | 110100 | 1011 | 101011111 | 1001000 | 111110 |
Color Harmonies of #E45A6E
Complementary color
Monochromatic Colors of #E45A6E
Black with #E45A6E
Text Example
Text Example
White with #E45A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A6E; }
p { color: rgb(228,90,110); }
H1.HeaderClassName
{
color: #E45A6E;
}
.AnyTagClassName
{
color: #E45A6E;
}
</style>
background-color css
<style>
a { background-color: #E45A6E; }
a { background-color: rgb(228,90,110); }
div.DivClassName
{
background-color: #E45A6E;
}
.BgClassName
{
background-color: #E45A6E;
}
</style>
border-color css
<style>
span { border-color: #E45A6E; }
span { border-color: rgb(228,90,110); }
td.TdClassName
{
border-color: #E45A6E;
}
.TagClassName
{
border-color: #E45A6E;
}
</style>