Shades of Froly #EA656B
Tints of Froly #EA656B
RGB
CMYK
RGB Variations
Color information
#EA656B (or 0xEA656B) is known color: Froly. HEX triplet: EA, 65 and 6B. RGB value is (234,101,107). Sum of RGB (Red+Green+Blue) = 234+101+107=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA656B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA656B is #159A94. Grayscale: #8D8D8D. Windows color (decimal): -1415829 or 7038442. OLE color: 7038442.
HSL color Cylindrical-coordinate representation of color #EA656B: hue angle of 357.29º 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 #EA656B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 107 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.08 |
| HSL | 357.29º | 0.76% | 0.66% | - |
| HSV(B) | 357.29º | 0.57% | 0.92% | - |
| XYZ | 41.24 | 27.86 | 17.11 | - |
| YUV | 141.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 107 | 0 | 0.57 | 0.54 | 0.08 | 357.29 | 0.76 | 0.66 |
| Hex | EA | 65 | 6B | 0 | 39 | 36 | 8 | 165 | 4C | 42 |
| Octal | 352 | 145 | 153 | 0 | 71 | 66 | 10 | 545 | 114 | 102 |
| Binary | 11101010 | 1100101 | 1101011 | 0 | 111001 | 110110 | 1000 | 101100101 | 1001100 | 1000010 |
Color Harmonies of #EA656B
Complementary color
Monochromatic Colors of #EA656B
Black with #EA656B
Text Example
Text Example
White with #EA656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA656B; }
p { color: rgb(234,101,107); }
H1.HeaderClassName
{
color: #EA656B;
}
.AnyTagClassName
{
color: #EA656B;
}
</style>
background-color css
<style>
a { background-color: #EA656B; }
a { background-color: rgb(234,101,107); }
div.DivClassName
{
background-color: #EA656B;
}
.BgClassName
{
background-color: #EA656B;
}
</style>
border-color css
<style>
span { border-color: #EA656B; }
span { border-color: rgb(234,101,107); }
td.TdClassName
{
border-color: #EA656B;
}
.TagClassName
{
border-color: #EA656B;
}
</style>