Shades of Persian Pink #EE70BD
Tints of Persian Pink #EE70BD
RGB
CMYK
RGB Variations
Color information
#EE70BD (or 0xEE70BD) is known color: Persian Pink. HEX triplet: EE, 70 and BD. RGB value is (238,112,189). Sum of RGB (Red+Green+Blue) = 238+112+189=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70BD is #118F42. Grayscale: #9E9E9E. Windows color (decimal): -1150787 or 12415214. OLE color: 12415214.
HSL color Cylindrical-coordinate representation of color #EE70BD: hue angle of 323.33º 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 #EE70BD is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 189 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.07 |
| HSL | 323.33º | 0.79% | 0.69% | - |
| HSV(B) | 323.33º | 0.53% | 0.93% | - |
| XYZ | 50.24 | 33.44 | 51.95 | - |
| YUV | 158.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 189 | 0 | 0.53 | 0.21 | 0.07 | 323.33 | 0.79 | 0.69 |
| Hex | EE | 70 | BD | 0 | 35 | 15 | 7 | 143 | 4F | 45 |
| Octal | 356 | 160 | 275 | 0 | 65 | 25 | 7 | 503 | 117 | 105 |
| Binary | 11101110 | 1110000 | 10111101 | 0 | 110101 | 10101 | 111 | 101000011 | 1001111 | 1000101 |
Color Harmonies of #EE70BD
Complementary color
Monochromatic Colors of #EE70BD
Black with #EE70BD
Text Example
Text Example
White with #EE70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70BD; }
p { color: rgb(238,112,189); }
H1.HeaderClassName
{
color: #EE70BD;
}
.AnyTagClassName
{
color: #EE70BD;
}
</style>
background-color css
<style>
a { background-color: #EE70BD; }
a { background-color: rgb(238,112,189); }
div.DivClassName
{
background-color: #EE70BD;
}
.BgClassName
{
background-color: #EE70BD;
}
</style>
border-color css
<style>
span { border-color: #EE70BD; }
span { border-color: rgb(238,112,189); }
td.TdClassName
{
border-color: #EE70BD;
}
.TagClassName
{
border-color: #EE70BD;
}
</style>