Shades of Persian Pink #E27FB9
Tints of Persian Pink #E27FB9
RGB
CMYK
RGB Variations
Color information
#E27FB9 (or 0xE27FB9) is known color: Persian Pink. HEX triplet: E2, 7F and B9. RGB value is (226,127,185). Sum of RGB (Red+Green+Blue) = 226+127+185=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FB9 is #1D8046. Grayscale: #A3A3A3. Windows color (decimal): -1933383 or 12156898. OLE color: 12156898.
HSL color Cylindrical-coordinate representation of color #E27FB9: hue angle of 324.85º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FB9 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 185 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.11 |
| HSL | 324.85º | 0.63% | 0.69% | - |
| HSV(B) | 324.85º | 0.44% | 0.89% | - |
| XYZ | 47.71 | 34.85 | 50.11 | - |
| YUV | 163.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 185 | 0 | 0.44 | 0.18 | 0.11 | 324.85 | 0.63 | 0.69 |
| Hex | E2 | 7F | B9 | 0 | 2C | 12 | B | 145 | 3F | 45 |
| Octal | 342 | 177 | 271 | 0 | 54 | 22 | 13 | 505 | 77 | 105 |
| Binary | 11100010 | 1111111 | 10111001 | 0 | 101100 | 10010 | 1011 | 101000101 | 111111 | 1000101 |
Color Harmonies of #E27FB9
Complementary color
Monochromatic Colors of #E27FB9
Black with #E27FB9
Text Example
Text Example
White with #E27FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FB9; }
p { color: rgb(226,127,185); }
H1.HeaderClassName
{
color: #E27FB9;
}
.AnyTagClassName
{
color: #E27FB9;
}
</style>
background-color css
<style>
a { background-color: #E27FB9; }
a { background-color: rgb(226,127,185); }
div.DivClassName
{
background-color: #E27FB9;
}
.BgClassName
{
background-color: #E27FB9;
}
</style>
border-color css
<style>
span { border-color: #E27FB9; }
span { border-color: rgb(226,127,185); }
td.TdClassName
{
border-color: #E27FB9;
}
.TagClassName
{
border-color: #E27FB9;
}
</style>