Shades of Persian Pink #EE70B7
Tints of Persian Pink #EE70B7
RGB
CMYK
RGB Variations
Color information
#EE70B7 (or 0xEE70B7) is known color: Persian Pink. HEX triplet: EE, 70 and B7. RGB value is (238,112,183). Sum of RGB (Red+Green+Blue) = 238+112+183=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70B7 is #118F48. Grayscale: #9D9D9D. Windows color (decimal): -1150793 or 12021998. OLE color: 12021998.
HSL color Cylindrical-coordinate representation of color #EE70B7: hue angle of 326.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70B7 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 183 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.07 |
| HSL | 326.19º | 0.79% | 0.69% | - |
| HSV(B) | 326.19º | 0.53% | 0.93% | - |
| XYZ | 49.6 | 33.18 | 48.59 | - |
| YUV | 157.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 183 | 0 | 0.53 | 0.23 | 0.07 | 326.19 | 0.79 | 0.69 |
| Hex | EE | 70 | B7 | 0 | 35 | 17 | 7 | 146 | 4F | 45 |
| Octal | 356 | 160 | 267 | 0 | 65 | 27 | 7 | 506 | 117 | 105 |
| Binary | 11101110 | 1110000 | 10110111 | 0 | 110101 | 10111 | 111 | 101000110 | 1001111 | 1000101 |
Color Harmonies of #EE70B7
Complementary color
Monochromatic Colors of #EE70B7
Black with #EE70B7
Text Example
Text Example
White with #EE70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70B7; }
p { color: rgb(238,112,183); }
H1.HeaderClassName
{
color: #EE70B7;
}
.AnyTagClassName
{
color: #EE70B7;
}
</style>
background-color css
<style>
a { background-color: #EE70B7; }
a { background-color: rgb(238,112,183); }
div.DivClassName
{
background-color: #EE70B7;
}
.BgClassName
{
background-color: #EE70B7;
}
</style>
border-color css
<style>
span { border-color: #EE70B7; }
span { border-color: rgb(238,112,183); }
td.TdClassName
{
border-color: #EE70B7;
}
.TagClassName
{
border-color: #EE70B7;
}
</style>