Shades of Persian Pink #EE73C0
Tints of Persian Pink #EE73C0
RGB
CMYK
RGB Variations
Color information
#EE73C0 (or 0xEE73C0) is known color: Persian Pink. HEX triplet: EE, 73 and C0. RGB value is (238,115,192). Sum of RGB (Red+Green+Blue) = 238+115+192=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73C0 is #118C3F. Grayscale: #A0A0A0. Windows color (decimal): -1150016 or 12612590. OLE color: 12612590.
HSL color Cylindrical-coordinate representation of color #EE73C0: hue angle of 322.44º 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 #EE73C0 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 192 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.07 |
| HSL | 322.44º | 0.78% | 0.69% | - |
| HSV(B) | 322.44º | 0.52% | 0.93% | - |
| XYZ | 50.91 | 34.24 | 53.8 | - |
| YUV | 160.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 192 | 0 | 0.52 | 0.19 | 0.07 | 322.44 | 0.78 | 0.69 |
| Hex | EE | 73 | C0 | 0 | 34 | 13 | 7 | 142 | 4E | 45 |
| Octal | 356 | 163 | 300 | 0 | 64 | 23 | 7 | 502 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11000000 | 0 | 110100 | 10011 | 111 | 101000010 | 1001110 | 1000101 |
Color Harmonies of #EE73C0
Complementary color
Monochromatic Colors of #EE73C0
Black with #EE73C0
Text Example
Text Example
White with #EE73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73C0; }
p { color: rgb(238,115,192); }
H1.HeaderClassName
{
color: #EE73C0;
}
.AnyTagClassName
{
color: #EE73C0;
}
</style>
background-color css
<style>
a { background-color: #EE73C0; }
a { background-color: rgb(238,115,192); }
div.DivClassName
{
background-color: #EE73C0;
}
.BgClassName
{
background-color: #EE73C0;
}
</style>
border-color css
<style>
span { border-color: #EE73C0; }
span { border-color: rgb(238,115,192); }
td.TdClassName
{
border-color: #EE73C0;
}
.TagClassName
{
border-color: #EE73C0;
}
</style>