Shades of Persian Pink #E67FB7
Tints of Persian Pink #E67FB7
RGB
CMYK
RGB Variations
Color information
#E67FB7 (or 0xE67FB7) is known color: Persian Pink. HEX triplet: E6, 7F and B7. RGB value is (230,127,183). Sum of RGB (Red+Green+Blue) = 230+127+183=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FB7 is #198048. Grayscale: #A4A4A4. Windows color (decimal): -1671241 or 12025830. OLE color: 12025830.
HSL color Cylindrical-coordinate representation of color #E67FB7: hue angle of 327.38º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FB7 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 183 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.10 |
| HSL | 327.38º | 0.67% | 0.7% | - |
| HSV(B) | 327.38º | 0.45% | 0.9% | - |
| XYZ | 48.77 | 35.42 | 49.07 | - |
| YUV | 164.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 183 | 0 | 0.45 | 0.20 | 0.10 | 327.38 | 0.67 | 0.7 |
| Hex | E6 | 7F | B7 | 0 | 2D | 14 | A | 147 | 43 | 46 |
| Octal | 346 | 177 | 267 | 0 | 55 | 24 | 12 | 507 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10110111 | 0 | 101101 | 10100 | 1010 | 101000111 | 1000011 | 1000110 |
Color Harmonies of #E67FB7
Complementary color
Monochromatic Colors of #E67FB7
Black with #E67FB7
Text Example
Text Example
White with #E67FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FB7; }
p { color: rgb(230,127,183); }
H1.HeaderClassName
{
color: #E67FB7;
}
.AnyTagClassName
{
color: #E67FB7;
}
</style>
background-color css
<style>
a { background-color: #E67FB7; }
a { background-color: rgb(230,127,183); }
div.DivClassName
{
background-color: #E67FB7;
}
.BgClassName
{
background-color: #E67FB7;
}
</style>
border-color css
<style>
span { border-color: #E67FB7; }
span { border-color: rgb(230,127,183); }
td.TdClassName
{
border-color: #E67FB7;
}
.TagClassName
{
border-color: #E67FB7;
}
</style>