Shades of Persian Pink #E675B1
Tints of Persian Pink #E675B1
RGB
CMYK
RGB Variations
Color information
#E675B1 (or 0xE675B1) is known color: Persian Pink. HEX triplet: E6, 75 and B1. RGB value is (230,117,177). Sum of RGB (Red+Green+Blue) = 230+117+177=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E675B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675B1 is #198A4E. Grayscale: #9D9D9D. Windows color (decimal): -1673807 or 11630054. OLE color: 11630054.
HSL color Cylindrical-coordinate representation of color #E675B1: hue angle of 328.14º 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 #E675B1 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 177 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.10 |
| HSL | 328.14º | 0.69% | 0.68% | - |
| HSV(B) | 328.14º | 0.49% | 0.9% | - |
| XYZ | 46.93 | 32.72 | 45.44 | - |
| YUV | 157.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 177 | 0 | 0.49 | 0.23 | 0.10 | 328.14 | 0.69 | 0.68 |
| Hex | E6 | 75 | B1 | 0 | 31 | 17 | A | 148 | 45 | 44 |
| Octal | 346 | 165 | 261 | 0 | 61 | 27 | 12 | 510 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10110001 | 0 | 110001 | 10111 | 1010 | 101001000 | 1000101 | 1000100 |
Color Harmonies of #E675B1
Complementary color
Monochromatic Colors of #E675B1
Black with #E675B1
Text Example
Text Example
White with #E675B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675B1; }
p { color: rgb(230,117,177); }
H1.HeaderClassName
{
color: #E675B1;
}
.AnyTagClassName
{
color: #E675B1;
}
</style>
background-color css
<style>
a { background-color: #E675B1; }
a { background-color: rgb(230,117,177); }
div.DivClassName
{
background-color: #E675B1;
}
.BgClassName
{
background-color: #E675B1;
}
</style>
border-color css
<style>
span { border-color: #E675B1; }
span { border-color: rgb(230,117,177); }
td.TdClassName
{
border-color: #E675B1;
}
.TagClassName
{
border-color: #E675B1;
}
</style>