Shades of Froly #EA7B7D
Tints of Froly #EA7B7D
RGB
CMYK
RGB Variations
Color information
#EA7B7D (or 0xEA7B7D) is known color: Froly. HEX triplet: EA, 7B and 7D. RGB value is (234,123,125). Sum of RGB (Red+Green+Blue) = 234+123+125=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B7D is #158482. Grayscale: #9C9C9C. Windows color (decimal): -1410179 or 8223722. OLE color: 8223722.
HSL color Cylindrical-coordinate representation of color #EA7B7D: hue angle of 358.92º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7B7D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 125 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.08 |
| HSL | 358.92º | 0.73% | 0.7% | - |
| HSV(B) | 358.92º | 0.47% | 0.92% | - |
| XYZ | 44.72 | 33.14 | 23.44 | - |
| YUV | 156.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 125 | 0 | 0.47 | 0.47 | 0.08 | 358.92 | 0.73 | 0.7 |
| Hex | EA | 7B | 7D | 0 | 2F | 2F | 8 | 167 | 49 | 46 |
| Octal | 352 | 173 | 175 | 0 | 57 | 57 | 10 | 547 | 111 | 106 |
| Binary | 11101010 | 1111011 | 1111101 | 0 | 101111 | 101111 | 1000 | 101100111 | 1001001 | 1000110 |
Color Harmonies of #EA7B7D
Complementary color
Monochromatic Colors of #EA7B7D
Black with #EA7B7D
Text Example
Text Example
White with #EA7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B7D; }
p { color: rgb(234,123,125); }
H1.HeaderClassName
{
color: #EA7B7D;
}
.AnyTagClassName
{
color: #EA7B7D;
}
</style>
background-color css
<style>
a { background-color: #EA7B7D; }
a { background-color: rgb(234,123,125); }
div.DivClassName
{
background-color: #EA7B7D;
}
.BgClassName
{
background-color: #EA7B7D;
}
</style>
border-color css
<style>
span { border-color: #EA7B7D; }
span { border-color: rgb(234,123,125); }
td.TdClassName
{
border-color: #EA7B7D;
}
.TagClassName
{
border-color: #EA7B7D;
}
</style>