Shades of Persian Pink #E07DB3
Tints of Persian Pink #E07DB3
RGB
CMYK
RGB Variations
Color information
#E07DB3 (or 0xE07DB3) is known color: Persian Pink. HEX triplet: E0, 7D and B3. RGB value is (224,125,179). Sum of RGB (Red+Green+Blue) = 224+125+179=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DB3 is #1F824C. Grayscale: #A0A0A0. Windows color (decimal): -2064973 or 11763168. OLE color: 11763168.
HSL color Cylindrical-coordinate representation of color #E07DB3: hue angle of 327.27º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DB3 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 179 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.12 |
| HSL | 327.27º | 0.61% | 0.68% | - |
| HSV(B) | 327.27º | 0.44% | 0.88% | - |
| XYZ | 46.21 | 33.77 | 46.73 | - |
| YUV | 160.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 179 | 0 | 0.44 | 0.20 | 0.12 | 327.27 | 0.61 | 0.68 |
| Hex | E0 | 7D | B3 | 0 | 2C | 14 | C | 147 | 3D | 44 |
| Octal | 340 | 175 | 263 | 0 | 54 | 24 | 14 | 507 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10110011 | 0 | 101100 | 10100 | 1100 | 101000111 | 111101 | 1000100 |
Color Harmonies of #E07DB3
Complementary color
Monochromatic Colors of #E07DB3
Black with #E07DB3
Text Example
Text Example
White with #E07DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DB3; }
p { color: rgb(224,125,179); }
H1.HeaderClassName
{
color: #E07DB3;
}
.AnyTagClassName
{
color: #E07DB3;
}
</style>
background-color css
<style>
a { background-color: #E07DB3; }
a { background-color: rgb(224,125,179); }
div.DivClassName
{
background-color: #E07DB3;
}
.BgClassName
{
background-color: #E07DB3;
}
</style>
border-color css
<style>
span { border-color: #E07DB3; }
span { border-color: rgb(224,125,179); }
td.TdClassName
{
border-color: #E07DB3;
}
.TagClassName
{
border-color: #E07DB3;
}
</style>