Shades of Persian Pink #E67CC1
Tints of Persian Pink #E67CC1
RGB
CMYK
RGB Variations
Color information
#E67CC1 (or 0xE67CC1) is known color: Persian Pink. HEX triplet: E6, 7C and C1. RGB value is (230,124,193). Sum of RGB (Red+Green+Blue) = 230+124+193=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CC1 is #19833E. Grayscale: #A3A3A3. Windows color (decimal): -1671999 or 12680422. OLE color: 12680422.
HSL color Cylindrical-coordinate representation of color #E67CC1: hue angle of 320.94º 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 #E67CC1 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 193 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.10 |
| HSL | 320.94º | 0.68% | 0.69% | - |
| HSV(B) | 320.94º | 0.46% | 0.9% | - |
| XYZ | 49.47 | 35.09 | 54.62 | - |
| YUV | 163.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 193 | 0 | 0.46 | 0.16 | 0.10 | 320.94 | 0.68 | 0.69 |
| Hex | E6 | 7C | C1 | 0 | 2E | 10 | A | 141 | 44 | 45 |
| Octal | 346 | 174 | 301 | 0 | 56 | 20 | 12 | 501 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11000001 | 0 | 101110 | 10000 | 1010 | 101000001 | 1000100 | 1000101 |
Color Harmonies of #E67CC1
Complementary color
Monochromatic Colors of #E67CC1
Black with #E67CC1
Text Example
Text Example
White with #E67CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CC1; }
p { color: rgb(230,124,193); }
H1.HeaderClassName
{
color: #E67CC1;
}
.AnyTagClassName
{
color: #E67CC1;
}
</style>
background-color css
<style>
a { background-color: #E67CC1; }
a { background-color: rgb(230,124,193); }
div.DivClassName
{
background-color: #E67CC1;
}
.BgClassName
{
background-color: #E67CC1;
}
</style>
border-color css
<style>
span { border-color: #E67CC1; }
span { border-color: rgb(230,124,193); }
td.TdClassName
{
border-color: #E67CC1;
}
.TagClassName
{
border-color: #E67CC1;
}
</style>