Shades of Persian Pink #E978B2
Tints of Persian Pink #E978B2
RGB
CMYK
RGB Variations
Color information
#E978B2 (or 0xE978B2) is known color: Persian Pink. HEX triplet: E9, 78 and B2. RGB value is (233,120,178). Sum of RGB (Red+Green+Blue) = 233+120+178=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E978B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E978B2 is #16874D. Grayscale: #A0A0A0. Windows color (decimal): -1476430 or 11696361. OLE color: 11696361.
HSL color Cylindrical-coordinate representation of color #E978B2: hue angle of 329.2º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E978B2 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 178 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.09 |
| HSL | 329.2º | 0.72% | 0.69% | - |
| HSV(B) | 329.2º | 0.48% | 0.91% | - |
| XYZ | 48.36 | 33.97 | 46.13 | - |
| YUV | 160.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 178 | 0 | 0.48 | 0.24 | 0.09 | 329.2 | 0.72 | 0.69 |
| Hex | E9 | 78 | B2 | 0 | 30 | 18 | 9 | 149 | 48 | 45 |
| Octal | 351 | 170 | 262 | 0 | 60 | 30 | 11 | 511 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10110010 | 0 | 110000 | 11000 | 1001 | 101001001 | 1001000 | 1000101 |
Color Harmonies of #E978B2
Complementary color
Monochromatic Colors of #E978B2
Black with #E978B2
Text Example
Text Example
White with #E978B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978B2; }
p { color: rgb(233,120,178); }
H1.HeaderClassName
{
color: #E978B2;
}
.AnyTagClassName
{
color: #E978B2;
}
</style>
background-color css
<style>
a { background-color: #E978B2; }
a { background-color: rgb(233,120,178); }
div.DivClassName
{
background-color: #E978B2;
}
.BgClassName
{
background-color: #E978B2;
}
</style>
border-color css
<style>
span { border-color: #E978B2; }
span { border-color: rgb(233,120,178); }
td.TdClassName
{
border-color: #E978B2;
}
.TagClassName
{
border-color: #E978B2;
}
</style>