Shades of Persian Pink #E673C3
Tints of Persian Pink #E673C3
RGB
CMYK
RGB Variations
Color information
#E673C3 (or 0xE673C3) is known color: Persian Pink. HEX triplet: E6, 73 and C3. RGB value is (230,115,195). Sum of RGB (Red+Green+Blue) = 230+115+195=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E673C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673C3 is #198C3C. Grayscale: #9E9E9E. Windows color (decimal): -1674301 or 12809190. OLE color: 12809190.
HSL color Cylindrical-coordinate representation of color #E673C3: hue angle of 318.26º 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 #E673C3 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 195 | - |
| CMYK | 0 | 0.5 | 0.15 | 0.10 |
| HSL | 318.26º | 0.7% | 0.68% | - |
| HSV(B) | 318.26º | 0.5% | 0.9% | - |
| XYZ | 48.61 | 33.02 | 55.44 | - |
| YUV | 158.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 195 | 0 | 0.5 | 0.15 | 0.10 | 318.26 | 0.7 | 0.68 |
| Hex | E6 | 73 | C3 | 0 | 32 | F | A | 13E | 46 | 44 |
| Octal | 346 | 163 | 303 | 0 | 62 | 17 | 12 | 476 | 106 | 104 |
| Binary | 11100110 | 1110011 | 11000011 | 0 | 110010 | 1111 | 1010 | 100111110 | 1000110 | 1000100 |
Color Harmonies of #E673C3
Complementary color
Monochromatic Colors of #E673C3
Black with #E673C3
Text Example
Text Example
White with #E673C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673C3; }
p { color: rgb(230,115,195); }
H1.HeaderClassName
{
color: #E673C3;
}
.AnyTagClassName
{
color: #E673C3;
}
</style>
background-color css
<style>
a { background-color: #E673C3; }
a { background-color: rgb(230,115,195); }
div.DivClassName
{
background-color: #E673C3;
}
.BgClassName
{
background-color: #E673C3;
}
</style>
border-color css
<style>
span { border-color: #E673C3; }
span { border-color: rgb(230,115,195); }
td.TdClassName
{
border-color: #E673C3;
}
.TagClassName
{
border-color: #E673C3;
}
</style>