Shades of Froly #EA737D
Tints of Froly #EA737D
RGB
CMYK
RGB Variations
Color information
#EA737D (or 0xEA737D) is known color: Froly. HEX triplet: EA, 73 and 7D. RGB value is (234,115,125). Sum of RGB (Red+Green+Blue) = 234+115+125=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA737D is #158C82. Grayscale: #979797. Windows color (decimal): -1412227 or 8221674. OLE color: 8221674.
HSL color Cylindrical-coordinate representation of color #EA737D: hue angle of 354.96º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA737D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 125 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.08 |
| HSL | 354.96º | 0.74% | 0.68% | - |
| HSV(B) | 354.96º | 0.51% | 0.92% | - |
| XYZ | 43.76 | 31.23 | 23.12 | - |
| YUV | 151.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 125 | 0 | 0.51 | 0.47 | 0.08 | 354.96 | 0.74 | 0.68 |
| Hex | EA | 73 | 7D | 0 | 33 | 2F | 8 | 163 | 4A | 44 |
| Octal | 352 | 163 | 175 | 0 | 63 | 57 | 10 | 543 | 112 | 104 |
| Binary | 11101010 | 1110011 | 1111101 | 0 | 110011 | 101111 | 1000 | 101100011 | 1001010 | 1000100 |
Color Harmonies of #EA737D
Complementary color
Monochromatic Colors of #EA737D
Black with #EA737D
Text Example
Text Example
White with #EA737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA737D; }
p { color: rgb(234,115,125); }
H1.HeaderClassName
{
color: #EA737D;
}
.AnyTagClassName
{
color: #EA737D;
}
</style>
background-color css
<style>
a { background-color: #EA737D; }
a { background-color: rgb(234,115,125); }
div.DivClassName
{
background-color: #EA737D;
}
.BgClassName
{
background-color: #EA737D;
}
</style>
border-color css
<style>
span { border-color: #EA737D; }
span { border-color: rgb(234,115,125); }
td.TdClassName
{
border-color: #EA737D;
}
.TagClassName
{
border-color: #EA737D;
}
</style>