Shades of Froly #EA6266
Tints of Froly #EA6266
RGB
CMYK
RGB Variations
Color information
#EA6266 (or 0xEA6266) is known color: Froly. HEX triplet: EA, 62 and 66. RGB value is (234,98,102). Sum of RGB (Red+Green+Blue) = 234+98+102=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6266 is #159D99. Grayscale: #8B8B8B. Windows color (decimal): -1416602 or 6709994. OLE color: 6709994.
HSL color Cylindrical-coordinate representation of color #EA6266: hue angle of 358.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6266 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 102 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.08 |
| HSL | 358.24º | 0.76% | 0.65% | - |
| HSV(B) | 358.24º | 0.58% | 0.92% | - |
| XYZ | 40.7 | 27.19 | 15.67 | - |
| YUV | 139.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 102 | 0 | 0.58 | 0.56 | 0.08 | 358.24 | 0.76 | 0.65 |
| Hex | EA | 62 | 66 | 0 | 3A | 38 | 8 | 166 | 4C | 41 |
| Octal | 352 | 142 | 146 | 0 | 72 | 70 | 10 | 546 | 114 | 101 |
| Binary | 11101010 | 1100010 | 1100110 | 0 | 111010 | 111000 | 1000 | 101100110 | 1001100 | 1000001 |
Color Harmonies of #EA6266
Complementary color
Monochromatic Colors of #EA6266
Black with #EA6266
Text Example
Text Example
White with #EA6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6266; }
p { color: rgb(234,98,102); }
H1.HeaderClassName
{
color: #EA6266;
}
.AnyTagClassName
{
color: #EA6266;
}
</style>
background-color css
<style>
a { background-color: #EA6266; }
a { background-color: rgb(234,98,102); }
div.DivClassName
{
background-color: #EA6266;
}
.BgClassName
{
background-color: #EA6266;
}
</style>
border-color css
<style>
span { border-color: #EA6266; }
span { border-color: rgb(234,98,102); }
td.TdClassName
{
border-color: #EA6266;
}
.TagClassName
{
border-color: #EA6266;
}
</style>