Shades of Persian Pink #E279C5
Tints of Persian Pink #E279C5
RGB
CMYK
RGB Variations
Color information
#E279C5 (or 0xE279C5) is known color: Persian Pink. HEX triplet: E2, 79 and C5. RGB value is (226,121,197). Sum of RGB (Red+Green+Blue) = 226+121+197=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E279C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279C5 is #1D863A. Grayscale: #A0A0A0. Windows color (decimal): -1934907 or 12941794. OLE color: 12941794.
HSL color Cylindrical-coordinate representation of color #E279C5: hue angle of 316.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279C5 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 197 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.11 |
| HSL | 316.57º | 0.64% | 0.68% | - |
| HSV(B) | 316.57º | 0.46% | 0.89% | - |
| XYZ | 48.28 | 33.87 | 56.82 | - |
| YUV | 161.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 197 | 0 | 0.46 | 0.13 | 0.11 | 316.57 | 0.64 | 0.68 |
| Hex | E2 | 79 | C5 | 0 | 2E | D | B | 13D | 40 | 44 |
| Octal | 342 | 171 | 305 | 0 | 56 | 15 | 13 | 475 | 100 | 104 |
| Binary | 11100010 | 1111001 | 11000101 | 0 | 101110 | 1101 | 1011 | 100111101 | 1000000 | 1000100 |
Color Harmonies of #E279C5
Complementary color
Monochromatic Colors of #E279C5
Black with #E279C5
Text Example
Text Example
White with #E279C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279C5; }
p { color: rgb(226,121,197); }
H1.HeaderClassName
{
color: #E279C5;
}
.AnyTagClassName
{
color: #E279C5;
}
</style>
background-color css
<style>
a { background-color: #E279C5; }
a { background-color: rgb(226,121,197); }
div.DivClassName
{
background-color: #E279C5;
}
.BgClassName
{
background-color: #E279C5;
}
</style>
border-color css
<style>
span { border-color: #E279C5; }
span { border-color: rgb(226,121,197); }
td.TdClassName
{
border-color: #E279C5;
}
.TagClassName
{
border-color: #E279C5;
}
</style>