Shades of Froly #EA616A
Tints of Froly #EA616A
RGB
CMYK
RGB Variations
Color information
#EA616A (or 0xEA616A) is known color: Froly. HEX triplet: EA, 61 and 6A. RGB value is (234,97,106). Sum of RGB (Red+Green+Blue) = 234+97+106=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA616A is #159E95. Grayscale: #8B8B8B. Windows color (decimal): -1416854 or 6971882. OLE color: 6971882.
HSL color Cylindrical-coordinate representation of color #EA616A: hue angle of 356.06º 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 #EA616A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 106 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.08 |
| HSL | 356.06º | 0.77% | 0.65% | - |
| HSV(B) | 356.06º | 0.59% | 0.92% | - |
| XYZ | 40.81 | 27.08 | 16.71 | - |
| YUV | 138.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 106 | 0 | 0.59 | 0.55 | 0.08 | 356.06 | 0.77 | 0.65 |
| Hex | EA | 61 | 6A | 0 | 3B | 37 | 8 | 164 | 4D | 41 |
| Octal | 352 | 141 | 152 | 0 | 73 | 67 | 10 | 544 | 115 | 101 |
| Binary | 11101010 | 1100001 | 1101010 | 0 | 111011 | 110111 | 1000 | 101100100 | 1001101 | 1000001 |
Color Harmonies of #EA616A
Complementary color
Monochromatic Colors of #EA616A
Black with #EA616A
Text Example
Text Example
White with #EA616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA616A; }
p { color: rgb(234,97,106); }
H1.HeaderClassName
{
color: #EA616A;
}
.AnyTagClassName
{
color: #EA616A;
}
</style>
background-color css
<style>
a { background-color: #EA616A; }
a { background-color: rgb(234,97,106); }
div.DivClassName
{
background-color: #EA616A;
}
.BgClassName
{
background-color: #EA616A;
}
</style>
border-color css
<style>
span { border-color: #EA616A; }
span { border-color: rgb(234,97,106); }
td.TdClassName
{
border-color: #EA616A;
}
.TagClassName
{
border-color: #EA616A;
}
</style>