Shades of Persian Pink #E678BC
Tints of Persian Pink #E678BC
RGB
CMYK
RGB Variations
Color information
#E678BC (or 0xE678BC) is known color: Persian Pink. HEX triplet: E6, 78 and BC. RGB value is (230,120,188). Sum of RGB (Red+Green+Blue) = 230+120+188=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E678BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678BC is #198743. Grayscale: #A0A0A0. Windows color (decimal): -1673028 or 12351718. OLE color: 12351718.
HSL color Cylindrical-coordinate representation of color #E678BC: hue angle of 322.91º 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 #E678BC is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 188 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.10 |
| HSL | 322.91º | 0.69% | 0.69% | - |
| HSV(B) | 322.91º | 0.48% | 0.9% | - |
| XYZ | 48.43 | 33.89 | 51.57 | - |
| YUV | 160.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 188 | 0 | 0.48 | 0.18 | 0.10 | 322.91 | 0.69 | 0.69 |
| Hex | E6 | 78 | BC | 0 | 30 | 12 | A | 143 | 45 | 45 |
| Octal | 346 | 170 | 274 | 0 | 60 | 22 | 12 | 503 | 105 | 105 |
| Binary | 11100110 | 1111000 | 10111100 | 0 | 110000 | 10010 | 1010 | 101000011 | 1000101 | 1000101 |
Color Harmonies of #E678BC
Complementary color
Monochromatic Colors of #E678BC
Black with #E678BC
Text Example
Text Example
White with #E678BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678BC; }
p { color: rgb(230,120,188); }
H1.HeaderClassName
{
color: #E678BC;
}
.AnyTagClassName
{
color: #E678BC;
}
</style>
background-color css
<style>
a { background-color: #E678BC; }
a { background-color: rgb(230,120,188); }
div.DivClassName
{
background-color: #E678BC;
}
.BgClassName
{
background-color: #E678BC;
}
</style>
border-color css
<style>
span { border-color: #E678BC; }
span { border-color: rgb(230,120,188); }
td.TdClassName
{
border-color: #E678BC;
}
.TagClassName
{
border-color: #E678BC;
}
</style>