Shades of Persian Pink #E075B2
Tints of Persian Pink #E075B2
RGB
CMYK
RGB Variations
Color information
#E075B2 (or 0xE075B2) is known color: Persian Pink. HEX triplet: E0, 75 and B2. RGB value is (224,117,178). Sum of RGB (Red+Green+Blue) = 224+117+178=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E075B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075B2 is #1F8A4D. Grayscale: #9B9B9B. Windows color (decimal): -2067022 or 11695584. OLE color: 11695584.
HSL color Cylindrical-coordinate representation of color #E075B2: hue angle of 325.79º 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 #E075B2 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 178 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.12 |
| HSL | 325.79º | 0.63% | 0.67% | - |
| HSV(B) | 325.79º | 0.48% | 0.88% | - |
| XYZ | 45.14 | 31.78 | 45.88 | - |
| YUV | 155.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 178 | 0 | 0.48 | 0.21 | 0.12 | 325.79 | 0.63 | 0.67 |
| Hex | E0 | 75 | B2 | 0 | 30 | 15 | C | 146 | 3F | 43 |
| Octal | 340 | 165 | 262 | 0 | 60 | 25 | 14 | 506 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10110010 | 0 | 110000 | 10101 | 1100 | 101000110 | 111111 | 1000011 |
Color Harmonies of #E075B2
Complementary color
Monochromatic Colors of #E075B2
Black with #E075B2
Text Example
Text Example
White with #E075B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075B2; }
p { color: rgb(224,117,178); }
H1.HeaderClassName
{
color: #E075B2;
}
.AnyTagClassName
{
color: #E075B2;
}
</style>
background-color css
<style>
a { background-color: #E075B2; }
a { background-color: rgb(224,117,178); }
div.DivClassName
{
background-color: #E075B2;
}
.BgClassName
{
background-color: #E075B2;
}
</style>
border-color css
<style>
span { border-color: #E075B2; }
span { border-color: rgb(224,117,178); }
td.TdClassName
{
border-color: #E075B2;
}
.TagClassName
{
border-color: #E075B2;
}
</style>