Shades of Froly #EA696B
Tints of Froly #EA696B
RGB
CMYK
RGB Variations
Color information
#EA696B (or 0xEA696B) is known color: Froly. HEX triplet: EA, 69 and 6B. RGB value is (234,105,107). Sum of RGB (Red+Green+Blue) = 234+105+107=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA696B is #159694. Grayscale: #8F8F8F. Windows color (decimal): -1414805 or 7039466. OLE color: 7039466.
HSL color Cylindrical-coordinate representation of color #EA696B: hue angle of 359.07º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA696B is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 107 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.08 |
| HSL | 359.07º | 0.75% | 0.66% | - |
| HSV(B) | 359.07º | 0.55% | 0.92% | - |
| XYZ | 41.64 | 28.66 | 17.25 | - |
| YUV | 143.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 107 | 0 | 0.55 | 0.54 | 0.08 | 359.07 | 0.75 | 0.66 |
| Hex | EA | 69 | 6B | 0 | 37 | 36 | 8 | 167 | 4B | 42 |
| Octal | 352 | 151 | 153 | 0 | 67 | 66 | 10 | 547 | 113 | 102 |
| Binary | 11101010 | 1101001 | 1101011 | 0 | 110111 | 110110 | 1000 | 101100111 | 1001011 | 1000010 |
Color Harmonies of #EA696B
Complementary color
Monochromatic Colors of #EA696B
Black with #EA696B
Text Example
Text Example
White with #EA696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA696B; }
p { color: rgb(234,105,107); }
H1.HeaderClassName
{
color: #EA696B;
}
.AnyTagClassName
{
color: #EA696B;
}
</style>
background-color css
<style>
a { background-color: #EA696B; }
a { background-color: rgb(234,105,107); }
div.DivClassName
{
background-color: #EA696B;
}
.BgClassName
{
background-color: #EA696B;
}
</style>
border-color css
<style>
span { border-color: #EA696B; }
span { border-color: rgb(234,105,107); }
td.TdClassName
{
border-color: #EA696B;
}
.TagClassName
{
border-color: #EA696B;
}
</style>