Shades of Persian Pink #EE73C1
Tints of Persian Pink #EE73C1
RGB
CMYK
RGB Variations
Color information
#EE73C1 (or 0xEE73C1) is known color: Persian Pink. HEX triplet: EE, 73 and C1. RGB value is (238,115,193). Sum of RGB (Red+Green+Blue) = 238+115+193=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73C1 is #118C3E. Grayscale: #A0A0A0. Windows color (decimal): -1150015 or 12678126. OLE color: 12678126.
HSL color Cylindrical-coordinate representation of color #EE73C1: hue angle of 321.95º 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 #EE73C1 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 193 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.07 |
| HSL | 321.95º | 0.78% | 0.69% | - |
| HSV(B) | 321.95º | 0.52% | 0.93% | - |
| XYZ | 51.02 | 34.29 | 54.38 | - |
| YUV | 160.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 193 | 0 | 0.52 | 0.19 | 0.07 | 321.95 | 0.78 | 0.69 |
| Hex | EE | 73 | C1 | 0 | 34 | 13 | 7 | 142 | 4E | 45 |
| Octal | 356 | 163 | 301 | 0 | 64 | 23 | 7 | 502 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11000001 | 0 | 110100 | 10011 | 111 | 101000010 | 1001110 | 1000101 |
Color Harmonies of #EE73C1
Complementary color
Monochromatic Colors of #EE73C1
Black with #EE73C1
Text Example
Text Example
White with #EE73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73C1; }
p { color: rgb(238,115,193); }
H1.HeaderClassName
{
color: #EE73C1;
}
.AnyTagClassName
{
color: #EE73C1;
}
</style>
background-color css
<style>
a { background-color: #EE73C1; }
a { background-color: rgb(238,115,193); }
div.DivClassName
{
background-color: #EE73C1;
}
.BgClassName
{
background-color: #EE73C1;
}
</style>
border-color css
<style>
span { border-color: #EE73C1; }
span { border-color: rgb(238,115,193); }
td.TdClassName
{
border-color: #EE73C1;
}
.TagClassName
{
border-color: #EE73C1;
}
</style>