Shades of Persian Pink #E67ABF
Tints of Persian Pink #E67ABF
RGB
CMYK
RGB Variations
Color information
#E67ABF (or 0xE67ABF) is known color: Persian Pink. HEX triplet: E6, 7A and BF. RGB value is (230,122,191). Sum of RGB (Red+Green+Blue) = 230+122+191=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ABF is #198540. Grayscale: #A1A1A1. Windows color (decimal): -1672513 or 12548838. OLE color: 12548838.
HSL color Cylindrical-coordinate representation of color #E67ABF: hue angle of 321.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 #E67ABF is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 191 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.10 |
| HSL | 321.67º | 0.68% | 0.69% | - |
| HSV(B) | 321.67º | 0.47% | 0.9% | - |
| XYZ | 49 | 34.5 | 53.37 | - |
| YUV | 162.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 191 | 0 | 0.47 | 0.17 | 0.10 | 321.67 | 0.68 | 0.69 |
| Hex | E6 | 7A | BF | 0 | 2F | 11 | A | 142 | 44 | 45 |
| Octal | 346 | 172 | 277 | 0 | 57 | 21 | 12 | 502 | 104 | 105 |
| Binary | 11100110 | 1111010 | 10111111 | 0 | 101111 | 10001 | 1010 | 101000010 | 1000100 | 1000101 |
Color Harmonies of #E67ABF
Complementary color
Monochromatic Colors of #E67ABF
Black with #E67ABF
Text Example
Text Example
White with #E67ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67ABF; }
p { color: rgb(230,122,191); }
H1.HeaderClassName
{
color: #E67ABF;
}
.AnyTagClassName
{
color: #E67ABF;
}
</style>
background-color css
<style>
a { background-color: #E67ABF; }
a { background-color: rgb(230,122,191); }
div.DivClassName
{
background-color: #E67ABF;
}
.BgClassName
{
background-color: #E67ABF;
}
</style>
border-color css
<style>
span { border-color: #E67ABF; }
span { border-color: rgb(230,122,191); }
td.TdClassName
{
border-color: #E67ABF;
}
.TagClassName
{
border-color: #E67ABF;
}
</style>