Shades of Persian Pink #E67CC5
Tints of Persian Pink #E67CC5
RGB
CMYK
RGB Variations
Color information
#E67CC5 (or 0xE67CC5) is known color: Persian Pink. HEX triplet: E6, 7C and C5. RGB value is (230,124,197). Sum of RGB (Red+Green+Blue) = 230+124+197=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CC5 is #19833A. Grayscale: #A3A3A3. Windows color (decimal): -1671995 or 12942566. OLE color: 12942566.
HSL color Cylindrical-coordinate representation of color #E67CC5: hue angle of 318.68º 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 #E67CC5 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 197 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.10 |
| HSL | 318.68º | 0.68% | 0.69% | - |
| HSV(B) | 318.68º | 0.46% | 0.9% | - |
| XYZ | 49.92 | 35.27 | 57 | - |
| YUV | 164.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 197 | 0 | 0.46 | 0.14 | 0.10 | 318.68 | 0.68 | 0.69 |
| Hex | E6 | 7C | C5 | 0 | 2E | E | A | 13F | 44 | 45 |
| Octal | 346 | 174 | 305 | 0 | 56 | 16 | 12 | 477 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11000101 | 0 | 101110 | 1110 | 1010 | 100111111 | 1000100 | 1000101 |
Color Harmonies of #E67CC5
Complementary color
Monochromatic Colors of #E67CC5
Black with #E67CC5
Text Example
Text Example
White with #E67CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CC5; }
p { color: rgb(230,124,197); }
H1.HeaderClassName
{
color: #E67CC5;
}
.AnyTagClassName
{
color: #E67CC5;
}
</style>
background-color css
<style>
a { background-color: #E67CC5; }
a { background-color: rgb(230,124,197); }
div.DivClassName
{
background-color: #E67CC5;
}
.BgClassName
{
background-color: #E67CC5;
}
</style>
border-color css
<style>
span { border-color: #E67CC5; }
span { border-color: rgb(230,124,197); }
td.TdClassName
{
border-color: #E67CC5;
}
.TagClassName
{
border-color: #E67CC5;
}
</style>