Shades of Persian Pink #E07BC2
Tints of Persian Pink #E07BC2
RGB
CMYK
RGB Variations
Color information
#E07BC2 (or 0xE07BC2) is known color: Persian Pink. HEX triplet: E0, 7B and C2. RGB value is (224,123,194). Sum of RGB (Red+Green+Blue) = 224+123+194=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BC2 is #1F843D. Grayscale: #A1A1A1. Windows color (decimal): -2065470 or 12745696. OLE color: 12745696.
HSL color Cylindrical-coordinate representation of color #E07BC2: hue angle of 317.82º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BC2 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 194 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.12 |
| HSL | 317.82º | 0.62% | 0.68% | - |
| HSV(B) | 317.82º | 0.45% | 0.88% | - |
| XYZ | 47.56 | 33.91 | 55.08 | - |
| YUV | 161.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 194 | 0 | 0.45 | 0.13 | 0.12 | 317.82 | 0.62 | 0.68 |
| Hex | E0 | 7B | C2 | 0 | 2D | D | C | 13E | 3E | 44 |
| Octal | 340 | 173 | 302 | 0 | 55 | 15 | 14 | 476 | 76 | 104 |
| Binary | 11100000 | 1111011 | 11000010 | 0 | 101101 | 1101 | 1100 | 100111110 | 111110 | 1000100 |
Color Harmonies of #E07BC2
Complementary color
Monochromatic Colors of #E07BC2
Black with #E07BC2
Text Example
Text Example
White with #E07BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BC2; }
p { color: rgb(224,123,194); }
H1.HeaderClassName
{
color: #E07BC2;
}
.AnyTagClassName
{
color: #E07BC2;
}
</style>
background-color css
<style>
a { background-color: #E07BC2; }
a { background-color: rgb(224,123,194); }
div.DivClassName
{
background-color: #E07BC2;
}
.BgClassName
{
background-color: #E07BC2;
}
</style>
border-color css
<style>
span { border-color: #E07BC2; }
span { border-color: rgb(224,123,194); }
td.TdClassName
{
border-color: #E07BC2;
}
.TagClassName
{
border-color: #E07BC2;
}
</style>