Shades of Persian Pink #E975B0
Tints of Persian Pink #E975B0
RGB
CMYK
RGB Variations
Color information
#E975B0 (or 0xE975B0) is known color: Persian Pink. HEX triplet: E9, 75 and B0. RGB value is (233,117,176). Sum of RGB (Red+Green+Blue) = 233+117+176=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E975B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975B0 is #168A4F. Grayscale: #9E9E9E. Windows color (decimal): -1477200 or 11564521. OLE color: 11564521.
HSL color Cylindrical-coordinate representation of color #E975B0: hue angle of 329.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975B0 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 176 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.09 |
| HSL | 329.48º | 0.73% | 0.69% | - |
| HSV(B) | 329.48º | 0.5% | 0.91% | - |
| XYZ | 47.8 | 33.18 | 44.96 | - |
| YUV | 158.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 176 | 0 | 0.50 | 0.24 | 0.09 | 329.48 | 0.73 | 0.69 |
| Hex | E9 | 75 | B0 | 0 | 32 | 18 | 9 | 149 | 48 | 45 |
| Octal | 351 | 165 | 260 | 0 | 62 | 30 | 11 | 511 | 110 | 105 |
| Binary | 11101001 | 1110101 | 10110000 | 0 | 110010 | 11000 | 1001 | 101001001 | 1001000 | 1000101 |
Color Harmonies of #E975B0
Complementary color
Monochromatic Colors of #E975B0
Black with #E975B0
Text Example
Text Example
White with #E975B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975B0; }
p { color: rgb(233,117,176); }
H1.HeaderClassName
{
color: #E975B0;
}
.AnyTagClassName
{
color: #E975B0;
}
</style>
background-color css
<style>
a { background-color: #E975B0; }
a { background-color: rgb(233,117,176); }
div.DivClassName
{
background-color: #E975B0;
}
.BgClassName
{
background-color: #E975B0;
}
</style>
border-color css
<style>
span { border-color: #E975B0; }
span { border-color: rgb(233,117,176); }
td.TdClassName
{
border-color: #E975B0;
}
.TagClassName
{
border-color: #E975B0;
}
</style>