Shades of Persian Pink #E973B3
Tints of Persian Pink #E973B3
RGB
CMYK
RGB Variations
Color information
#E973B3 (or 0xE973B3) is known color: Persian Pink. HEX triplet: E9, 73 and B3. RGB value is (233,115,179). Sum of RGB (Red+Green+Blue) = 233+115+179=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973B3 is #168C4C. Grayscale: #9D9D9D. Windows color (decimal): -1477709 or 11760617. OLE color: 11760617.
HSL color Cylindrical-coordinate representation of color #E973B3: hue angle of 327.46º 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 #E973B3 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 179 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.09 |
| HSL | 327.46º | 0.73% | 0.68% | - |
| HSV(B) | 327.46º | 0.51% | 0.91% | - |
| XYZ | 47.87 | 32.84 | 46.46 | - |
| YUV | 157.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 179 | 0 | 0.51 | 0.23 | 0.09 | 327.46 | 0.73 | 0.68 |
| Hex | E9 | 73 | B3 | 0 | 33 | 17 | 9 | 147 | 49 | 44 |
| Octal | 351 | 163 | 263 | 0 | 63 | 27 | 11 | 507 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10110011 | 0 | 110011 | 10111 | 1001 | 101000111 | 1001001 | 1000100 |
Color Harmonies of #E973B3
Complementary color
Monochromatic Colors of #E973B3
Black with #E973B3
Text Example
Text Example
White with #E973B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973B3; }
p { color: rgb(233,115,179); }
H1.HeaderClassName
{
color: #E973B3;
}
.AnyTagClassName
{
color: #E973B3;
}
</style>
background-color css
<style>
a { background-color: #E973B3; }
a { background-color: rgb(233,115,179); }
div.DivClassName
{
background-color: #E973B3;
}
.BgClassName
{
background-color: #E973B3;
}
</style>
border-color css
<style>
span { border-color: #E973B3; }
span { border-color: rgb(233,115,179); }
td.TdClassName
{
border-color: #E973B3;
}
.TagClassName
{
border-color: #E973B3;
}
</style>