Shades of Persian Pink #EE73BF
Tints of Persian Pink #EE73BF
RGB
CMYK
RGB Variations
Color information
#EE73BF (or 0xEE73BF) is known color: Persian Pink. HEX triplet: EE, 73 and BF. RGB value is (238,115,191). Sum of RGB (Red+Green+Blue) = 238+115+191=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73BF is #118C40. Grayscale: #A0A0A0. Windows color (decimal): -1150017 or 12547054. OLE color: 12547054.
HSL color Cylindrical-coordinate representation of color #EE73BF: hue angle of 322.93º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE73BF is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 191 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.07 |
| HSL | 322.93º | 0.78% | 0.69% | - |
| HSV(B) | 322.93º | 0.52% | 0.93% | - |
| XYZ | 50.79 | 34.2 | 53.21 | - |
| YUV | 160.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 191 | 0 | 0.52 | 0.20 | 0.07 | 322.93 | 0.78 | 0.69 |
| Hex | EE | 73 | BF | 0 | 34 | 14 | 7 | 143 | 4E | 45 |
| Octal | 356 | 163 | 277 | 0 | 64 | 24 | 7 | 503 | 116 | 105 |
| Binary | 11101110 | 1110011 | 10111111 | 0 | 110100 | 10100 | 111 | 101000011 | 1001110 | 1000101 |
Color Harmonies of #EE73BF
Complementary color
Monochromatic Colors of #EE73BF
Black with #EE73BF
Text Example
Text Example
White with #EE73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73BF; }
p { color: rgb(238,115,191); }
H1.HeaderClassName
{
color: #EE73BF;
}
.AnyTagClassName
{
color: #EE73BF;
}
</style>
background-color css
<style>
a { background-color: #EE73BF; }
a { background-color: rgb(238,115,191); }
div.DivClassName
{
background-color: #EE73BF;
}
.BgClassName
{
background-color: #EE73BF;
}
</style>
border-color css
<style>
span { border-color: #EE73BF; }
span { border-color: rgb(238,115,191); }
td.TdClassName
{
border-color: #EE73BF;
}
.TagClassName
{
border-color: #EE73BF;
}
</style>