Shades of Persian Pink #E875B3
Tints of Persian Pink #E875B3
RGB
CMYK
RGB Variations
Color information
#E875B3 (or 0xE875B3) is known color: Persian Pink. HEX triplet: E8, 75 and B3. RGB value is (232,117,179). Sum of RGB (Red+Green+Blue) = 232+117+179=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B3 is #178A4C. Grayscale: #9E9E9E. Windows color (decimal): -1542733 or 11761128. OLE color: 11761128.
HSL color Cylindrical-coordinate representation of color #E875B3: hue angle of 327.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875B3 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 179 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.09 |
| HSL | 327.65º | 0.71% | 0.68% | - |
| HSV(B) | 327.65º | 0.5% | 0.91% | - |
| XYZ | 47.78 | 33.13 | 46.53 | - |
| YUV | 158.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 179 | 0 | 0.50 | 0.23 | 0.09 | 327.65 | 0.71 | 0.68 |
| Hex | E8 | 75 | B3 | 0 | 32 | 17 | 9 | 148 | 47 | 44 |
| Octal | 350 | 165 | 263 | 0 | 62 | 27 | 11 | 510 | 107 | 104 |
| Binary | 11101000 | 1110101 | 10110011 | 0 | 110010 | 10111 | 1001 | 101001000 | 1000111 | 1000100 |
Color Harmonies of #E875B3
Complementary color
Monochromatic Colors of #E875B3
Black with #E875B3
Text Example
Text Example
White with #E875B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875B3; }
p { color: rgb(232,117,179); }
H1.HeaderClassName
{
color: #E875B3;
}
.AnyTagClassName
{
color: #E875B3;
}
</style>
background-color css
<style>
a { background-color: #E875B3; }
a { background-color: rgb(232,117,179); }
div.DivClassName
{
background-color: #E875B3;
}
.BgClassName
{
background-color: #E875B3;
}
</style>
border-color css
<style>
span { border-color: #E875B3; }
span { border-color: rgb(232,117,179); }
td.TdClassName
{
border-color: #E875B3;
}
.TagClassName
{
border-color: #E875B3;
}
</style>