Shades of Persian Pink #E275B1
Tints of Persian Pink #E275B1
RGB
CMYK
RGB Variations
Color information
#E275B1 (or 0xE275B1) is known color: Persian Pink. HEX triplet: E2, 75 and B1. RGB value is (226,117,177). Sum of RGB (Red+Green+Blue) = 226+117+177=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E275B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275B1 is #1D8A4E. Grayscale: #9C9C9C. Windows color (decimal): -1935951 or 11630050. OLE color: 11630050.
HSL color Cylindrical-coordinate representation of color #E275B1: hue angle of 326.97º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275B1 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 177 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.11 |
| HSL | 326.97º | 0.65% | 0.67% | - |
| HSV(B) | 326.97º | 0.48% | 0.89% | - |
| XYZ | 45.66 | 32.07 | 45.38 | - |
| YUV | 156.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 177 | 0 | 0.48 | 0.22 | 0.11 | 326.97 | 0.65 | 0.67 |
| Hex | E2 | 75 | B1 | 0 | 30 | 16 | B | 147 | 41 | 43 |
| Octal | 342 | 165 | 261 | 0 | 60 | 26 | 13 | 507 | 101 | 103 |
| Binary | 11100010 | 1110101 | 10110001 | 0 | 110000 | 10110 | 1011 | 101000111 | 1000001 | 1000011 |
Color Harmonies of #E275B1
Complementary color
Monochromatic Colors of #E275B1
Black with #E275B1
Text Example
Text Example
White with #E275B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275B1; }
p { color: rgb(226,117,177); }
H1.HeaderClassName
{
color: #E275B1;
}
.AnyTagClassName
{
color: #E275B1;
}
</style>
background-color css
<style>
a { background-color: #E275B1; }
a { background-color: rgb(226,117,177); }
div.DivClassName
{
background-color: #E275B1;
}
.BgClassName
{
background-color: #E275B1;
}
</style>
border-color css
<style>
span { border-color: #E275B1; }
span { border-color: rgb(226,117,177); }
td.TdClassName
{
border-color: #E275B1;
}
.TagClassName
{
border-color: #E275B1;
}
</style>