Shades of Persian Pink #E26DBB
Tints of Persian Pink #E26DBB
RGB
CMYK
RGB Variations
Color information
#E26DBB (or 0xE26DBB) is known color: Persian Pink. HEX triplet: E2, 6D and BB. RGB value is (226,109,187). Sum of RGB (Red+Green+Blue) = 226+109+187=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DBB is #1D9244. Grayscale: #989898. Windows color (decimal): -1937989 or 12283362. OLE color: 12283362.
HSL color Cylindrical-coordinate representation of color #E26DBB: hue angle of 320º 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 #E26DBB is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 187 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.11 |
| HSL | 320º | 0.67% | 0.66% | - |
| HSV(B) | 320º | 0.52% | 0.89% | - |
| XYZ | 45.8 | 30.69 | 50.52 | - |
| YUV | 152.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 187 | 0 | 0.52 | 0.17 | 0.11 | 320 | 0.67 | 0.66 |
| Hex | E2 | 6D | BB | 0 | 34 | 11 | B | 140 | 43 | 42 |
| Octal | 342 | 155 | 273 | 0 | 64 | 21 | 13 | 500 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10111011 | 0 | 110100 | 10001 | 1011 | 101000000 | 1000011 | 1000010 |
Color Harmonies of #E26DBB
Complementary color
Monochromatic Colors of #E26DBB
Black with #E26DBB
Text Example
Text Example
White with #E26DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DBB; }
p { color: rgb(226,109,187); }
H1.HeaderClassName
{
color: #E26DBB;
}
.AnyTagClassName
{
color: #E26DBB;
}
</style>
background-color css
<style>
a { background-color: #E26DBB; }
a { background-color: rgb(226,109,187); }
div.DivClassName
{
background-color: #E26DBB;
}
.BgClassName
{
background-color: #E26DBB;
}
</style>
border-color css
<style>
span { border-color: #E26DBB; }
span { border-color: rgb(226,109,187); }
td.TdClassName
{
border-color: #E26DBB;
}
.TagClassName
{
border-color: #E26DBB;
}
</style>