Shades of Persian Pink #E074BD
Tints of Persian Pink #E074BD
RGB
CMYK
RGB Variations
Color information
#E074BD (or 0xE074BD) is known color: Persian Pink. HEX triplet: E0, 74 and BD. RGB value is (224,116,189). Sum of RGB (Red+Green+Blue) = 224+116+189=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E074BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074BD is #1F8B42. Grayscale: #9C9C9C. Windows color (decimal): -2067267 or 12416224. OLE color: 12416224.
HSL color Cylindrical-coordinate representation of color #E074BD: hue angle of 319.44º degrees, saturation: 0.64, 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 #E074BD is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 189 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.12 |
| HSL | 319.44º | 0.64% | 0.67% | - |
| HSV(B) | 319.44º | 0.48% | 0.88% | - |
| XYZ | 46.17 | 32.01 | 51.89 | - |
| YUV | 156.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 189 | 0 | 0.48 | 0.16 | 0.12 | 319.44 | 0.64 | 0.67 |
| Hex | E0 | 74 | BD | 0 | 30 | 10 | C | 13F | 40 | 43 |
| Octal | 340 | 164 | 275 | 0 | 60 | 20 | 14 | 477 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10111101 | 0 | 110000 | 10000 | 1100 | 100111111 | 1000000 | 1000011 |
Color Harmonies of #E074BD
Complementary color
Monochromatic Colors of #E074BD
Black with #E074BD
Text Example
Text Example
White with #E074BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074BD; }
p { color: rgb(224,116,189); }
H1.HeaderClassName
{
color: #E074BD;
}
.AnyTagClassName
{
color: #E074BD;
}
</style>
background-color css
<style>
a { background-color: #E074BD; }
a { background-color: rgb(224,116,189); }
div.DivClassName
{
background-color: #E074BD;
}
.BgClassName
{
background-color: #E074BD;
}
</style>
border-color css
<style>
span { border-color: #E074BD; }
span { border-color: rgb(224,116,189); }
td.TdClassName
{
border-color: #E074BD;
}
.TagClassName
{
border-color: #E074BD;
}
</style>