Shades of Persian Pink #E672C3
Tints of Persian Pink #E672C3
RGB
CMYK
RGB Variations
Color information
#E672C3 (or 0xE672C3) is known color: Persian Pink. HEX triplet: E6, 72 and C3. RGB value is (230,114,195). Sum of RGB (Red+Green+Blue) = 230+114+195=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E672C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672C3 is #198D3C. Grayscale: #9D9D9D. Windows color (decimal): -1674557 or 12808934. OLE color: 12808934.
HSL color Cylindrical-coordinate representation of color #E672C3: hue angle of 318.1º 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 #E672C3 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 195 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.10 |
| HSL | 318.1º | 0.7% | 0.67% | - |
| HSV(B) | 318.1º | 0.5% | 0.9% | - |
| XYZ | 48.5 | 32.8 | 55.4 | - |
| YUV | 157.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 195 | 0 | 0.50 | 0.15 | 0.10 | 318.1 | 0.7 | 0.67 |
| Hex | E6 | 72 | C3 | 0 | 32 | F | A | 13E | 46 | 43 |
| Octal | 346 | 162 | 303 | 0 | 62 | 17 | 12 | 476 | 106 | 103 |
| Binary | 11100110 | 1110010 | 11000011 | 0 | 110010 | 1111 | 1010 | 100111110 | 1000110 | 1000011 |
Color Harmonies of #E672C3
Complementary color
Monochromatic Colors of #E672C3
Black with #E672C3
Text Example
Text Example
White with #E672C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672C3; }
p { color: rgb(230,114,195); }
H1.HeaderClassName
{
color: #E672C3;
}
.AnyTagClassName
{
color: #E672C3;
}
</style>
background-color css
<style>
a { background-color: #E672C3; }
a { background-color: rgb(230,114,195); }
div.DivClassName
{
background-color: #E672C3;
}
.BgClassName
{
background-color: #E672C3;
}
</style>
border-color css
<style>
span { border-color: #E672C3; }
span { border-color: rgb(230,114,195); }
td.TdClassName
{
border-color: #E672C3;
}
.TagClassName
{
border-color: #E672C3;
}
</style>