Shades of Persian Pink #E67FBA
Tints of Persian Pink #E67FBA
RGB
CMYK
RGB Variations
Color information
#E67FBA (or 0xE67FBA) is known color: Persian Pink. HEX triplet: E6, 7F and BA. RGB value is (230,127,186). Sum of RGB (Red+Green+Blue) = 230+127+186=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FBA is #198045. Grayscale: #A4A4A4. Windows color (decimal): -1671238 or 12222438. OLE color: 12222438.
HSL color Cylindrical-coordinate representation of color #E67FBA: hue angle of 325.63º 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 #E67FBA is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 186 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.10 |
| HSL | 325.63º | 0.67% | 0.7% | - |
| HSV(B) | 325.63º | 0.45% | 0.9% | - |
| XYZ | 49.09 | 35.55 | 50.73 | - |
| YUV | 164.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 186 | 0 | 0.45 | 0.19 | 0.10 | 325.63 | 0.67 | 0.7 |
| Hex | E6 | 7F | BA | 0 | 2D | 13 | A | 146 | 43 | 46 |
| Octal | 346 | 177 | 272 | 0 | 55 | 23 | 12 | 506 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10111010 | 0 | 101101 | 10011 | 1010 | 101000110 | 1000011 | 1000110 |
Color Harmonies of #E67FBA
Complementary color
Monochromatic Colors of #E67FBA
Black with #E67FBA
Text Example
Text Example
White with #E67FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FBA; }
p { color: rgb(230,127,186); }
H1.HeaderClassName
{
color: #E67FBA;
}
.AnyTagClassName
{
color: #E67FBA;
}
</style>
background-color css
<style>
a { background-color: #E67FBA; }
a { background-color: rgb(230,127,186); }
div.DivClassName
{
background-color: #E67FBA;
}
.BgClassName
{
background-color: #E67FBA;
}
</style>
border-color css
<style>
span { border-color: #E67FBA; }
span { border-color: rgb(230,127,186); }
td.TdClassName
{
border-color: #E67FBA;
}
.TagClassName
{
border-color: #E67FBA;
}
</style>