Shades of Persian Pink #E677B5
Tints of Persian Pink #E677B5
RGB
CMYK
RGB Variations
Color information
#E677B5 (or 0xE677B5) is known color: Persian Pink. HEX triplet: E6, 77 and B5. RGB value is (230,119,181). Sum of RGB (Red+Green+Blue) = 230+119+181=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E677B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677B5 is #19884A. Grayscale: #9F9F9F. Windows color (decimal): -1673291 or 11892710. OLE color: 11892710.
HSL color Cylindrical-coordinate representation of color #E677B5: hue angle of 326.49º 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 #E677B5 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 181 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.10 |
| HSL | 326.49º | 0.69% | 0.68% | - |
| HSV(B) | 326.49º | 0.48% | 0.9% | - |
| XYZ | 47.57 | 33.35 | 47.65 | - |
| YUV | 159.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 181 | 0 | 0.48 | 0.21 | 0.10 | 326.49 | 0.69 | 0.68 |
| Hex | E6 | 77 | B5 | 0 | 30 | 15 | A | 146 | 45 | 44 |
| Octal | 346 | 167 | 265 | 0 | 60 | 25 | 12 | 506 | 105 | 104 |
| Binary | 11100110 | 1110111 | 10110101 | 0 | 110000 | 10101 | 1010 | 101000110 | 1000101 | 1000100 |
Color Harmonies of #E677B5
Complementary color
Monochromatic Colors of #E677B5
Black with #E677B5
Text Example
Text Example
White with #E677B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E677B5; }
p { color: rgb(230,119,181); }
H1.HeaderClassName
{
color: #E677B5;
}
.AnyTagClassName
{
color: #E677B5;
}
</style>
background-color css
<style>
a { background-color: #E677B5; }
a { background-color: rgb(230,119,181); }
div.DivClassName
{
background-color: #E677B5;
}
.BgClassName
{
background-color: #E677B5;
}
</style>
border-color css
<style>
span { border-color: #E677B5; }
span { border-color: rgb(230,119,181); }
td.TdClassName
{
border-color: #E677B5;
}
.TagClassName
{
border-color: #E677B5;
}
</style>