Shades of Persian Pink #E971B3
Tints of Persian Pink #E971B3
RGB
CMYK
RGB Variations
Color information
#E971B3 (or 0xE971B3) is known color: Persian Pink. HEX triplet: E9, 71 and B3. RGB value is (233,113,179). Sum of RGB (Red+Green+Blue) = 233+113+179=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E971B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971B3 is #168E4C. Grayscale: #9C9C9C. Windows color (decimal): -1478221 or 11760105. OLE color: 11760105.
HSL color Cylindrical-coordinate representation of color #E971B3: hue angle of 327º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971B3 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 179 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.09 |
| HSL | 327º | 0.73% | 0.68% | - |
| HSV(B) | 327º | 0.52% | 0.91% | - |
| XYZ | 47.65 | 32.39 | 46.39 | - |
| YUV | 156.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 179 | 0 | 0.52 | 0.23 | 0.09 | 327 | 0.73 | 0.68 |
| Hex | E9 | 71 | B3 | 0 | 34 | 17 | 9 | 147 | 49 | 44 |
| Octal | 351 | 161 | 263 | 0 | 64 | 27 | 11 | 507 | 111 | 104 |
| Binary | 11101001 | 1110001 | 10110011 | 0 | 110100 | 10111 | 1001 | 101000111 | 1001001 | 1000100 |
Color Harmonies of #E971B3
Complementary color
Monochromatic Colors of #E971B3
Black with #E971B3
Text Example
Text Example
White with #E971B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971B3; }
p { color: rgb(233,113,179); }
H1.HeaderClassName
{
color: #E971B3;
}
.AnyTagClassName
{
color: #E971B3;
}
</style>
background-color css
<style>
a { background-color: #E971B3; }
a { background-color: rgb(233,113,179); }
div.DivClassName
{
background-color: #E971B3;
}
.BgClassName
{
background-color: #E971B3;
}
</style>
border-color css
<style>
span { border-color: #E971B3; }
span { border-color: rgb(233,113,179); }
td.TdClassName
{
border-color: #E971B3;
}
.TagClassName
{
border-color: #E971B3;
}
</style>