Shades of Froly #EA6D75
Tints of Froly #EA6D75
RGB
CMYK
RGB Variations
Color information
#EA6D75 (or 0xEA6D75) is known color: Froly. HEX triplet: EA, 6D and 75. RGB value is (234,109,117). Sum of RGB (Red+Green+Blue) = 234+109+117=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D75 is #15928A. Grayscale: #939393. Windows color (decimal): -1413771 or 7695850. OLE color: 7695850.
HSL color Cylindrical-coordinate representation of color #EA6D75: hue angle of 356.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6D75 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 117 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.08 |
| HSL | 356.16º | 0.75% | 0.67% | - |
| HSV(B) | 356.16º | 0.53% | 0.92% | - |
| XYZ | 42.61 | 29.71 | 20.32 | - |
| YUV | 147.29 | 110.91 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 117 | 0 | 0.53 | 0.5 | 0.08 | 356.16 | 0.75 | 0.67 |
| Hex | EA | 6D | 75 | 0 | 35 | 32 | 8 | 164 | 4B | 43 |
| Octal | 352 | 155 | 165 | 0 | 65 | 62 | 10 | 544 | 113 | 103 |
| Binary | 11101010 | 1101101 | 1110101 | 0 | 110101 | 110010 | 1000 | 101100100 | 1001011 | 1000011 |
Color Harmonies of #EA6D75
Complementary color
Monochromatic Colors of #EA6D75
Black with #EA6D75
Text Example
Text Example
White with #EA6D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D75; }
p { color: rgb(234,109,117); }
H1.HeaderClassName
{
color: #EA6D75;
}
.AnyTagClassName
{
color: #EA6D75;
}
</style>
background-color css
<style>
a { background-color: #EA6D75; }
a { background-color: rgb(234,109,117); }
div.DivClassName
{
background-color: #EA6D75;
}
.BgClassName
{
background-color: #EA6D75;
}
</style>
border-color css
<style>
span { border-color: #EA6D75; }
span { border-color: rgb(234,109,117); }
td.TdClassName
{
border-color: #EA6D75;
}
.TagClassName
{
border-color: #EA6D75;
}
</style>