Shades of Froly #EA6177
Tints of Froly #EA6177
RGB
CMYK
RGB Variations
Color information
#EA6177 (or 0xEA6177) is known color: Froly. HEX triplet: EA, 61 and 77. RGB value is (234,97,119). Sum of RGB (Red+Green+Blue) = 234+97+119=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6177 is #159E88. Grayscale: #8C8C8C. Windows color (decimal): -1416841 or 7823850. OLE color: 7823850.
HSL color Cylindrical-coordinate representation of color #EA6177: hue angle of 350.36º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6177 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 119 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.08 |
| HSL | 350.37º | 0.77% | 0.65% | - |
| HSV(B) | 350.37º | 0.59% | 0.92% | - |
| XYZ | 41.54 | 27.37 | 20.55 | - |
| YUV | 140.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 119 | 0 | 0.59 | 0.49 | 0.08 | 350.37 | 0.77 | 0.65 |
| Hex | EA | 61 | 77 | 0 | 3B | 31 | 8 | 15E | 4D | 41 |
| Octal | 352 | 141 | 167 | 0 | 73 | 61 | 10 | 536 | 115 | 101 |
| Binary | 11101010 | 1100001 | 1110111 | 0 | 111011 | 110001 | 1000 | 101011110 | 1001101 | 1000001 |
Color Harmonies of #EA6177
Complementary color
Monochromatic Colors of #EA6177
Black with #EA6177
Text Example
Text Example
White with #EA6177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6177; }
p { color: rgb(234,97,119); }
H1.HeaderClassName
{
color: #EA6177;
}
.AnyTagClassName
{
color: #EA6177;
}
</style>
background-color css
<style>
a { background-color: #EA6177; }
a { background-color: rgb(234,97,119); }
div.DivClassName
{
background-color: #EA6177;
}
.BgClassName
{
background-color: #EA6177;
}
</style>
border-color css
<style>
span { border-color: #EA6177; }
span { border-color: rgb(234,97,119); }
td.TdClassName
{
border-color: #EA6177;
}
.TagClassName
{
border-color: #EA6177;
}
</style>