Shades of Persian Rose #E5269B
Tints of Persian Rose #E5269B
RGB
CMYK
RGB Variations
Color information
#E5269B (or 0xE5269B) is known color: Persian Rose. HEX triplet: E5, 26 and 9B. RGB value is (229,38,155). Sum of RGB (Red+Green+Blue) = 229+38+155=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5269B is #1AD964. Grayscale: #6C6C6C. Windows color (decimal): -1759589 or 10168037. OLE color: 10168037.
HSL color Cylindrical-coordinate representation of color #E5269B: hue angle of 323.25º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5269B is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 155 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.10 |
| HSL | 323.25º | 0.79% | 0.52% | - |
| HSV(B) | 323.25º | 0.83% | 0.9% | - |
| XYZ | 38.92 | 20.41 | 32.9 | - |
| YUV | 108.45 | 154.28 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 155 | 0 | 0.83 | 0.32 | 0.10 | 323.25 | 0.79 | 0.52 |
| Hex | E5 | 26 | 9B | 0 | 53 | 20 | A | 143 | 4F | 34 |
| Octal | 345 | 46 | 233 | 0 | 123 | 40 | 12 | 503 | 117 | 64 |
| Binary | 11100101 | 100110 | 10011011 | 0 | 1010011 | 100000 | 1010 | 101000011 | 1001111 | 110100 |
Color Harmonies of #E5269B
Complementary color
Monochromatic Colors of #E5269B
Black with #E5269B
Text Example
Text Example
White with #E5269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5269B; }
p { color: rgb(229,38,155); }
H1.HeaderClassName
{
color: #E5269B;
}
.AnyTagClassName
{
color: #E5269B;
}
</style>
background-color css
<style>
a { background-color: #E5269B; }
a { background-color: rgb(229,38,155); }
div.DivClassName
{
background-color: #E5269B;
}
.BgClassName
{
background-color: #E5269B;
}
</style>
border-color css
<style>
span { border-color: #E5269B; }
span { border-color: rgb(229,38,155); }
td.TdClassName
{
border-color: #E5269B;
}
.TagClassName
{
border-color: #E5269B;
}
</style>