Shades of Froly #EA5A6B
Tints of Froly #EA5A6B
RGB
CMYK
RGB Variations
Color information
#EA5A6B (or 0xEA5A6B) is known color: Froly. HEX triplet: EA, 5A and 6B. RGB value is (234,90,107). Sum of RGB (Red+Green+Blue) = 234+90+107=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A6B is #15A594. Grayscale: #878787. Windows color (decimal): -1418645 or 7035626. OLE color: 7035626.
HSL color Cylindrical-coordinate representation of color #EA5A6B: hue angle of 352.92º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5A6B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 107 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.08 |
| HSL | 352.92º | 0.77% | 0.64% | - |
| HSV(B) | 352.92º | 0.62% | 0.92% | - |
| XYZ | 40.24 | 25.87 | 16.78 | - |
| YUV | 134.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 107 | 0 | 0.62 | 0.54 | 0.08 | 352.92 | 0.77 | 0.64 |
| Hex | EA | 5A | 6B | 0 | 3E | 36 | 8 | 161 | 4D | 40 |
| Octal | 352 | 132 | 153 | 0 | 76 | 66 | 10 | 541 | 115 | 100 |
| Binary | 11101010 | 1011010 | 1101011 | 0 | 111110 | 110110 | 1000 | 101100001 | 1001101 | 1000000 |
Color Harmonies of #EA5A6B
Complementary color
Monochromatic Colors of #EA5A6B
Black with #EA5A6B
Text Example
Text Example
White with #EA5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5A6B; }
p { color: rgb(234,90,107); }
H1.HeaderClassName
{
color: #EA5A6B;
}
.AnyTagClassName
{
color: #EA5A6B;
}
</style>
background-color css
<style>
a { background-color: #EA5A6B; }
a { background-color: rgb(234,90,107); }
div.DivClassName
{
background-color: #EA5A6B;
}
.BgClassName
{
background-color: #EA5A6B;
}
</style>
border-color css
<style>
span { border-color: #EA5A6B; }
span { border-color: rgb(234,90,107); }
td.TdClassName
{
border-color: #EA5A6B;
}
.TagClassName
{
border-color: #EA5A6B;
}
</style>