Shades of Persian Pink #E674AD
Tints of Persian Pink #E674AD
RGB
CMYK
RGB Variations
Color information
#E674AD (or 0xE674AD) is known color: Persian Pink. HEX triplet: E6, 74 and AD. RGB value is (230,116,173). Sum of RGB (Red+Green+Blue) = 230+116+173=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E674AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674AD is #198B52. Grayscale: #9C9C9C. Windows color (decimal): -1674067 or 11367654. OLE color: 11367654.
HSL color Cylindrical-coordinate representation of color #E674AD: hue angle of 330º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674AD is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 173 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.10 |
| HSL | 330º | 0.7% | 0.68% | - |
| HSV(B) | 330º | 0.5% | 0.9% | - |
| XYZ | 46.42 | 32.33 | 43.33 | - |
| YUV | 156.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 173 | 0 | 0.50 | 0.25 | 0.10 | 330 | 0.7 | 0.68 |
| Hex | E6 | 74 | AD | 0 | 32 | 19 | A | 14A | 46 | 44 |
| Octal | 346 | 164 | 255 | 0 | 62 | 31 | 12 | 512 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10101101 | 0 | 110010 | 11001 | 1010 | 101001010 | 1000110 | 1000100 |
Color Harmonies of #E674AD
Complementary color
Monochromatic Colors of #E674AD
Black with #E674AD
Text Example
Text Example
White with #E674AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674AD; }
p { color: rgb(230,116,173); }
H1.HeaderClassName
{
color: #E674AD;
}
.AnyTagClassName
{
color: #E674AD;
}
</style>
background-color css
<style>
a { background-color: #E674AD; }
a { background-color: rgb(230,116,173); }
div.DivClassName
{
background-color: #E674AD;
}
.BgClassName
{
background-color: #E674AD;
}
</style>
border-color css
<style>
span { border-color: #E674AD; }
span { border-color: rgb(230,116,173); }
td.TdClassName
{
border-color: #E674AD;
}
.TagClassName
{
border-color: #E674AD;
}
</style>