Shades of Persian Pink #EE72BC
Tints of Persian Pink #EE72BC
RGB
CMYK
RGB Variations
Color information
#EE72BC (or 0xEE72BC) is known color: Persian Pink. HEX triplet: EE, 72 and BC. RGB value is (238,114,188). Sum of RGB (Red+Green+Blue) = 238+114+188=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72BC is #118D43. Grayscale: #9F9F9F. Windows color (decimal): -1150276 or 12350190. OLE color: 12350190.
HSL color Cylindrical-coordinate representation of color #EE72BC: hue angle of 324.19º 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 #EE72BC is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 188 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.07 |
| HSL | 324.19º | 0.78% | 0.69% | - |
| HSV(B) | 324.19º | 0.52% | 0.93% | - |
| XYZ | 50.35 | 33.84 | 51.46 | - |
| YUV | 159.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 188 | 0 | 0.52 | 0.21 | 0.07 | 324.19 | 0.78 | 0.69 |
| Hex | EE | 72 | BC | 0 | 34 | 15 | 7 | 144 | 4E | 45 |
| Octal | 356 | 162 | 274 | 0 | 64 | 25 | 7 | 504 | 116 | 105 |
| Binary | 11101110 | 1110010 | 10111100 | 0 | 110100 | 10101 | 111 | 101000100 | 1001110 | 1000101 |
Color Harmonies of #EE72BC
Complementary color
Monochromatic Colors of #EE72BC
Black with #EE72BC
Text Example
Text Example
White with #EE72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72BC; }
p { color: rgb(238,114,188); }
H1.HeaderClassName
{
color: #EE72BC;
}
.AnyTagClassName
{
color: #EE72BC;
}
</style>
background-color css
<style>
a { background-color: #EE72BC; }
a { background-color: rgb(238,114,188); }
div.DivClassName
{
background-color: #EE72BC;
}
.BgClassName
{
background-color: #EE72BC;
}
</style>
border-color css
<style>
span { border-color: #EE72BC; }
span { border-color: rgb(238,114,188); }
td.TdClassName
{
border-color: #EE72BC;
}
.TagClassName
{
border-color: #EE72BC;
}
</style>