Shades of Persian Pink #E675BC
Tints of Persian Pink #E675BC
RGB
CMYK
RGB Variations
Color information
#E675BC (or 0xE675BC) is known color: Persian Pink. HEX triplet: E6, 75 and BC. RGB value is (230,117,188). Sum of RGB (Red+Green+Blue) = 230+117+188=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E675BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675BC is #198A43. Grayscale: #9E9E9E. Windows color (decimal): -1673796 or 12350950. OLE color: 12350950.
HSL color Cylindrical-coordinate representation of color #E675BC: hue angle of 322.3º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675BC is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 188 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.10 |
| HSL | 322.3º | 0.69% | 0.68% | - |
| HSV(B) | 322.3º | 0.49% | 0.9% | - |
| XYZ | 48.07 | 33.18 | 51.45 | - |
| YUV | 158.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 188 | 0 | 0.49 | 0.18 | 0.10 | 322.3 | 0.69 | 0.68 |
| Hex | E6 | 75 | BC | 0 | 31 | 12 | A | 142 | 45 | 44 |
| Octal | 346 | 165 | 274 | 0 | 61 | 22 | 12 | 502 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10111100 | 0 | 110001 | 10010 | 1010 | 101000010 | 1000101 | 1000100 |
Color Harmonies of #E675BC
Complementary color
Monochromatic Colors of #E675BC
Black with #E675BC
Text Example
Text Example
White with #E675BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675BC; }
p { color: rgb(230,117,188); }
H1.HeaderClassName
{
color: #E675BC;
}
.AnyTagClassName
{
color: #E675BC;
}
</style>
background-color css
<style>
a { background-color: #E675BC; }
a { background-color: rgb(230,117,188); }
div.DivClassName
{
background-color: #E675BC;
}
.BgClassName
{
background-color: #E675BC;
}
</style>
border-color css
<style>
span { border-color: #E675BC; }
span { border-color: rgb(230,117,188); }
td.TdClassName
{
border-color: #E675BC;
}
.TagClassName
{
border-color: #E675BC;
}
</style>