Shades of Persian Pink #E67FBE
Tints of Persian Pink #E67FBE
RGB
CMYK
RGB Variations
Color information
#E67FBE (or 0xE67FBE) is known color: Persian Pink. HEX triplet: E6, 7F and BE. RGB value is (230,127,190). Sum of RGB (Red+Green+Blue) = 230+127+190=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FBE is #198041. Grayscale: #A4A4A4. Windows color (decimal): -1671234 or 12484582. OLE color: 12484582.
HSL color Cylindrical-coordinate representation of color #E67FBE: hue angle of 323.3º 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 #E67FBE is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 190 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.10 |
| HSL | 323.3º | 0.67% | 0.7% | - |
| HSV(B) | 323.3º | 0.45% | 0.9% | - |
| XYZ | 49.52 | 35.72 | 53 | - |
| YUV | 164.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 190 | 0 | 0.45 | 0.17 | 0.10 | 323.3 | 0.67 | 0.7 |
| Hex | E6 | 7F | BE | 0 | 2D | 11 | A | 143 | 43 | 46 |
| Octal | 346 | 177 | 276 | 0 | 55 | 21 | 12 | 503 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10111110 | 0 | 101101 | 10001 | 1010 | 101000011 | 1000011 | 1000110 |
Color Harmonies of #E67FBE
Complementary color
Monochromatic Colors of #E67FBE
Black with #E67FBE
Text Example
Text Example
White with #E67FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FBE; }
p { color: rgb(230,127,190); }
H1.HeaderClassName
{
color: #E67FBE;
}
.AnyTagClassName
{
color: #E67FBE;
}
</style>
background-color css
<style>
a { background-color: #E67FBE; }
a { background-color: rgb(230,127,190); }
div.DivClassName
{
background-color: #E67FBE;
}
.BgClassName
{
background-color: #E67FBE;
}
</style>
border-color css
<style>
span { border-color: #E67FBE; }
span { border-color: rgb(230,127,190); }
td.TdClassName
{
border-color: #E67FBE;
}
.TagClassName
{
border-color: #E67FBE;
}
</style>