Shades of Persian Pink #E676B5
Tints of Persian Pink #E676B5
RGB
CMYK
RGB Variations
Color information
#E676B5 (or 0xE676B5) is known color: Persian Pink. HEX triplet: E6, 76 and B5. RGB value is (230,118,181). Sum of RGB (Red+Green+Blue) = 230+118+181=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E676B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676B5 is #19894A. Grayscale: #9E9E9E. Windows color (decimal): -1673547 or 11892454. OLE color: 11892454.
HSL color Cylindrical-coordinate representation of color #E676B5: hue angle of 326.25º 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 #E676B5 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 181 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.10 |
| HSL | 326.25º | 0.69% | 0.68% | - |
| HSV(B) | 326.25º | 0.49% | 0.9% | - |
| XYZ | 47.45 | 33.12 | 47.61 | - |
| YUV | 158.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 181 | 0 | 0.49 | 0.21 | 0.10 | 326.25 | 0.69 | 0.68 |
| Hex | E6 | 76 | B5 | 0 | 31 | 15 | A | 146 | 45 | 44 |
| Octal | 346 | 166 | 265 | 0 | 61 | 25 | 12 | 506 | 105 | 104 |
| Binary | 11100110 | 1110110 | 10110101 | 0 | 110001 | 10101 | 1010 | 101000110 | 1000101 | 1000100 |
Color Harmonies of #E676B5
Complementary color
Monochromatic Colors of #E676B5
Black with #E676B5
Text Example
Text Example
White with #E676B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676B5; }
p { color: rgb(230,118,181); }
H1.HeaderClassName
{
color: #E676B5;
}
.AnyTagClassName
{
color: #E676B5;
}
</style>
background-color css
<style>
a { background-color: #E676B5; }
a { background-color: rgb(230,118,181); }
div.DivClassName
{
background-color: #E676B5;
}
.BgClassName
{
background-color: #E676B5;
}
</style>
border-color css
<style>
span { border-color: #E676B5; }
span { border-color: rgb(230,118,181); }
td.TdClassName
{
border-color: #E676B5;
}
.TagClassName
{
border-color: #E676B5;
}
</style>