Shades of Froly #EA6067
Tints of Froly #EA6067
RGB
CMYK
RGB Variations
Color information
#EA6067 (or 0xEA6067) is known color: Froly. HEX triplet: EA, 60 and 67. RGB value is (234,96,103). Sum of RGB (Red+Green+Blue) = 234+96+103=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6067 is #159F98. Grayscale: #8A8A8A. Windows color (decimal): -1417113 or 6775018. OLE color: 6775018.
HSL color Cylindrical-coordinate representation of color #EA6067: hue angle of 356.96º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6067 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 103 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.08 |
| HSL | 356.96º | 0.77% | 0.65% | - |
| HSV(B) | 356.96º | 0.59% | 0.92% | - |
| XYZ | 40.56 | 26.84 | 15.87 | - |
| YUV | 138.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 103 | 0 | 0.59 | 0.56 | 0.08 | 356.96 | 0.77 | 0.65 |
| Hex | EA | 60 | 67 | 0 | 3B | 38 | 8 | 165 | 4D | 41 |
| Octal | 352 | 140 | 147 | 0 | 73 | 70 | 10 | 545 | 115 | 101 |
| Binary | 11101010 | 1100000 | 1100111 | 0 | 111011 | 111000 | 1000 | 101100101 | 1001101 | 1000001 |
Color Harmonies of #EA6067
Complementary color
Monochromatic Colors of #EA6067
Black with #EA6067
Text Example
Text Example
White with #EA6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6067; }
p { color: rgb(234,96,103); }
H1.HeaderClassName
{
color: #EA6067;
}
.AnyTagClassName
{
color: #EA6067;
}
</style>
background-color css
<style>
a { background-color: #EA6067; }
a { background-color: rgb(234,96,103); }
div.DivClassName
{
background-color: #EA6067;
}
.BgClassName
{
background-color: #EA6067;
}
</style>
border-color css
<style>
span { border-color: #EA6067; }
span { border-color: rgb(234,96,103); }
td.TdClassName
{
border-color: #EA6067;
}
.TagClassName
{
border-color: #EA6067;
}
</style>