Shades of Persian Pink #E26DBD
Tints of Persian Pink #E26DBD
RGB
CMYK
RGB Variations
Color information
#E26DBD (or 0xE26DBD) is known color: Persian Pink. HEX triplet: E2, 6D and BD. RGB value is (226,109,189). Sum of RGB (Red+Green+Blue) = 226+109+189=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DBD is #1D9242. Grayscale: #989898. Windows color (decimal): -1937987 or 12414434. OLE color: 12414434.
HSL color Cylindrical-coordinate representation of color #E26DBD: hue angle of 318.97º 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 #E26DBD is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 189 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.11 |
| HSL | 318.97º | 0.67% | 0.66% | - |
| HSV(B) | 318.97º | 0.52% | 0.89% | - |
| XYZ | 46.02 | 30.78 | 51.66 | - |
| YUV | 153.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 189 | 0 | 0.52 | 0.16 | 0.11 | 318.97 | 0.67 | 0.66 |
| Hex | E2 | 6D | BD | 0 | 34 | 10 | B | 13F | 43 | 42 |
| Octal | 342 | 155 | 275 | 0 | 64 | 20 | 13 | 477 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10111101 | 0 | 110100 | 10000 | 1011 | 100111111 | 1000011 | 1000010 |
Color Harmonies of #E26DBD
Complementary color
Monochromatic Colors of #E26DBD
Black with #E26DBD
Text Example
Text Example
White with #E26DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DBD; }
p { color: rgb(226,109,189); }
H1.HeaderClassName
{
color: #E26DBD;
}
.AnyTagClassName
{
color: #E26DBD;
}
</style>
background-color css
<style>
a { background-color: #E26DBD; }
a { background-color: rgb(226,109,189); }
div.DivClassName
{
background-color: #E26DBD;
}
.BgClassName
{
background-color: #E26DBD;
}
</style>
border-color css
<style>
span { border-color: #E26DBD; }
span { border-color: rgb(226,109,189); }
td.TdClassName
{
border-color: #E26DBD;
}
.TagClassName
{
border-color: #E26DBD;
}
</style>