Shades of Froly #EA656F
Tints of Froly #EA656F
RGB
CMYK
RGB Variations
Color information
#EA656F (or 0xEA656F) is known color: Froly. HEX triplet: EA, 65 and 6F. RGB value is (234,101,111). Sum of RGB (Red+Green+Blue) = 234+101+111=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA656F is #159A90. Grayscale: #8E8E8E. Windows color (decimal): -1415825 or 7300586. OLE color: 7300586.
HSL color Cylindrical-coordinate representation of color #EA656F: hue angle of 355.49º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA656F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 111 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.08 |
| HSL | 355.49º | 0.76% | 0.66% | - |
| HSV(B) | 355.49º | 0.57% | 0.92% | - |
| XYZ | 41.45 | 27.95 | 18.25 | - |
| YUV | 141.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 111 | 0 | 0.57 | 0.53 | 0.08 | 355.49 | 0.76 | 0.66 |
| Hex | EA | 65 | 6F | 0 | 39 | 35 | 8 | 163 | 4C | 42 |
| Octal | 352 | 145 | 157 | 0 | 71 | 65 | 10 | 543 | 114 | 102 |
| Binary | 11101010 | 1100101 | 1101111 | 0 | 111001 | 110101 | 1000 | 101100011 | 1001100 | 1000010 |
Color Harmonies of #EA656F
Complementary color
Monochromatic Colors of #EA656F
Black with #EA656F
Text Example
Text Example
White with #EA656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA656F; }
p { color: rgb(234,101,111); }
H1.HeaderClassName
{
color: #EA656F;
}
.AnyTagClassName
{
color: #EA656F;
}
</style>
background-color css
<style>
a { background-color: #EA656F; }
a { background-color: rgb(234,101,111); }
div.DivClassName
{
background-color: #EA656F;
}
.BgClassName
{
background-color: #EA656F;
}
</style>
border-color css
<style>
span { border-color: #EA656F; }
span { border-color: rgb(234,101,111); }
td.TdClassName
{
border-color: #EA656F;
}
.TagClassName
{
border-color: #EA656F;
}
</style>