Shades of Persian Pink #EE70BE
Tints of Persian Pink #EE70BE
RGB
CMYK
RGB Variations
Color information
#EE70BE (or 0xEE70BE) is known color: Persian Pink. HEX triplet: EE, 70 and BE. RGB value is (238,112,190). Sum of RGB (Red+Green+Blue) = 238+112+190=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70BE is #118F41. Grayscale: #9E9E9E. Windows color (decimal): -1150786 or 12480750. OLE color: 12480750.
HSL color Cylindrical-coordinate representation of color #EE70BE: hue angle of 322.86º 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 #EE70BE is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 190 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.07 |
| HSL | 322.86º | 0.79% | 0.69% | - |
| HSV(B) | 322.86º | 0.53% | 0.93% | - |
| XYZ | 50.35 | 33.48 | 52.52 | - |
| YUV | 158.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 190 | 0 | 0.53 | 0.20 | 0.07 | 322.86 | 0.79 | 0.69 |
| Hex | EE | 70 | BE | 0 | 35 | 14 | 7 | 143 | 4F | 45 |
| Octal | 356 | 160 | 276 | 0 | 65 | 24 | 7 | 503 | 117 | 105 |
| Binary | 11101110 | 1110000 | 10111110 | 0 | 110101 | 10100 | 111 | 101000011 | 1001111 | 1000101 |
Color Harmonies of #EE70BE
Complementary color
Monochromatic Colors of #EE70BE
Black with #EE70BE
Text Example
Text Example
White with #EE70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70BE; }
p { color: rgb(238,112,190); }
H1.HeaderClassName
{
color: #EE70BE;
}
.AnyTagClassName
{
color: #EE70BE;
}
</style>
background-color css
<style>
a { background-color: #EE70BE; }
a { background-color: rgb(238,112,190); }
div.DivClassName
{
background-color: #EE70BE;
}
.BgClassName
{
background-color: #EE70BE;
}
</style>
border-color css
<style>
span { border-color: #EE70BE; }
span { border-color: rgb(238,112,190); }
td.TdClassName
{
border-color: #EE70BE;
}
.TagClassName
{
border-color: #EE70BE;
}
</style>