Shades of Persian Pink #E678C1
Tints of Persian Pink #E678C1
RGB
CMYK
RGB Variations
Color information
#E678C1 (or 0xE678C1) is known color: Persian Pink. HEX triplet: E6, 78 and C1. RGB value is (230,120,193). Sum of RGB (Red+Green+Blue) = 230+120+193=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E678C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678C1 is #19873E. Grayscale: #A1A1A1. Windows color (decimal): -1673023 or 12679398. OLE color: 12679398.
HSL color Cylindrical-coordinate representation of color #E678C1: hue angle of 320.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678C1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 193 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.10 |
| HSL | 320.18º | 0.69% | 0.69% | - |
| HSV(B) | 320.18º | 0.48% | 0.9% | - |
| XYZ | 48.98 | 34.11 | 54.45 | - |
| YUV | 161.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 193 | 0 | 0.48 | 0.16 | 0.10 | 320.18 | 0.69 | 0.69 |
| Hex | E6 | 78 | C1 | 0 | 30 | 10 | A | 140 | 45 | 45 |
| Octal | 346 | 170 | 301 | 0 | 60 | 20 | 12 | 500 | 105 | 105 |
| Binary | 11100110 | 1111000 | 11000001 | 0 | 110000 | 10000 | 1010 | 101000000 | 1000101 | 1000101 |
Color Harmonies of #E678C1
Complementary color
Monochromatic Colors of #E678C1
Black with #E678C1
Text Example
Text Example
White with #E678C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678C1; }
p { color: rgb(230,120,193); }
H1.HeaderClassName
{
color: #E678C1;
}
.AnyTagClassName
{
color: #E678C1;
}
</style>
background-color css
<style>
a { background-color: #E678C1; }
a { background-color: rgb(230,120,193); }
div.DivClassName
{
background-color: #E678C1;
}
.BgClassName
{
background-color: #E678C1;
}
</style>
border-color css
<style>
span { border-color: #E678C1; }
span { border-color: rgb(230,120,193); }
td.TdClassName
{
border-color: #E678C1;
}
.TagClassName
{
border-color: #E678C1;
}
</style>