Shades of Persian Pink #E679C4
Tints of Persian Pink #E679C4
RGB
CMYK
RGB Variations
Color information
#E679C4 (or 0xE679C4) is known color: Persian Pink. HEX triplet: E6, 79 and C4. RGB value is (230,121,196). Sum of RGB (Red+Green+Blue) = 230+121+196=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E679C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679C4 is #19863B. Grayscale: #A1A1A1. Windows color (decimal): -1672764 or 12876262. OLE color: 12876262.
HSL color Cylindrical-coordinate representation of color #E679C4: hue angle of 318.72º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679C4 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 196 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.10 |
| HSL | 318.72º | 0.69% | 0.69% | - |
| HSV(B) | 318.72º | 0.47% | 0.9% | - |
| XYZ | 49.43 | 34.48 | 56.28 | - |
| YUV | 162.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 196 | 0 | 0.47 | 0.15 | 0.10 | 318.72 | 0.69 | 0.69 |
| Hex | E6 | 79 | C4 | 0 | 2F | F | A | 13F | 45 | 45 |
| Octal | 346 | 171 | 304 | 0 | 57 | 17 | 12 | 477 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11000100 | 0 | 101111 | 1111 | 1010 | 100111111 | 1000101 | 1000101 |
Color Harmonies of #E679C4
Complementary color
Monochromatic Colors of #E679C4
Black with #E679C4
Text Example
Text Example
White with #E679C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679C4; }
p { color: rgb(230,121,196); }
H1.HeaderClassName
{
color: #E679C4;
}
.AnyTagClassName
{
color: #E679C4;
}
</style>
background-color css
<style>
a { background-color: #E679C4; }
a { background-color: rgb(230,121,196); }
div.DivClassName
{
background-color: #E679C4;
}
.BgClassName
{
background-color: #E679C4;
}
</style>
border-color css
<style>
span { border-color: #E679C4; }
span { border-color: rgb(230,121,196); }
td.TdClassName
{
border-color: #E679C4;
}
.TagClassName
{
border-color: #E679C4;
}
</style>