Shades of Froly #EB6B7E
Tints of Froly #EB6B7E
RGB
CMYK
RGB Variations
Color information
#EB6B7E (or 0xEB6B7E) is known color: Froly. HEX triplet: EB, 6B and 7E. RGB value is (235,107,126). Sum of RGB (Red+Green+Blue) = 235+107+126=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6B7E is #149481. Grayscale: #939393. Windows color (decimal): -1348738 or 8285163. OLE color: 8285163.
HSL color Cylindrical-coordinate representation of color #EB6B7E: hue angle of 351.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6B7E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 107 | 126 | - |
CMYK | 0 | 0.54 | 0.46 | 0.08 |
HSL | 351.09º | 0.76% | 0.67% | - |
HSV(B) | 351.09º | 0.54% | 0.92% | - |
XYZ | 43.28 | 29.68 | 23.19 | - |
YUV | 147.44 | 115.91 | 190.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 107 | 126 | 0 | 0.54 | 0.46 | 0.08 | 351.09 | 0.76 | 0.67 |
Hex | EB | 6B | 7E | 0 | 36 | 2E | 8 | 15F | 4C | 43 |
Octal | 353 | 153 | 176 | 0 | 66 | 56 | 10 | 537 | 114 | 103 |
Binary | 11101011 | 1101011 | 1111110 | 0 | 110110 | 101110 | 1000 | 101011111 | 1001100 | 1000011 |
Color Harmonies of #EB6B7E
Complementary color
Monochromatic Colors of #EB6B7E
Black with #EB6B7E
Text Example
Text Example
White with #EB6B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6B7E; }
p { color: rgb(235,107,126); }
H1.HeaderClassName
{
color: #EB6B7E;
}
.AnyTagClassName
{
color: #EB6B7E;
}
</style>
background-color css
<style>
a { background-color: #EB6B7E; }
a { background-color: rgb(235,107,126); }
div.DivClassName
{
background-color: #EB6B7E;
}
.BgClassName
{
background-color: #EB6B7E;
}
</style>
border-color css
<style>
span { border-color: #EB6B7E; }
span { border-color: rgb(235,107,126); }
td.TdClassName
{
border-color: #EB6B7E;
}
.TagClassName
{
border-color: #EB6B7E;
}
</style>