Shades of Froly #E25B6A
Tints of Froly #E25B6A
RGB
CMYK
RGB Variations
Color information
#E25B6A (or 0xE25B6A) is known color: Froly. HEX triplet: E2, 5B and 6A. RGB value is (226,91,106). Sum of RGB (Red+Green+Blue) = 226+91+106=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B6A is #1DA495. Grayscale: #858585. Windows color (decimal): -1942678 or 6970338. OLE color: 6970338.
HSL color Cylindrical-coordinate representation of color #E25B6A: hue angle of 353.33º 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 #E25B6A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 106 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.11 |
| HSL | 353.33º | 0.7% | 0.62% | - |
| HSV(B) | 353.33º | 0.6% | 0.89% | - |
| XYZ | 37.71 | 24.69 | 16.41 | - |
| YUV | 133.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 106 | 0 | 0.60 | 0.53 | 0.11 | 353.33 | 0.7 | 0.62 |
| Hex | E2 | 5B | 6A | 0 | 3C | 35 | B | 161 | 46 | 3E |
| Octal | 342 | 133 | 152 | 0 | 74 | 65 | 13 | 541 | 106 | 76 |
| Binary | 11100010 | 1011011 | 1101010 | 0 | 111100 | 110101 | 1011 | 101100001 | 1000110 | 111110 |
Color Harmonies of #E25B6A
Complementary color
Monochromatic Colors of #E25B6A
Black with #E25B6A
Text Example
Text Example
White with #E25B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B6A; }
p { color: rgb(226,91,106); }
H1.HeaderClassName
{
color: #E25B6A;
}
.AnyTagClassName
{
color: #E25B6A;
}
</style>
background-color css
<style>
a { background-color: #E25B6A; }
a { background-color: rgb(226,91,106); }
div.DivClassName
{
background-color: #E25B6A;
}
.BgClassName
{
background-color: #E25B6A;
}
</style>
border-color css
<style>
span { border-color: #E25B6A; }
span { border-color: rgb(226,91,106); }
td.TdClassName
{
border-color: #E25B6A;
}
.TagClassName
{
border-color: #E25B6A;
}
</style>