Shades of Persian Pink #EB71C0
Tints of Persian Pink #EB71C0
RGB
CMYK
RGB Variations
Color information
#EB71C0 (or 0xEB71C0) is known color: Persian Pink. HEX triplet: EB, 71 and C0. RGB value is (235,113,192). Sum of RGB (Red+Green+Blue) = 235+113+192=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71C0 is #148E3F. Grayscale: #9E9E9E. Windows color (decimal): -1347136 or 12612075. OLE color: 12612075.
HSL color Cylindrical-coordinate representation of color #EB71C0: hue angle of 321.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB71C0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 113 | 192 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.08 |
| HSL | 321.15º | 0.75% | 0.68% | - |
| HSV(B) | 321.15º | 0.52% | 0.92% | - |
| XYZ | 49.68 | 33.28 | 53.67 | - |
| YUV | 158.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 113 | 192 | 0 | 0.52 | 0.18 | 0.08 | 321.15 | 0.75 | 0.68 |
| Hex | EB | 71 | C0 | 0 | 34 | 12 | 8 | 141 | 4B | 44 |
| Octal | 353 | 161 | 300 | 0 | 64 | 22 | 10 | 501 | 113 | 104 |
| Binary | 11101011 | 1110001 | 11000000 | 0 | 110100 | 10010 | 1000 | 101000001 | 1001011 | 1000100 |
Color Harmonies of #EB71C0
Complementary color
Monochromatic Colors of #EB71C0
Black with #EB71C0
Text Example
Text Example
White with #EB71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB71C0; }
p { color: rgb(235,113,192); }
H1.HeaderClassName
{
color: #EB71C0;
}
.AnyTagClassName
{
color: #EB71C0;
}
</style>
background-color css
<style>
a { background-color: #EB71C0; }
a { background-color: rgb(235,113,192); }
div.DivClassName
{
background-color: #EB71C0;
}
.BgClassName
{
background-color: #EB71C0;
}
</style>
border-color css
<style>
span { border-color: #EB71C0; }
span { border-color: rgb(235,113,192); }
td.TdClassName
{
border-color: #EB71C0;
}
.TagClassName
{
border-color: #EB71C0;
}
</style>