Shades of Persian Pink #E285BE
Tints of Persian Pink #E285BE
RGB
CMYK
RGB Variations
Color information
#E285BE (or 0xE285BE) is known color: Persian Pink. HEX triplet: E2, 85 and BE. RGB value is (226,133,190). Sum of RGB (Red+Green+Blue) = 226+133+190=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E285BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285BE is #1D7A41. Grayscale: #A7A7A7. Windows color (decimal): -1931842 or 12486114. OLE color: 12486114.
HSL color Cylindrical-coordinate representation of color #E285BE: hue angle of 323.23º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285BE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 190 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.11 |
| HSL | 323.23º | 0.62% | 0.7% | - |
| HSV(B) | 323.23º | 0.41% | 0.89% | - |
| XYZ | 49.05 | 36.66 | 53.21 | - |
| YUV | 167.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 190 | 0 | 0.41 | 0.16 | 0.11 | 323.23 | 0.62 | 0.7 |
| Hex | E2 | 85 | BE | 0 | 29 | 10 | B | 143 | 3E | 46 |
| Octal | 342 | 205 | 276 | 0 | 51 | 20 | 13 | 503 | 76 | 106 |
| Binary | 11100010 | 10000101 | 10111110 | 0 | 101001 | 10000 | 1011 | 101000011 | 111110 | 1000110 |
Color Harmonies of #E285BE
Complementary color
Monochromatic Colors of #E285BE
Black with #E285BE
Text Example
Text Example
White with #E285BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E285BE; }
p { color: rgb(226,133,190); }
H1.HeaderClassName
{
color: #E285BE;
}
.AnyTagClassName
{
color: #E285BE;
}
</style>
background-color css
<style>
a { background-color: #E285BE; }
a { background-color: rgb(226,133,190); }
div.DivClassName
{
background-color: #E285BE;
}
.BgClassName
{
background-color: #E285BE;
}
</style>
border-color css
<style>
span { border-color: #E285BE; }
span { border-color: rgb(226,133,190); }
td.TdClassName
{
border-color: #E285BE;
}
.TagClassName
{
border-color: #E285BE;
}
</style>