Shades of Persian Pink #E06FB2
Tints of Persian Pink #E06FB2
RGB
CMYK
RGB Variations
Color information
#E06FB2 (or 0xE06FB2) is known color: Persian Pink. HEX triplet: E0, 6F and B2. RGB value is (224,111,178). Sum of RGB (Red+Green+Blue) = 224+111+178=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FB2 is #1F904D. Grayscale: #989898. Windows color (decimal): -2068558 or 11694048. OLE color: 11694048.
HSL color Cylindrical-coordinate representation of color #E06FB2: hue angle of 324.42º 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 #E06FB2 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 178 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.12 |
| HSL | 324.42º | 0.65% | 0.66% | - |
| HSV(B) | 324.42º | 0.5% | 0.88% | - |
| XYZ | 44.46 | 30.43 | 45.65 | - |
| YUV | 152.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 178 | 0 | 0.50 | 0.21 | 0.12 | 324.42 | 0.65 | 0.66 |
| Hex | E0 | 6F | B2 | 0 | 32 | 15 | C | 144 | 41 | 42 |
| Octal | 340 | 157 | 262 | 0 | 62 | 25 | 14 | 504 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10110010 | 0 | 110010 | 10101 | 1100 | 101000100 | 1000001 | 1000010 |
Color Harmonies of #E06FB2
Complementary color
Monochromatic Colors of #E06FB2
Black with #E06FB2
Text Example
Text Example
White with #E06FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FB2; }
p { color: rgb(224,111,178); }
H1.HeaderClassName
{
color: #E06FB2;
}
.AnyTagClassName
{
color: #E06FB2;
}
</style>
background-color css
<style>
a { background-color: #E06FB2; }
a { background-color: rgb(224,111,178); }
div.DivClassName
{
background-color: #E06FB2;
}
.BgClassName
{
background-color: #E06FB2;
}
</style>
border-color css
<style>
span { border-color: #E06FB2; }
span { border-color: rgb(224,111,178); }
td.TdClassName
{
border-color: #E06FB2;
}
.TagClassName
{
border-color: #E06FB2;
}
</style>