Shades of Persian Pink #E270B2
Tints of Persian Pink #E270B2
RGB
CMYK
RGB Variations
Color information
#E270B2 (or 0xE270B2) is known color: Persian Pink. HEX triplet: E2, 70 and B2. RGB value is (226,112,178). Sum of RGB (Red+Green+Blue) = 226+112+178=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E270B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E270B2 is #1D8F4D. Grayscale: #999999. Windows color (decimal): -1937230 or 11694306. OLE color: 11694306.
HSL color Cylindrical-coordinate representation of color #E270B2: hue angle of 325.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270B2 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 178 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.11 |
| HSL | 325.26º | 0.66% | 0.66% | - |
| HSV(B) | 325.26º | 0.5% | 0.89% | - |
| XYZ | 45.19 | 30.97 | 45.72 | - |
| YUV | 153.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 178 | 0 | 0.50 | 0.21 | 0.11 | 325.26 | 0.66 | 0.66 |
| Hex | E2 | 70 | B2 | 0 | 32 | 15 | B | 145 | 42 | 42 |
| Octal | 342 | 160 | 262 | 0 | 62 | 25 | 13 | 505 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10110010 | 0 | 110010 | 10101 | 1011 | 101000101 | 1000010 | 1000010 |
Color Harmonies of #E270B2
Complementary color
Monochromatic Colors of #E270B2
Black with #E270B2
Text Example
Text Example
White with #E270B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270B2; }
p { color: rgb(226,112,178); }
H1.HeaderClassName
{
color: #E270B2;
}
.AnyTagClassName
{
color: #E270B2;
}
</style>
background-color css
<style>
a { background-color: #E270B2; }
a { background-color: rgb(226,112,178); }
div.DivClassName
{
background-color: #E270B2;
}
.BgClassName
{
background-color: #E270B2;
}
</style>
border-color css
<style>
span { border-color: #E270B2; }
span { border-color: rgb(226,112,178); }
td.TdClassName
{
border-color: #E270B2;
}
.TagClassName
{
border-color: #E270B2;
}
</style>