Shades of Persian Pink #E982B3
Tints of Persian Pink #E982B3
RGB
CMYK
RGB Variations
Color information
#E982B3 (or 0xE982B3) is known color: Persian Pink. HEX triplet: E9, 82 and B3. RGB value is (233,130,179). Sum of RGB (Red+Green+Blue) = 233+130+179=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E982B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982B3 is #167D4C. Grayscale: #A6A6A6. Windows color (decimal): -1473869 or 11764457. OLE color: 11764457.
HSL color Cylindrical-coordinate representation of color #E982B3: hue angle of 331.46º 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 #E982B3 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 179 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.09 |
| HSL | 331.46º | 0.7% | 0.71% | - |
| HSV(B) | 331.46º | 0.44% | 0.91% | - |
| XYZ | 49.72 | 36.54 | 47.08 | - |
| YUV | 166.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 179 | 0 | 0.44 | 0.23 | 0.09 | 331.46 | 0.7 | 0.71 |
| Hex | E9 | 82 | B3 | 0 | 2C | 17 | 9 | 14B | 46 | 47 |
| Octal | 351 | 202 | 263 | 0 | 54 | 27 | 11 | 513 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10110011 | 0 | 101100 | 10111 | 1001 | 101001011 | 1000110 | 1000111 |
Color Harmonies of #E982B3
Complementary color
Monochromatic Colors of #E982B3
Black with #E982B3
Text Example
Text Example
White with #E982B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982B3; }
p { color: rgb(233,130,179); }
H1.HeaderClassName
{
color: #E982B3;
}
.AnyTagClassName
{
color: #E982B3;
}
</style>
background-color css
<style>
a { background-color: #E982B3; }
a { background-color: rgb(233,130,179); }
div.DivClassName
{
background-color: #E982B3;
}
.BgClassName
{
background-color: #E982B3;
}
</style>
border-color css
<style>
span { border-color: #E982B3; }
span { border-color: rgb(233,130,179); }
td.TdClassName
{
border-color: #E982B3;
}
.TagClassName
{
border-color: #E982B3;
}
</style>