Shades of Persian Pink #E26DB5
Tints of Persian Pink #E26DB5
RGB
CMYK
RGB Variations
Color information
#E26DB5 (or 0xE26DB5) is known color: Persian Pink. HEX triplet: E2, 6D and B5. RGB value is (226,109,181). Sum of RGB (Red+Green+Blue) = 226+109+181=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DB5 is #1D924A. Grayscale: #989898. Windows color (decimal): -1937995 or 11890146. OLE color: 11890146.
HSL color Cylindrical-coordinate representation of color #E26DB5: hue angle of 323.08º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DB5 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 181 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.11 |
| HSL | 323.08º | 0.67% | 0.66% | - |
| HSV(B) | 323.08º | 0.52% | 0.89% | - |
| XYZ | 45.17 | 30.44 | 47.21 | - |
| YUV | 152.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 181 | 0 | 0.52 | 0.20 | 0.11 | 323.08 | 0.67 | 0.66 |
| Hex | E2 | 6D | B5 | 0 | 34 | 14 | B | 143 | 43 | 42 |
| Octal | 342 | 155 | 265 | 0 | 64 | 24 | 13 | 503 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10110101 | 0 | 110100 | 10100 | 1011 | 101000011 | 1000011 | 1000010 |
Color Harmonies of #E26DB5
Complementary color
Monochromatic Colors of #E26DB5
Black with #E26DB5
Text Example
Text Example
White with #E26DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DB5; }
p { color: rgb(226,109,181); }
H1.HeaderClassName
{
color: #E26DB5;
}
.AnyTagClassName
{
color: #E26DB5;
}
</style>
background-color css
<style>
a { background-color: #E26DB5; }
a { background-color: rgb(226,109,181); }
div.DivClassName
{
background-color: #E26DB5;
}
.BgClassName
{
background-color: #E26DB5;
}
</style>
border-color css
<style>
span { border-color: #E26DB5; }
span { border-color: rgb(226,109,181); }
td.TdClassName
{
border-color: #E26DB5;
}
.TagClassName
{
border-color: #E26DB5;
}
</style>