Shades of Persian Pink #E67FB4
Tints of Persian Pink #E67FB4
RGB
CMYK
RGB Variations
Color information
#E67FB4 (or 0xE67FB4) is known color: Persian Pink. HEX triplet: E6, 7F and B4. RGB value is (230,127,180). Sum of RGB (Red+Green+Blue) = 230+127+180=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FB4 is #19804B. Grayscale: #A3A3A3. Windows color (decimal): -1671244 or 11829222. OLE color: 11829222.
HSL color Cylindrical-coordinate representation of color #E67FB4: hue angle of 329.13º 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 #E67FB4 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 180 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.10 |
| HSL | 329.13º | 0.67% | 0.7% | - |
| HSV(B) | 329.13º | 0.45% | 0.9% | - |
| XYZ | 48.46 | 35.3 | 47.44 | - |
| YUV | 163.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 180 | 0 | 0.45 | 0.22 | 0.10 | 329.13 | 0.67 | 0.7 |
| Hex | E6 | 7F | B4 | 0 | 2D | 16 | A | 149 | 43 | 46 |
| Octal | 346 | 177 | 264 | 0 | 55 | 26 | 12 | 511 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10110100 | 0 | 101101 | 10110 | 1010 | 101001001 | 1000011 | 1000110 |
Color Harmonies of #E67FB4
Complementary color
Monochromatic Colors of #E67FB4
Black with #E67FB4
Text Example
Text Example
White with #E67FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FB4; }
p { color: rgb(230,127,180); }
H1.HeaderClassName
{
color: #E67FB4;
}
.AnyTagClassName
{
color: #E67FB4;
}
</style>
background-color css
<style>
a { background-color: #E67FB4; }
a { background-color: rgb(230,127,180); }
div.DivClassName
{
background-color: #E67FB4;
}
.BgClassName
{
background-color: #E67FB4;
}
</style>
border-color css
<style>
span { border-color: #E67FB4; }
span { border-color: rgb(230,127,180); }
td.TdClassName
{
border-color: #E67FB4;
}
.TagClassName
{
border-color: #E67FB4;
}
</style>