Shades of Persian Pink #E06FBF
Tints of Persian Pink #E06FBF
RGB
CMYK
RGB Variations
Color information
#E06FBF (or 0xE06FBF) is known color: Persian Pink. HEX triplet: E0, 6F and BF. RGB value is (224,111,191). Sum of RGB (Red+Green+Blue) = 224+111+191=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FBF is #1F9040. Grayscale: #999999. Windows color (decimal): -2068545 or 12546016. OLE color: 12546016.
HSL color Cylindrical-coordinate representation of color #E06FBF: hue angle of 317.52º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FBF is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 191 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.12 |
| HSL | 317.52º | 0.65% | 0.66% | - |
| HSV(B) | 317.52º | 0.5% | 0.88% | - |
| XYZ | 45.83 | 30.98 | 52.85 | - |
| YUV | 153.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 191 | 0 | 0.50 | 0.15 | 0.12 | 317.52 | 0.65 | 0.66 |
| Hex | E0 | 6F | BF | 0 | 32 | F | C | 13E | 41 | 42 |
| Octal | 340 | 157 | 277 | 0 | 62 | 17 | 14 | 476 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10111111 | 0 | 110010 | 1111 | 1100 | 100111110 | 1000001 | 1000010 |
Color Harmonies of #E06FBF
Complementary color
Monochromatic Colors of #E06FBF
Black with #E06FBF
Text Example
Text Example
White with #E06FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FBF; }
p { color: rgb(224,111,191); }
H1.HeaderClassName
{
color: #E06FBF;
}
.AnyTagClassName
{
color: #E06FBF;
}
</style>
background-color css
<style>
a { background-color: #E06FBF; }
a { background-color: rgb(224,111,191); }
div.DivClassName
{
background-color: #E06FBF;
}
.BgClassName
{
background-color: #E06FBF;
}
</style>
border-color css
<style>
span { border-color: #E06FBF; }
span { border-color: rgb(224,111,191); }
td.TdClassName
{
border-color: #E06FBF;
}
.TagClassName
{
border-color: #E06FBF;
}
</style>