Shades of Persian Pink #E982B4
Tints of Persian Pink #E982B4
RGB
CMYK
RGB Variations
Color information
#E982B4 (or 0xE982B4) is known color: Persian Pink. HEX triplet: E9, 82 and B4. RGB value is (233,130,180). Sum of RGB (Red+Green+Blue) = 233+130+180=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E982B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982B4 is #167D4B. Grayscale: #A6A6A6. Windows color (decimal): -1473868 or 11829993. OLE color: 11829993.
HSL color Cylindrical-coordinate representation of color #E982B4: hue angle of 330.87º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982B4 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 180 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.09 |
| HSL | 330.87º | 0.7% | 0.71% | - |
| HSV(B) | 330.87º | 0.44% | 0.91% | - |
| XYZ | 49.83 | 36.58 | 47.62 | - |
| YUV | 166.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 180 | 0 | 0.44 | 0.23 | 0.09 | 330.87 | 0.7 | 0.71 |
| Hex | E9 | 82 | B4 | 0 | 2C | 17 | 9 | 14B | 46 | 47 |
| Octal | 351 | 202 | 264 | 0 | 54 | 27 | 11 | 513 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10110100 | 0 | 101100 | 10111 | 1001 | 101001011 | 1000110 | 1000111 |
Color Harmonies of #E982B4
Complementary color
Monochromatic Colors of #E982B4
Black with #E982B4
Text Example
Text Example
White with #E982B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982B4; }
p { color: rgb(233,130,180); }
H1.HeaderClassName
{
color: #E982B4;
}
.AnyTagClassName
{
color: #E982B4;
}
</style>
background-color css
<style>
a { background-color: #E982B4; }
a { background-color: rgb(233,130,180); }
div.DivClassName
{
background-color: #E982B4;
}
.BgClassName
{
background-color: #E982B4;
}
</style>
border-color css
<style>
span { border-color: #E982B4; }
span { border-color: rgb(233,130,180); }
td.TdClassName
{
border-color: #E982B4;
}
.TagClassName
{
border-color: #E982B4;
}
</style>