Shades of Persian Pink #FF7EC1
Tints of Persian Pink #FF7EC1
RGB
CMYK
RGB Variations
Color information
#FF7EC1 (or 0xFF7EC1) is known color: Persian Pink. HEX triplet: FF, 7E and C1. RGB value is (255,126,193). Sum of RGB (Red+Green+Blue) = 255+126+193=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EC1 is #00813E. Grayscale: #ACACAC. Windows color (decimal): -33087 or 12680959. OLE color: 12680959.
HSL color Cylindrical-coordinate representation of color #FF7EC1: hue angle of 328.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EC1 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 193 | - |
| CMYK | 0 | 0.51 | 0.24 | 0 |
| HSL | 328.84º | 1% | 0.75% | - |
| HSV(B) | 328.84º | 0.51% | 1% | - |
| XYZ | 58.33 | 40.03 | 55.1 | - |
| YUV | 172.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 193 | 0 | 0.51 | 0.24 | 0 | 328.84 | 1 | 0.75 |
| Hex | FF | 7E | C1 | 0 | 33 | 18 | 0 | 149 | 64 | 4B |
| Octal | 377 | 176 | 301 | 0 | 63 | 30 | 0 | 511 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11000001 | 0 | 110011 | 11000 | 0 | 101001001 | 1100100 | 1001011 |
Color Harmonies of #FF7EC1
Complementary color
Monochromatic Colors of #FF7EC1
Black with #FF7EC1
Text Example
Text Example
White with #FF7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EC1; }
p { color: rgb(255,126,193); }
H1.HeaderClassName
{
color: #FF7EC1;
}
.AnyTagClassName
{
color: #FF7EC1;
}
</style>
background-color css
<style>
a { background-color: #FF7EC1; }
a { background-color: rgb(255,126,193); }
div.DivClassName
{
background-color: #FF7EC1;
}
.BgClassName
{
background-color: #FF7EC1;
}
</style>
border-color css
<style>
span { border-color: #FF7EC1; }
span { border-color: rgb(255,126,193); }
td.TdClassName
{
border-color: #FF7EC1;
}
.TagClassName
{
border-color: #FF7EC1;
}
</style>