Shades of Persian Pink #E675AD
Tints of Persian Pink #E675AD
RGB
CMYK
RGB Variations
Color information
#E675AD (or 0xE675AD) is known color: Persian Pink. HEX triplet: E6, 75 and AD. RGB value is (230,117,173). Sum of RGB (Red+Green+Blue) = 230+117+173=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E675AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675AD is #198A52. Grayscale: #9D9D9D. Windows color (decimal): -1673811 or 11367910. OLE color: 11367910.
HSL color Cylindrical-coordinate representation of color #E675AD: hue angle of 330.27º 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 #E675AD is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 173 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.10 |
| HSL | 330.27º | 0.69% | 0.68% | - |
| HSV(B) | 330.27º | 0.49% | 0.9% | - |
| XYZ | 46.54 | 32.56 | 43.37 | - |
| YUV | 157.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 173 | 0 | 0.49 | 0.25 | 0.10 | 330.27 | 0.69 | 0.68 |
| Hex | E6 | 75 | AD | 0 | 31 | 19 | A | 14A | 45 | 44 |
| Octal | 346 | 165 | 255 | 0 | 61 | 31 | 12 | 512 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10101101 | 0 | 110001 | 11001 | 1010 | 101001010 | 1000101 | 1000100 |
Color Harmonies of #E675AD
Complementary color
Monochromatic Colors of #E675AD
Black with #E675AD
Text Example
Text Example
White with #E675AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675AD; }
p { color: rgb(230,117,173); }
H1.HeaderClassName
{
color: #E675AD;
}
.AnyTagClassName
{
color: #E675AD;
}
</style>
background-color css
<style>
a { background-color: #E675AD; }
a { background-color: rgb(230,117,173); }
div.DivClassName
{
background-color: #E675AD;
}
.BgClassName
{
background-color: #E675AD;
}
</style>
border-color css
<style>
span { border-color: #E675AD; }
span { border-color: rgb(230,117,173); }
td.TdClassName
{
border-color: #E675AD;
}
.TagClassName
{
border-color: #E675AD;
}
</style>