Shades of Persian Pink #E67AC0
Tints of Persian Pink #E67AC0
RGB
CMYK
RGB Variations
Color information
#E67AC0 (or 0xE67AC0) is known color: Persian Pink. HEX triplet: E6, 7A and C0. RGB value is (230,122,192). Sum of RGB (Red+Green+Blue) = 230+122+192=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AC0 is #19853F. Grayscale: #A2A2A2. Windows color (decimal): -1672512 or 12614374. OLE color: 12614374.
HSL color Cylindrical-coordinate representation of color #E67AC0: hue angle of 321.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67AC0 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 192 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.10 |
| HSL | 321.11º | 0.68% | 0.69% | - |
| HSV(B) | 321.11º | 0.47% | 0.9% | - |
| XYZ | 49.11 | 34.55 | 53.95 | - |
| YUV | 162.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 192 | 0 | 0.47 | 0.17 | 0.10 | 321.11 | 0.68 | 0.69 |
| Hex | E6 | 7A | C0 | 0 | 2F | 11 | A | 141 | 44 | 45 |
| Octal | 346 | 172 | 300 | 0 | 57 | 21 | 12 | 501 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11000000 | 0 | 101111 | 10001 | 1010 | 101000001 | 1000100 | 1000101 |
Color Harmonies of #E67AC0
Complementary color
Monochromatic Colors of #E67AC0
Black with #E67AC0
Text Example
Text Example
White with #E67AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AC0; }
p { color: rgb(230,122,192); }
H1.HeaderClassName
{
color: #E67AC0;
}
.AnyTagClassName
{
color: #E67AC0;
}
</style>
background-color css
<style>
a { background-color: #E67AC0; }
a { background-color: rgb(230,122,192); }
div.DivClassName
{
background-color: #E67AC0;
}
.BgClassName
{
background-color: #E67AC0;
}
</style>
border-color css
<style>
span { border-color: #E67AC0; }
span { border-color: rgb(230,122,192); }
td.TdClassName
{
border-color: #E67AC0;
}
.TagClassName
{
border-color: #E67AC0;
}
</style>