Shades of Froly #E25A6B
Tints of Froly #E25A6B
RGB
CMYK
RGB Variations
Color information
#E25A6B (or 0xE25A6B) is known color: Froly. HEX triplet: E2, 5A and 6B. RGB value is (226,90,107). Sum of RGB (Red+Green+Blue) = 226+90+107=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A6B is #1DA594. Grayscale: #848484. Windows color (decimal): -1942933 or 7035618. OLE color: 7035618.
HSL color Cylindrical-coordinate representation of color #E25A6B: hue angle of 352.5º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A6B is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 107 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.11 |
| HSL | 352.5º | 0.7% | 0.62% | - |
| HSV(B) | 352.5º | 0.6% | 0.89% | - |
| XYZ | 37.67 | 24.54 | 16.66 | - |
| YUV | 132.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 107 | 0 | 0.60 | 0.53 | 0.11 | 352.5 | 0.7 | 0.62 |
| Hex | E2 | 5A | 6B | 0 | 3C | 35 | B | 160 | 46 | 3E |
| Octal | 342 | 132 | 153 | 0 | 74 | 65 | 13 | 540 | 106 | 76 |
| Binary | 11100010 | 1011010 | 1101011 | 0 | 111100 | 110101 | 1011 | 101100000 | 1000110 | 111110 |
Color Harmonies of #E25A6B
Complementary color
Monochromatic Colors of #E25A6B
Black with #E25A6B
Text Example
Text Example
White with #E25A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A6B; }
p { color: rgb(226,90,107); }
H1.HeaderClassName
{
color: #E25A6B;
}
.AnyTagClassName
{
color: #E25A6B;
}
</style>
background-color css
<style>
a { background-color: #E25A6B; }
a { background-color: rgb(226,90,107); }
div.DivClassName
{
background-color: #E25A6B;
}
.BgClassName
{
background-color: #E25A6B;
}
</style>
border-color css
<style>
span { border-color: #E25A6B; }
span { border-color: rgb(226,90,107); }
td.TdClassName
{
border-color: #E25A6B;
}
.TagClassName
{
border-color: #E25A6B;
}
</style>