Shades of Persian Pink #E67AB6
Tints of Persian Pink #E67AB6
RGB
CMYK
RGB Variations
Color information
#E67AB6 (or 0xE67AB6) is known color: Persian Pink. HEX triplet: E6, 7A and B6. RGB value is (230,122,182). Sum of RGB (Red+Green+Blue) = 230+122+182=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AB6 is #198549. Grayscale: #A1A1A1. Windows color (decimal): -1672522 or 11959014. OLE color: 11959014.
HSL color Cylindrical-coordinate representation of color #E67AB6: hue angle of 326.67º 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 #E67AB6 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 182 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.10 |
| HSL | 326.67º | 0.68% | 0.69% | - |
| HSV(B) | 326.67º | 0.47% | 0.9% | - |
| XYZ | 48.04 | 34.12 | 48.31 | - |
| YUV | 161.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 182 | 0 | 0.47 | 0.21 | 0.10 | 326.67 | 0.68 | 0.69 |
| Hex | E6 | 7A | B6 | 0 | 2F | 15 | A | 147 | 44 | 45 |
| Octal | 346 | 172 | 266 | 0 | 57 | 25 | 12 | 507 | 104 | 105 |
| Binary | 11100110 | 1111010 | 10110110 | 0 | 101111 | 10101 | 1010 | 101000111 | 1000100 | 1000101 |
Color Harmonies of #E67AB6
Complementary color
Monochromatic Colors of #E67AB6
Black with #E67AB6
Text Example
Text Example
White with #E67AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AB6; }
p { color: rgb(230,122,182); }
H1.HeaderClassName
{
color: #E67AB6;
}
.AnyTagClassName
{
color: #E67AB6;
}
</style>
background-color css
<style>
a { background-color: #E67AB6; }
a { background-color: rgb(230,122,182); }
div.DivClassName
{
background-color: #E67AB6;
}
.BgClassName
{
background-color: #E67AB6;
}
</style>
border-color css
<style>
span { border-color: #E67AB6; }
span { border-color: rgb(230,122,182); }
td.TdClassName
{
border-color: #E67AB6;
}
.TagClassName
{
border-color: #E67AB6;
}
</style>