Shades of Persian Pink #E973B5
Tints of Persian Pink #E973B5
RGB
CMYK
RGB Variations
Color information
#E973B5 (or 0xE973B5) is known color: Persian Pink. HEX triplet: E9, 73 and B5. RGB value is (233,115,181). Sum of RGB (Red+Green+Blue) = 233+115+181=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973B5 is #168C4A. Grayscale: #9D9D9D. Windows color (decimal): -1477707 or 11891689. OLE color: 11891689.
HSL color Cylindrical-coordinate representation of color #E973B5: hue angle of 326.44º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973B5 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 181 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.09 |
| HSL | 326.44º | 0.73% | 0.68% | - |
| HSV(B) | 326.44º | 0.51% | 0.91% | - |
| XYZ | 48.08 | 32.92 | 47.54 | - |
| YUV | 157.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 181 | 0 | 0.51 | 0.22 | 0.09 | 326.44 | 0.73 | 0.68 |
| Hex | E9 | 73 | B5 | 0 | 33 | 16 | 9 | 146 | 49 | 44 |
| Octal | 351 | 163 | 265 | 0 | 63 | 26 | 11 | 506 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10110101 | 0 | 110011 | 10110 | 1001 | 101000110 | 1001001 | 1000100 |
Color Harmonies of #E973B5
Complementary color
Monochromatic Colors of #E973B5
Black with #E973B5
Text Example
Text Example
White with #E973B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973B5; }
p { color: rgb(233,115,181); }
H1.HeaderClassName
{
color: #E973B5;
}
.AnyTagClassName
{
color: #E973B5;
}
</style>
background-color css
<style>
a { background-color: #E973B5; }
a { background-color: rgb(233,115,181); }
div.DivClassName
{
background-color: #E973B5;
}
.BgClassName
{
background-color: #E973B5;
}
</style>
border-color css
<style>
span { border-color: #E973B5; }
span { border-color: rgb(233,115,181); }
td.TdClassName
{
border-color: #E973B5;
}
.TagClassName
{
border-color: #E973B5;
}
</style>