Shades of Froly #EA6774
Tints of Froly #EA6774
RGB
CMYK
RGB Variations
Color information
#EA6774 (or 0xEA6774) is known color: Froly. HEX triplet: EA, 67 and 74. RGB value is (234,103,116). Sum of RGB (Red+Green+Blue) = 234+103+116=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6774 is #15988B. Grayscale: #8F8F8F. Windows color (decimal): -1415308 or 7628778. OLE color: 7628778.
HSL color Cylindrical-coordinate representation of color #EA6774: hue angle of 354.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6774 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 116 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.08 |
| HSL | 354.05º | 0.76% | 0.66% | - |
| HSV(B) | 354.05º | 0.56% | 0.92% | - |
| XYZ | 41.93 | 28.45 | 19.8 | - |
| YUV | 143.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 116 | 0 | 0.56 | 0.50 | 0.08 | 354.05 | 0.76 | 0.66 |
| Hex | EA | 67 | 74 | 0 | 38 | 32 | 8 | 162 | 4C | 42 |
| Octal | 352 | 147 | 164 | 0 | 70 | 62 | 10 | 542 | 114 | 102 |
| Binary | 11101010 | 1100111 | 1110100 | 0 | 111000 | 110010 | 1000 | 101100010 | 1001100 | 1000010 |
Color Harmonies of #EA6774
Complementary color
Monochromatic Colors of #EA6774
Black with #EA6774
Text Example
Text Example
White with #EA6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6774; }
p { color: rgb(234,103,116); }
H1.HeaderClassName
{
color: #EA6774;
}
.AnyTagClassName
{
color: #EA6774;
}
</style>
background-color css
<style>
a { background-color: #EA6774; }
a { background-color: rgb(234,103,116); }
div.DivClassName
{
background-color: #EA6774;
}
.BgClassName
{
background-color: #EA6774;
}
</style>
border-color css
<style>
span { border-color: #EA6774; }
span { border-color: rgb(234,103,116); }
td.TdClassName
{
border-color: #EA6774;
}
.TagClassName
{
border-color: #EA6774;
}
</style>