Shades of Froly #EB677A
Tints of Froly #EB677A
RGB
CMYK
RGB Variations
Color information
#EB677A (or 0xEB677A) is known color: Froly. HEX triplet: EB, 67 and 7A. RGB value is (235,103,122). Sum of RGB (Red+Green+Blue) = 235+103+122=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB677A is #149885. Grayscale: #909090. Windows color (decimal): -1349766 or 8021995. OLE color: 8021995.
HSL color Cylindrical-coordinate representation of color #EB677A: hue angle of 351.36º degrees, saturation: 0.77, 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 #EB677A is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 122 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.08 |
| HSL | 351.36º | 0.77% | 0.66% | - |
| HSV(B) | 351.36º | 0.56% | 0.92% | - |
| XYZ | 42.62 | 28.77 | 21.72 | - |
| YUV | 144.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 122 | 0 | 0.56 | 0.48 | 0.08 | 351.36 | 0.77 | 0.66 |
| Hex | EB | 67 | 7A | 0 | 38 | 30 | 8 | 15F | 4D | 42 |
| Octal | 353 | 147 | 172 | 0 | 70 | 60 | 10 | 537 | 115 | 102 |
| Binary | 11101011 | 1100111 | 1111010 | 0 | 111000 | 110000 | 1000 | 101011111 | 1001101 | 1000010 |
Color Harmonies of #EB677A
Complementary color
Monochromatic Colors of #EB677A
Black with #EB677A
Text Example
Text Example
White with #EB677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB677A; }
p { color: rgb(235,103,122); }
H1.HeaderClassName
{
color: #EB677A;
}
.AnyTagClassName
{
color: #EB677A;
}
</style>
background-color css
<style>
a { background-color: #EB677A; }
a { background-color: rgb(235,103,122); }
div.DivClassName
{
background-color: #EB677A;
}
.BgClassName
{
background-color: #EB677A;
}
</style>
border-color css
<style>
span { border-color: #EB677A; }
span { border-color: rgb(235,103,122); }
td.TdClassName
{
border-color: #EB677A;
}
.TagClassName
{
border-color: #EB677A;
}
</style>