Shades of Persian Pink #E67CB6
Tints of Persian Pink #E67CB6
RGB
CMYK
RGB Variations
Color information
#E67CB6 (or 0xE67CB6) is known color: Persian Pink. HEX triplet: E6, 7C and B6. RGB value is (230,124,182). Sum of RGB (Red+Green+Blue) = 230+124+182=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CB6 is #198349. Grayscale: #A2A2A2. Windows color (decimal): -1672010 or 11959526. OLE color: 11959526.
HSL color Cylindrical-coordinate representation of color #E67CB6: hue angle of 327.17º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67CB6 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 182 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.10 |
| HSL | 327.17º | 0.68% | 0.69% | - |
| HSV(B) | 327.17º | 0.46% | 0.9% | - |
| XYZ | 48.28 | 34.62 | 48.39 | - |
| YUV | 162.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 182 | 0 | 0.46 | 0.21 | 0.10 | 327.17 | 0.68 | 0.69 |
| Hex | E6 | 7C | B6 | 0 | 2E | 15 | A | 147 | 44 | 45 |
| Octal | 346 | 174 | 266 | 0 | 56 | 25 | 12 | 507 | 104 | 105 |
| Binary | 11100110 | 1111100 | 10110110 | 0 | 101110 | 10101 | 1010 | 101000111 | 1000100 | 1000101 |
Color Harmonies of #E67CB6
Complementary color
Monochromatic Colors of #E67CB6
Black with #E67CB6
Text Example
Text Example
White with #E67CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CB6; }
p { color: rgb(230,124,182); }
H1.HeaderClassName
{
color: #E67CB6;
}
.AnyTagClassName
{
color: #E67CB6;
}
</style>
background-color css
<style>
a { background-color: #E67CB6; }
a { background-color: rgb(230,124,182); }
div.DivClassName
{
background-color: #E67CB6;
}
.BgClassName
{
background-color: #E67CB6;
}
</style>
border-color css
<style>
span { border-color: #E67CB6; }
span { border-color: rgb(230,124,182); }
td.TdClassName
{
border-color: #E67CB6;
}
.TagClassName
{
border-color: #E67CB6;
}
</style>