Shades of Froly #EA6670
Tints of Froly #EA6670
RGB
CMYK
RGB Variations
Color information
#EA6670 (or 0xEA6670) is known color: Froly. HEX triplet: EA, 66 and 70. RGB value is (234,102,112). Sum of RGB (Red+Green+Blue) = 234+102+112=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6670 is #15998F. Grayscale: #8E8E8E. Windows color (decimal): -1415568 or 7366378. OLE color: 7366378.
HSL color Cylindrical-coordinate representation of color #EA6670: hue angle of 355.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6670 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 112 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.08 |
| HSL | 355.45º | 0.76% | 0.66% | - |
| HSV(B) | 355.45º | 0.56% | 0.92% | - |
| XYZ | 41.61 | 28.17 | 18.57 | - |
| YUV | 142.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 112 | 0 | 0.56 | 0.52 | 0.08 | 355.45 | 0.76 | 0.66 |
| Hex | EA | 66 | 70 | 0 | 38 | 34 | 8 | 163 | 4C | 42 |
| Octal | 352 | 146 | 160 | 0 | 70 | 64 | 10 | 543 | 114 | 102 |
| Binary | 11101010 | 1100110 | 1110000 | 0 | 111000 | 110100 | 1000 | 101100011 | 1001100 | 1000010 |
Color Harmonies of #EA6670
Complementary color
Monochromatic Colors of #EA6670
Black with #EA6670
Text Example
Text Example
White with #EA6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6670; }
p { color: rgb(234,102,112); }
H1.HeaderClassName
{
color: #EA6670;
}
.AnyTagClassName
{
color: #EA6670;
}
</style>
background-color css
<style>
a { background-color: #EA6670; }
a { background-color: rgb(234,102,112); }
div.DivClassName
{
background-color: #EA6670;
}
.BgClassName
{
background-color: #EA6670;
}
</style>
border-color css
<style>
span { border-color: #EA6670; }
span { border-color: rgb(234,102,112); }
td.TdClassName
{
border-color: #EA6670;
}
.TagClassName
{
border-color: #EA6670;
}
</style>