Shades of Persian Pink #E67EC1
Tints of Persian Pink #E67EC1
RGB
CMYK
RGB Variations
Color information
#E67EC1 (or 0xE67EC1) is known color: Persian Pink. HEX triplet: E6, 7E and C1. RGB value is (230,126,193). Sum of RGB (Red+Green+Blue) = 230+126+193=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EC1 is #19813E. Grayscale: #A4A4A4. Windows color (decimal): -1671487 or 12680934. OLE color: 12680934.
HSL color Cylindrical-coordinate representation of color #E67EC1: hue angle of 321.35º degrees, saturation: 0.68, 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 #E67EC1 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 193 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.10 |
| HSL | 321.35º | 0.68% | 0.7% | - |
| HSV(B) | 321.35º | 0.45% | 0.9% | - |
| XYZ | 49.72 | 35.59 | 54.7 | - |
| YUV | 164.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 193 | 0 | 0.45 | 0.16 | 0.10 | 321.35 | 0.68 | 0.7 |
| Hex | E6 | 7E | C1 | 0 | 2D | 10 | A | 141 | 44 | 46 |
| Octal | 346 | 176 | 301 | 0 | 55 | 20 | 12 | 501 | 104 | 106 |
| Binary | 11100110 | 1111110 | 11000001 | 0 | 101101 | 10000 | 1010 | 101000001 | 1000100 | 1000110 |
Color Harmonies of #E67EC1
Complementary color
Monochromatic Colors of #E67EC1
Black with #E67EC1
Text Example
Text Example
White with #E67EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67EC1; }
p { color: rgb(230,126,193); }
H1.HeaderClassName
{
color: #E67EC1;
}
.AnyTagClassName
{
color: #E67EC1;
}
</style>
background-color css
<style>
a { background-color: #E67EC1; }
a { background-color: rgb(230,126,193); }
div.DivClassName
{
background-color: #E67EC1;
}
.BgClassName
{
background-color: #E67EC1;
}
</style>
border-color css
<style>
span { border-color: #E67EC1; }
span { border-color: rgb(230,126,193); }
td.TdClassName
{
border-color: #E67EC1;
}
.TagClassName
{
border-color: #E67EC1;
}
</style>