Shades of Persian Pink #E673C0
Tints of Persian Pink #E673C0
RGB
CMYK
RGB Variations
Color information
#E673C0 (or 0xE673C0) is known color: Persian Pink. HEX triplet: E6, 73 and C0. RGB value is (230,115,192). Sum of RGB (Red+Green+Blue) = 230+115+192=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E673C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673C0 is #198C3F. Grayscale: #9D9D9D. Windows color (decimal): -1674304 or 12612582. OLE color: 12612582.
HSL color Cylindrical-coordinate representation of color #E673C0: hue angle of 319.83º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673C0 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 192 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.10 |
| HSL | 319.83º | 0.7% | 0.68% | - |
| HSV(B) | 319.83º | 0.5% | 0.9% | - |
| XYZ | 48.28 | 32.89 | 53.67 | - |
| YUV | 158.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 192 | 0 | 0.5 | 0.17 | 0.10 | 319.83 | 0.7 | 0.68 |
| Hex | E6 | 73 | C0 | 0 | 32 | 11 | A | 140 | 46 | 44 |
| Octal | 346 | 163 | 300 | 0 | 62 | 21 | 12 | 500 | 106 | 104 |
| Binary | 11100110 | 1110011 | 11000000 | 0 | 110010 | 10001 | 1010 | 101000000 | 1000110 | 1000100 |
Color Harmonies of #E673C0
Complementary color
Monochromatic Colors of #E673C0
Black with #E673C0
Text Example
Text Example
White with #E673C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673C0; }
p { color: rgb(230,115,192); }
H1.HeaderClassName
{
color: #E673C0;
}
.AnyTagClassName
{
color: #E673C0;
}
</style>
background-color css
<style>
a { background-color: #E673C0; }
a { background-color: rgb(230,115,192); }
div.DivClassName
{
background-color: #E673C0;
}
.BgClassName
{
background-color: #E673C0;
}
</style>
border-color css
<style>
span { border-color: #E673C0; }
span { border-color: rgb(230,115,192); }
td.TdClassName
{
border-color: #E673C0;
}
.TagClassName
{
border-color: #E673C0;
}
</style>