Shades of Persian Pink #E27FB3
Tints of Persian Pink #E27FB3
RGB
CMYK
RGB Variations
Color information
#E27FB3 (or 0xE27FB3) is known color: Persian Pink. HEX triplet: E2, 7F and B3. RGB value is (226,127,179). Sum of RGB (Red+Green+Blue) = 226+127+179=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FB3 is #1D804C. Grayscale: #A2A2A2. Windows color (decimal): -1933389 or 11763682. OLE color: 11763682.
HSL color Cylindrical-coordinate representation of color #E27FB3: hue angle of 328.48º 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 #E27FB3 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 179 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.11 |
| HSL | 328.48º | 0.63% | 0.69% | - |
| HSV(B) | 328.48º | 0.44% | 0.89% | - |
| XYZ | 47.09 | 34.6 | 46.84 | - |
| YUV | 162.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 179 | 0 | 0.44 | 0.21 | 0.11 | 328.48 | 0.63 | 0.69 |
| Hex | E2 | 7F | B3 | 0 | 2C | 15 | B | 148 | 3F | 45 |
| Octal | 342 | 177 | 263 | 0 | 54 | 25 | 13 | 510 | 77 | 105 |
| Binary | 11100010 | 1111111 | 10110011 | 0 | 101100 | 10101 | 1011 | 101001000 | 111111 | 1000101 |
Color Harmonies of #E27FB3
Complementary color
Monochromatic Colors of #E27FB3
Black with #E27FB3
Text Example
Text Example
White with #E27FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FB3; }
p { color: rgb(226,127,179); }
H1.HeaderClassName
{
color: #E27FB3;
}
.AnyTagClassName
{
color: #E27FB3;
}
</style>
background-color css
<style>
a { background-color: #E27FB3; }
a { background-color: rgb(226,127,179); }
div.DivClassName
{
background-color: #E27FB3;
}
.BgClassName
{
background-color: #E27FB3;
}
</style>
border-color css
<style>
span { border-color: #E27FB3; }
span { border-color: rgb(226,127,179); }
td.TdClassName
{
border-color: #E27FB3;
}
.TagClassName
{
border-color: #E27FB3;
}
</style>