Shades of Persian Pink #E27FC1
Tints of Persian Pink #E27FC1
RGB
CMYK
RGB Variations
Color information
#E27FC1 (or 0xE27FC1) is known color: Persian Pink. HEX triplet: E2, 7F and C1. RGB value is (226,127,193). Sum of RGB (Red+Green+Blue) = 226+127+193=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FC1 is #1D803E. Grayscale: #A3A3A3. Windows color (decimal): -1933375 or 12681186. OLE color: 12681186.
HSL color Cylindrical-coordinate representation of color #E27FC1: hue angle of 320º 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 #E27FC1 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 193 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.11 |
| HSL | 320º | 0.63% | 0.69% | - |
| HSV(B) | 320º | 0.44% | 0.89% | - |
| XYZ | 48.58 | 35.2 | 54.69 | - |
| YUV | 164.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 193 | 0 | 0.44 | 0.15 | 0.11 | 320 | 0.63 | 0.69 |
| Hex | E2 | 7F | C1 | 0 | 2C | F | B | 140 | 3F | 45 |
| Octal | 342 | 177 | 301 | 0 | 54 | 17 | 13 | 500 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11000001 | 0 | 101100 | 1111 | 1011 | 101000000 | 111111 | 1000101 |
Color Harmonies of #E27FC1
Complementary color
Monochromatic Colors of #E27FC1
Black with #E27FC1
Text Example
Text Example
White with #E27FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FC1; }
p { color: rgb(226,127,193); }
H1.HeaderClassName
{
color: #E27FC1;
}
.AnyTagClassName
{
color: #E27FC1;
}
</style>
background-color css
<style>
a { background-color: #E27FC1; }
a { background-color: rgb(226,127,193); }
div.DivClassName
{
background-color: #E27FC1;
}
.BgClassName
{
background-color: #E27FC1;
}
</style>
border-color css
<style>
span { border-color: #E27FC1; }
span { border-color: rgb(226,127,193); }
td.TdClassName
{
border-color: #E27FC1;
}
.TagClassName
{
border-color: #E27FC1;
}
</style>