Shades of Persian Pink #E075BC
Tints of Persian Pink #E075BC
RGB
CMYK
RGB Variations
Color information
#E075BC (or 0xE075BC) is known color: Persian Pink. HEX triplet: E0, 75 and BC. RGB value is (224,117,188). Sum of RGB (Red+Green+Blue) = 224+117+188=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E075BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075BC is #1F8A43. Grayscale: #9C9C9C. Windows color (decimal): -2067012 or 12350944. OLE color: 12350944.
HSL color Cylindrical-coordinate representation of color #E075BC: hue angle of 320.19º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075BC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 188 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.12 |
| HSL | 320.19º | 0.63% | 0.67% | - |
| HSV(B) | 320.19º | 0.48% | 0.88% | - |
| XYZ | 46.18 | 32.2 | 51.36 | - |
| YUV | 157.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 188 | 0 | 0.48 | 0.16 | 0.12 | 320.19 | 0.63 | 0.67 |
| Hex | E0 | 75 | BC | 0 | 30 | 10 | C | 140 | 3F | 43 |
| Octal | 340 | 165 | 274 | 0 | 60 | 20 | 14 | 500 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10111100 | 0 | 110000 | 10000 | 1100 | 101000000 | 111111 | 1000011 |
Color Harmonies of #E075BC
Complementary color
Monochromatic Colors of #E075BC
Black with #E075BC
Text Example
Text Example
White with #E075BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075BC; }
p { color: rgb(224,117,188); }
H1.HeaderClassName
{
color: #E075BC;
}
.AnyTagClassName
{
color: #E075BC;
}
</style>
background-color css
<style>
a { background-color: #E075BC; }
a { background-color: rgb(224,117,188); }
div.DivClassName
{
background-color: #E075BC;
}
.BgClassName
{
background-color: #E075BC;
}
</style>
border-color css
<style>
span { border-color: #E075BC; }
span { border-color: rgb(224,117,188); }
td.TdClassName
{
border-color: #E075BC;
}
.TagClassName
{
border-color: #E075BC;
}
</style>