Shades of Persian Pink #E674BC
Tints of Persian Pink #E674BC
RGB
CMYK
RGB Variations
Color information
#E674BC (or 0xE674BC) is known color: Persian Pink. HEX triplet: E6, 74 and BC. RGB value is (230,116,188). Sum of RGB (Red+Green+Blue) = 230+116+188=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E674BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674BC is #198B43. Grayscale: #9E9E9E. Windows color (decimal): -1674052 or 12350694. OLE color: 12350694.
HSL color Cylindrical-coordinate representation of color #E674BC: hue angle of 322.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674BC is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 188 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.10 |
| HSL | 322.11º | 0.7% | 0.68% | - |
| HSV(B) | 322.11º | 0.5% | 0.9% | - |
| XYZ | 47.96 | 32.94 | 51.41 | - |
| YUV | 158.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 188 | 0 | 0.50 | 0.18 | 0.10 | 322.11 | 0.7 | 0.68 |
| Hex | E6 | 74 | BC | 0 | 32 | 12 | A | 142 | 46 | 44 |
| Octal | 346 | 164 | 274 | 0 | 62 | 22 | 12 | 502 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10111100 | 0 | 110010 | 10010 | 1010 | 101000010 | 1000110 | 1000100 |
Color Harmonies of #E674BC
Complementary color
Monochromatic Colors of #E674BC
Black with #E674BC
Text Example
Text Example
White with #E674BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674BC; }
p { color: rgb(230,116,188); }
H1.HeaderClassName
{
color: #E674BC;
}
.AnyTagClassName
{
color: #E674BC;
}
</style>
background-color css
<style>
a { background-color: #E674BC; }
a { background-color: rgb(230,116,188); }
div.DivClassName
{
background-color: #E674BC;
}
.BgClassName
{
background-color: #E674BC;
}
</style>
border-color css
<style>
span { border-color: #E674BC; }
span { border-color: rgb(230,116,188); }
td.TdClassName
{
border-color: #E674BC;
}
.TagClassName
{
border-color: #E674BC;
}
</style>