Shades of Froly #EB667D
Tints of Froly #EB667D
RGB
CMYK
RGB Variations
Color information
#EB667D (or 0xEB667D) is known color: Froly. HEX triplet: EB, 66 and 7D. RGB value is (235,102,125). Sum of RGB (Red+Green+Blue) = 235+102+125=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB667D is #149982. Grayscale: #909090. Windows color (decimal): -1350019 or 8218347. OLE color: 8218347.
HSL color Cylindrical-coordinate representation of color #EB667D: hue angle of 349.62º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB667D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 125 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.08 |
| HSL | 349.62º | 0.77% | 0.66% | - |
| HSV(B) | 349.62º | 0.57% | 0.92% | - |
| XYZ | 42.71 | 28.65 | 22.68 | - |
| YUV | 144.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 125 | 0 | 0.57 | 0.47 | 0.08 | 349.62 | 0.77 | 0.66 |
| Hex | EB | 66 | 7D | 0 | 39 | 2F | 8 | 15E | 4D | 42 |
| Octal | 353 | 146 | 175 | 0 | 71 | 57 | 10 | 536 | 115 | 102 |
| Binary | 11101011 | 1100110 | 1111101 | 0 | 111001 | 101111 | 1000 | 101011110 | 1001101 | 1000010 |
Color Harmonies of #EB667D
Complementary color
Monochromatic Colors of #EB667D
Black with #EB667D
Text Example
Text Example
White with #EB667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB667D; }
p { color: rgb(235,102,125); }
H1.HeaderClassName
{
color: #EB667D;
}
.AnyTagClassName
{
color: #EB667D;
}
</style>
background-color css
<style>
a { background-color: #EB667D; }
a { background-color: rgb(235,102,125); }
div.DivClassName
{
background-color: #EB667D;
}
.BgClassName
{
background-color: #EB667D;
}
</style>
border-color css
<style>
span { border-color: #EB667D; }
span { border-color: rgb(235,102,125); }
td.TdClassName
{
border-color: #EB667D;
}
.TagClassName
{
border-color: #EB667D;
}
</style>