Shades of Persian Pink #E67CC2
Tints of Persian Pink #E67CC2
RGB
CMYK
RGB Variations
Color information
#E67CC2 (or 0xE67CC2) is known color: Persian Pink. HEX triplet: E6, 7C and C2. RGB value is (230,124,194). Sum of RGB (Red+Green+Blue) = 230+124+194=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CC2 is #19833D. Grayscale: #A3A3A3. Windows color (decimal): -1671998 or 12745958. OLE color: 12745958.
HSL color Cylindrical-coordinate representation of color #E67CC2: hue angle of 320.38º 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 #E67CC2 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 194 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.10 |
| HSL | 320.38º | 0.68% | 0.69% | - |
| HSV(B) | 320.38º | 0.46% | 0.9% | - |
| XYZ | 49.58 | 35.13 | 55.21 | - |
| YUV | 163.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 194 | 0 | 0.46 | 0.16 | 0.10 | 320.38 | 0.68 | 0.69 |
| Hex | E6 | 7C | C2 | 0 | 2E | 10 | A | 140 | 44 | 45 |
| Octal | 346 | 174 | 302 | 0 | 56 | 20 | 12 | 500 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11000010 | 0 | 101110 | 10000 | 1010 | 101000000 | 1000100 | 1000101 |
Color Harmonies of #E67CC2
Complementary color
Monochromatic Colors of #E67CC2
Black with #E67CC2
Text Example
Text Example
White with #E67CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CC2; }
p { color: rgb(230,124,194); }
H1.HeaderClassName
{
color: #E67CC2;
}
.AnyTagClassName
{
color: #E67CC2;
}
</style>
background-color css
<style>
a { background-color: #E67CC2; }
a { background-color: rgb(230,124,194); }
div.DivClassName
{
background-color: #E67CC2;
}
.BgClassName
{
background-color: #E67CC2;
}
</style>
border-color css
<style>
span { border-color: #E67CC2; }
span { border-color: rgb(230,124,194); }
td.TdClassName
{
border-color: #E67CC2;
}
.TagClassName
{
border-color: #E67CC2;
}
</style>