Shades of Persian Pink #E069B9
Tints of Persian Pink #E069B9
RGB
CMYK
RGB Variations
Color information
#E069B9 (or 0xE069B9) is known color: Persian Pink. HEX triplet: E0, 69 and B9. RGB value is (224,105,185). Sum of RGB (Red+Green+Blue) = 224+105+185=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E069B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069B9 is #1F9646. Grayscale: #959595. Windows color (decimal): -2070087 or 12151264. OLE color: 12151264.
HSL color Cylindrical-coordinate representation of color #E069B9: hue angle of 319.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069B9 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 185 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.12 |
| HSL | 319.66º | 0.66% | 0.65% | - |
| HSV(B) | 319.66º | 0.53% | 0.88% | - |
| XYZ | 44.55 | 29.45 | 49.24 | - |
| YUV | 149.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 185 | 0 | 0.53 | 0.17 | 0.12 | 319.66 | 0.66 | 0.65 |
| Hex | E0 | 69 | B9 | 0 | 35 | 11 | C | 140 | 42 | 41 |
| Octal | 340 | 151 | 271 | 0 | 65 | 21 | 14 | 500 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10111001 | 0 | 110101 | 10001 | 1100 | 101000000 | 1000010 | 1000001 |
Color Harmonies of #E069B9
Complementary color
Monochromatic Colors of #E069B9
Black with #E069B9
Text Example
Text Example
White with #E069B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069B9; }
p { color: rgb(224,105,185); }
H1.HeaderClassName
{
color: #E069B9;
}
.AnyTagClassName
{
color: #E069B9;
}
</style>
background-color css
<style>
a { background-color: #E069B9; }
a { background-color: rgb(224,105,185); }
div.DivClassName
{
background-color: #E069B9;
}
.BgClassName
{
background-color: #E069B9;
}
</style>
border-color css
<style>
span { border-color: #E069B9; }
span { border-color: rgb(224,105,185); }
td.TdClassName
{
border-color: #E069B9;
}
.TagClassName
{
border-color: #E069B9;
}
</style>