Shades of Persian Pink #E677BE
Tints of Persian Pink #E677BE
RGB
CMYK
RGB Variations
Color information
#E677BE (or 0xE677BE) is known color: Persian Pink. HEX triplet: E6, 77 and BE. RGB value is (230,119,190). Sum of RGB (Red+Green+Blue) = 230+119+190=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E677BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677BE is #198841. Grayscale: #A0A0A0. Windows color (decimal): -1673282 or 12482534. OLE color: 12482534.
HSL color Cylindrical-coordinate representation of color #E677BE: hue angle of 321.62º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E677BE is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 190 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.10 |
| HSL | 321.62º | 0.69% | 0.68% | - |
| HSV(B) | 321.62º | 0.48% | 0.9% | - |
| XYZ | 48.52 | 33.73 | 52.67 | - |
| YUV | 160.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 190 | 0 | 0.48 | 0.17 | 0.10 | 321.62 | 0.69 | 0.68 |
| Hex | E6 | 77 | BE | 0 | 30 | 11 | A | 142 | 45 | 44 |
| Octal | 346 | 167 | 276 | 0 | 60 | 21 | 12 | 502 | 105 | 104 |
| Binary | 11100110 | 1110111 | 10111110 | 0 | 110000 | 10001 | 1010 | 101000010 | 1000101 | 1000100 |
Color Harmonies of #E677BE
Complementary color
Monochromatic Colors of #E677BE
Black with #E677BE
Text Example
Text Example
White with #E677BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E677BE; }
p { color: rgb(230,119,190); }
H1.HeaderClassName
{
color: #E677BE;
}
.AnyTagClassName
{
color: #E677BE;
}
</style>
background-color css
<style>
a { background-color: #E677BE; }
a { background-color: rgb(230,119,190); }
div.DivClassName
{
background-color: #E677BE;
}
.BgClassName
{
background-color: #E677BE;
}
</style>
border-color css
<style>
span { border-color: #E677BE; }
span { border-color: rgb(230,119,190); }
td.TdClassName
{
border-color: #E677BE;
}
.TagClassName
{
border-color: #E677BE;
}
</style>