Shades of Froly #EA6977
Tints of Froly #EA6977
RGB
CMYK
RGB Variations
Color information
#EA6977 (or 0xEA6977) is known color: Froly. HEX triplet: EA, 69 and 77. RGB value is (234,105,119). Sum of RGB (Red+Green+Blue) = 234+105+119=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6977 is #159688. Grayscale: #919191. Windows color (decimal): -1414793 or 7825898. OLE color: 7825898.
HSL color Cylindrical-coordinate representation of color #EA6977: hue angle of 353.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6977 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 119 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.08 |
| HSL | 353.49º | 0.75% | 0.66% | - |
| HSV(B) | 353.49º | 0.55% | 0.92% | - |
| XYZ | 42.31 | 28.93 | 20.81 | - |
| YUV | 145.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 119 | 0 | 0.55 | 0.49 | 0.08 | 353.49 | 0.75 | 0.66 |
| Hex | EA | 69 | 77 | 0 | 37 | 31 | 8 | 161 | 4B | 42 |
| Octal | 352 | 151 | 167 | 0 | 67 | 61 | 10 | 541 | 113 | 102 |
| Binary | 11101010 | 1101001 | 1110111 | 0 | 110111 | 110001 | 1000 | 101100001 | 1001011 | 1000010 |
Color Harmonies of #EA6977
Complementary color
Monochromatic Colors of #EA6977
Black with #EA6977
Text Example
Text Example
White with #EA6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6977; }
p { color: rgb(234,105,119); }
H1.HeaderClassName
{
color: #EA6977;
}
.AnyTagClassName
{
color: #EA6977;
}
</style>
background-color css
<style>
a { background-color: #EA6977; }
a { background-color: rgb(234,105,119); }
div.DivClassName
{
background-color: #EA6977;
}
.BgClassName
{
background-color: #EA6977;
}
</style>
border-color css
<style>
span { border-color: #EA6977; }
span { border-color: rgb(234,105,119); }
td.TdClassName
{
border-color: #EA6977;
}
.TagClassName
{
border-color: #EA6977;
}
</style>