Shades of Persian Pink #E672B0
Tints of Persian Pink #E672B0
RGB
CMYK
RGB Variations
Color information
#E672B0 (or 0xE672B0) is known color: Persian Pink. HEX triplet: E6, 72 and B0. RGB value is (230,114,176). Sum of RGB (Red+Green+Blue) = 230+114+176=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E672B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E672B0 is #198D4F. Grayscale: #9B9B9B. Windows color (decimal): -1674576 or 11563750. OLE color: 11563750.
HSL color Cylindrical-coordinate representation of color #E672B0: hue angle of 327.93º 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 #E672B0 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 176 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.10 |
| HSL | 327.93º | 0.7% | 0.67% | - |
| HSV(B) | 327.93º | 0.5% | 0.9% | - |
| XYZ | 46.49 | 31.99 | 44.8 | - |
| YUV | 155.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 176 | 0 | 0.50 | 0.23 | 0.10 | 327.93 | 0.7 | 0.67 |
| Hex | E6 | 72 | B0 | 0 | 32 | 17 | A | 148 | 46 | 43 |
| Octal | 346 | 162 | 260 | 0 | 62 | 27 | 12 | 510 | 106 | 103 |
| Binary | 11100110 | 1110010 | 10110000 | 0 | 110010 | 10111 | 1010 | 101001000 | 1000110 | 1000011 |
Color Harmonies of #E672B0
Complementary color
Monochromatic Colors of #E672B0
Black with #E672B0
Text Example
Text Example
White with #E672B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672B0; }
p { color: rgb(230,114,176); }
H1.HeaderClassName
{
color: #E672B0;
}
.AnyTagClassName
{
color: #E672B0;
}
</style>
background-color css
<style>
a { background-color: #E672B0; }
a { background-color: rgb(230,114,176); }
div.DivClassName
{
background-color: #E672B0;
}
.BgClassName
{
background-color: #E672B0;
}
</style>
border-color css
<style>
span { border-color: #E672B0; }
span { border-color: rgb(230,114,176); }
td.TdClassName
{
border-color: #E672B0;
}
.TagClassName
{
border-color: #E672B0;
}
</style>