Shades of Persian Pink #E075B9
Tints of Persian Pink #E075B9
RGB
CMYK
RGB Variations
Color information
#E075B9 (or 0xE075B9) is known color: Persian Pink. HEX triplet: E0, 75 and B9. RGB value is (224,117,185). Sum of RGB (Red+Green+Blue) = 224+117+185=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E075B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075B9 is #1F8A46. Grayscale: #9C9C9C. Windows color (decimal): -2067015 or 12154336. OLE color: 12154336.
HSL color Cylindrical-coordinate representation of color #E075B9: hue angle of 321.87º 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 #E075B9 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 185 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.12 |
| HSL | 321.87º | 0.63% | 0.67% | - |
| HSV(B) | 321.87º | 0.48% | 0.88% | - |
| XYZ | 45.86 | 32.07 | 49.67 | - |
| YUV | 156.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 185 | 0 | 0.48 | 0.17 | 0.12 | 321.87 | 0.63 | 0.67 |
| Hex | E0 | 75 | B9 | 0 | 30 | 11 | C | 142 | 3F | 43 |
| Octal | 340 | 165 | 271 | 0 | 60 | 21 | 14 | 502 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10111001 | 0 | 110000 | 10001 | 1100 | 101000010 | 111111 | 1000011 |
Color Harmonies of #E075B9
Complementary color
Monochromatic Colors of #E075B9
Black with #E075B9
Text Example
Text Example
White with #E075B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075B9; }
p { color: rgb(224,117,185); }
H1.HeaderClassName
{
color: #E075B9;
}
.AnyTagClassName
{
color: #E075B9;
}
</style>
background-color css
<style>
a { background-color: #E075B9; }
a { background-color: rgb(224,117,185); }
div.DivClassName
{
background-color: #E075B9;
}
.BgClassName
{
background-color: #E075B9;
}
</style>
border-color css
<style>
span { border-color: #E075B9; }
span { border-color: rgb(224,117,185); }
td.TdClassName
{
border-color: #E075B9;
}
.TagClassName
{
border-color: #E075B9;
}
</style>