Shades of Persian Pink #E278B7
Tints of Persian Pink #E278B7
RGB
CMYK
RGB Variations
Color information
#E278B7 (or 0xE278B7) is known color: Persian Pink. HEX triplet: E2, 78 and B7. RGB value is (226,120,183). Sum of RGB (Red+Green+Blue) = 226+120+183=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E278B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278B7 is #1D8748. Grayscale: #9E9E9E. Windows color (decimal): -1935177 or 12024034. OLE color: 12024034.
HSL color Cylindrical-coordinate representation of color #E278B7: hue angle of 324.34º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E278B7 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 183 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.11 |
| HSL | 324.34º | 0.65% | 0.68% | - |
| HSV(B) | 324.34º | 0.47% | 0.89% | - |
| XYZ | 46.63 | 33.02 | 48.72 | - |
| YUV | 158.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 183 | 0 | 0.47 | 0.19 | 0.11 | 324.34 | 0.65 | 0.68 |
| Hex | E2 | 78 | B7 | 0 | 2F | 13 | B | 144 | 41 | 44 |
| Octal | 342 | 170 | 267 | 0 | 57 | 23 | 13 | 504 | 101 | 104 |
| Binary | 11100010 | 1111000 | 10110111 | 0 | 101111 | 10011 | 1011 | 101000100 | 1000001 | 1000100 |
Color Harmonies of #E278B7
Complementary color
Monochromatic Colors of #E278B7
Black with #E278B7
Text Example
Text Example
White with #E278B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E278B7; }
p { color: rgb(226,120,183); }
H1.HeaderClassName
{
color: #E278B7;
}
.AnyTagClassName
{
color: #E278B7;
}
</style>
background-color css
<style>
a { background-color: #E278B7; }
a { background-color: rgb(226,120,183); }
div.DivClassName
{
background-color: #E278B7;
}
.BgClassName
{
background-color: #E278B7;
}
</style>
border-color css
<style>
span { border-color: #E278B7; }
span { border-color: rgb(226,120,183); }
td.TdClassName
{
border-color: #E278B7;
}
.TagClassName
{
border-color: #E278B7;
}
</style>