Shades of Froly #E25F6B
Tints of Froly #E25F6B
RGB
CMYK
RGB Variations
Color information
#E25F6B (or 0xE25F6B) is known color: Froly. HEX triplet: E2, 5F and 6B. RGB value is (226,95,107). Sum of RGB (Red+Green+Blue) = 226+95+107=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F6B is #1DA094. Grayscale: #878787. Windows color (decimal): -1941653 or 7036898. OLE color: 7036898.
HSL color Cylindrical-coordinate representation of color #E25F6B: hue angle of 354.5º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25F6B is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 107 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.11 |
| HSL | 354.5º | 0.69% | 0.63% | - |
| HSV(B) | 354.5º | 0.58% | 0.89% | - |
| XYZ | 38.11 | 25.41 | 16.81 | - |
| YUV | 135.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 107 | 0 | 0.58 | 0.53 | 0.11 | 354.5 | 0.69 | 0.63 |
| Hex | E2 | 5F | 6B | 0 | 3A | 35 | B | 163 | 45 | 3F |
| Octal | 342 | 137 | 153 | 0 | 72 | 65 | 13 | 543 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1101011 | 0 | 111010 | 110101 | 1011 | 101100011 | 1000101 | 111111 |
Color Harmonies of #E25F6B
Complementary color
Monochromatic Colors of #E25F6B
Black with #E25F6B
Text Example
Text Example
White with #E25F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F6B; }
p { color: rgb(226,95,107); }
H1.HeaderClassName
{
color: #E25F6B;
}
.AnyTagClassName
{
color: #E25F6B;
}
</style>
background-color css
<style>
a { background-color: #E25F6B; }
a { background-color: rgb(226,95,107); }
div.DivClassName
{
background-color: #E25F6B;
}
.BgClassName
{
background-color: #E25F6B;
}
</style>
border-color css
<style>
span { border-color: #E25F6B; }
span { border-color: rgb(226,95,107); }
td.TdClassName
{
border-color: #E25F6B;
}
.TagClassName
{
border-color: #E25F6B;
}
</style>