Shades of Persian Pink #E672AE
Tints of Persian Pink #E672AE
RGB
CMYK
RGB Variations
Color information
#E672AE (or 0xE672AE) is known color: Persian Pink. HEX triplet: E6, 72 and AE. RGB value is (230,114,174). Sum of RGB (Red+Green+Blue) = 230+114+174=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E672AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E672AE is #198D51. Grayscale: #9B9B9B. Windows color (decimal): -1674578 or 11432678. OLE color: 11432678.
HSL color Cylindrical-coordinate representation of color #E672AE: hue angle of 328.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672AE is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 174 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.10 |
| HSL | 328.97º | 0.7% | 0.67% | - |
| HSV(B) | 328.97º | 0.5% | 0.9% | - |
| XYZ | 46.29 | 31.91 | 43.76 | - |
| YUV | 155.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 174 | 0 | 0.50 | 0.24 | 0.10 | 328.97 | 0.7 | 0.67 |
| Hex | E6 | 72 | AE | 0 | 32 | 18 | A | 149 | 46 | 43 |
| Octal | 346 | 162 | 256 | 0 | 62 | 30 | 12 | 511 | 106 | 103 |
| Binary | 11100110 | 1110010 | 10101110 | 0 | 110010 | 11000 | 1010 | 101001001 | 1000110 | 1000011 |
Color Harmonies of #E672AE
Complementary color
Monochromatic Colors of #E672AE
Black with #E672AE
Text Example
Text Example
White with #E672AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672AE; }
p { color: rgb(230,114,174); }
H1.HeaderClassName
{
color: #E672AE;
}
.AnyTagClassName
{
color: #E672AE;
}
</style>
background-color css
<style>
a { background-color: #E672AE; }
a { background-color: rgb(230,114,174); }
div.DivClassName
{
background-color: #E672AE;
}
.BgClassName
{
background-color: #E672AE;
}
</style>
border-color css
<style>
span { border-color: #E672AE; }
span { border-color: rgb(230,114,174); }
td.TdClassName
{
border-color: #E672AE;
}
.TagClassName
{
border-color: #E672AE;
}
</style>