Shades of Persian Pink #E67ABE
Tints of Persian Pink #E67ABE
RGB
CMYK
RGB Variations
Color information
#E67ABE (or 0xE67ABE) is known color: Persian Pink. HEX triplet: E6, 7A and BE. RGB value is (230,122,190). Sum of RGB (Red+Green+Blue) = 230+122+190=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ABE is #198541. Grayscale: #A1A1A1. Windows color (decimal): -1672514 or 12483302. OLE color: 12483302.
HSL color Cylindrical-coordinate representation of color #E67ABE: hue angle of 322.22º 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 #E67ABE is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 190 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.10 |
| HSL | 322.22º | 0.68% | 0.69% | - |
| HSV(B) | 322.22º | 0.47% | 0.9% | - |
| XYZ | 48.89 | 34.46 | 52.79 | - |
| YUV | 162.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 190 | 0 | 0.47 | 0.17 | 0.10 | 322.22 | 0.68 | 0.69 |
| Hex | E6 | 7A | BE | 0 | 2F | 11 | A | 142 | 44 | 45 |
| Octal | 346 | 172 | 276 | 0 | 57 | 21 | 12 | 502 | 104 | 105 |
| Binary | 11100110 | 1111010 | 10111110 | 0 | 101111 | 10001 | 1010 | 101000010 | 1000100 | 1000101 |
Color Harmonies of #E67ABE
Complementary color
Monochromatic Colors of #E67ABE
Black with #E67ABE
Text Example
Text Example
White with #E67ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67ABE; }
p { color: rgb(230,122,190); }
H1.HeaderClassName
{
color: #E67ABE;
}
.AnyTagClassName
{
color: #E67ABE;
}
</style>
background-color css
<style>
a { background-color: #E67ABE; }
a { background-color: rgb(230,122,190); }
div.DivClassName
{
background-color: #E67ABE;
}
.BgClassName
{
background-color: #E67ABE;
}
</style>
border-color css
<style>
span { border-color: #E67ABE; }
span { border-color: rgb(230,122,190); }
td.TdClassName
{
border-color: #E67ABE;
}
.TagClassName
{
border-color: #E67ABE;
}
</style>