Shades of Persian Pink #EB6FBA
Tints of Persian Pink #EB6FBA
RGB
CMYK
RGB Variations
Color information
#EB6FBA (or 0xEB6FBA) is known color: Persian Pink. HEX triplet: EB, 6F and BA. RGB value is (235,111,186). Sum of RGB (Red+Green+Blue) = 235+111+186=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FBA is #149045. Grayscale: #9C9C9C. Windows color (decimal): -1347654 or 12218347. OLE color: 12218347.
HSL color Cylindrical-coordinate representation of color #EB6FBA: hue angle of 323.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FBA is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 186 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.08 |
| HSL | 323.71º | 0.76% | 0.68% | - |
| HSV(B) | 323.71º | 0.53% | 0.92% | - |
| XYZ | 48.81 | 32.58 | 50.17 | - |
| YUV | 156.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 186 | 0 | 0.53 | 0.21 | 0.08 | 323.71 | 0.76 | 0.68 |
| Hex | EB | 6F | BA | 0 | 35 | 15 | 8 | 144 | 4C | 44 |
| Octal | 353 | 157 | 272 | 0 | 65 | 25 | 10 | 504 | 114 | 104 |
| Binary | 11101011 | 1101111 | 10111010 | 0 | 110101 | 10101 | 1000 | 101000100 | 1001100 | 1000100 |
Color Harmonies of #EB6FBA
Complementary color
Monochromatic Colors of #EB6FBA
Black with #EB6FBA
Text Example
Text Example
White with #EB6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6FBA; }
p { color: rgb(235,111,186); }
H1.HeaderClassName
{
color: #EB6FBA;
}
.AnyTagClassName
{
color: #EB6FBA;
}
</style>
background-color css
<style>
a { background-color: #EB6FBA; }
a { background-color: rgb(235,111,186); }
div.DivClassName
{
background-color: #EB6FBA;
}
.BgClassName
{
background-color: #EB6FBA;
}
</style>
border-color css
<style>
span { border-color: #EB6FBA; }
span { border-color: rgb(235,111,186); }
td.TdClassName
{
border-color: #EB6FBA;
}
.TagClassName
{
border-color: #EB6FBA;
}
</style>