Shades of Froly #EA7A7D
Tints of Froly #EA7A7D
RGB
CMYK
RGB Variations
Color information
#EA7A7D (or 0xEA7A7D) is known color: Froly. HEX triplet: EA, 7A and 7D. RGB value is (234,122,125). Sum of RGB (Red+Green+Blue) = 234+122+125=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A7D is #158582. Grayscale: #9B9B9B. Windows color (decimal): -1410435 or 8223466. OLE color: 8223466.
HSL color Cylindrical-coordinate representation of color #EA7A7D: hue angle of 358.39º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7A7D is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 125 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.08 |
| HSL | 358.39º | 0.73% | 0.7% | - |
| HSV(B) | 358.39º | 0.48% | 0.92% | - |
| XYZ | 44.59 | 32.89 | 23.4 | - |
| YUV | 155.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 125 | 0 | 0.48 | 0.47 | 0.08 | 358.39 | 0.73 | 0.7 |
| Hex | EA | 7A | 7D | 0 | 30 | 2F | 8 | 166 | 49 | 46 |
| Octal | 352 | 172 | 175 | 0 | 60 | 57 | 10 | 546 | 111 | 106 |
| Binary | 11101010 | 1111010 | 1111101 | 0 | 110000 | 101111 | 1000 | 101100110 | 1001001 | 1000110 |
Color Harmonies of #EA7A7D
Complementary color
Monochromatic Colors of #EA7A7D
Black with #EA7A7D
Text Example
Text Example
White with #EA7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A7D; }
p { color: rgb(234,122,125); }
H1.HeaderClassName
{
color: #EA7A7D;
}
.AnyTagClassName
{
color: #EA7A7D;
}
</style>
background-color css
<style>
a { background-color: #EA7A7D; }
a { background-color: rgb(234,122,125); }
div.DivClassName
{
background-color: #EA7A7D;
}
.BgClassName
{
background-color: #EA7A7D;
}
</style>
border-color css
<style>
span { border-color: #EA7A7D; }
span { border-color: rgb(234,122,125); }
td.TdClassName
{
border-color: #EA7A7D;
}
.TagClassName
{
border-color: #EA7A7D;
}
</style>