Shades of Persian Rose #EB26A8
Tints of Persian Rose #EB26A8
RGB
CMYK
RGB Variations
Color information
#EB26A8 (or 0xEB26A8) is known color: Persian Rose. HEX triplet: EB, 26 and A8. RGB value is (235,38,168). Sum of RGB (Red+Green+Blue) = 235+38+168=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB26A8 is #14D957. Grayscale: #6F6F6F. Windows color (decimal): -1366360 or 11020011. OLE color: 11020011.
HSL color Cylindrical-coordinate representation of color #EB26A8: hue angle of 320.41º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB26A8 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 168 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.08 |
| HSL | 320.41º | 0.83% | 0.54% | - |
| HSV(B) | 320.41º | 0.84% | 0.92% | - |
| XYZ | 42.02 | 21.88 | 39.05 | - |
| YUV | 111.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 168 | 0 | 0.84 | 0.29 | 0.08 | 320.41 | 0.83 | 0.54 |
| Hex | EB | 26 | A8 | 0 | 54 | 1D | 8 | 140 | 53 | 36 |
| Octal | 353 | 46 | 250 | 0 | 124 | 35 | 10 | 500 | 123 | 66 |
| Binary | 11101011 | 100110 | 10101000 | 0 | 1010100 | 11101 | 1000 | 101000000 | 1010011 | 110110 |
Color Harmonies of #EB26A8
Complementary color
Monochromatic Colors of #EB26A8
Black with #EB26A8
Text Example
Text Example
White with #EB26A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB26A8; }
p { color: rgb(235,38,168); }
H1.HeaderClassName
{
color: #EB26A8;
}
.AnyTagClassName
{
color: #EB26A8;
}
</style>
background-color css
<style>
a { background-color: #EB26A8; }
a { background-color: rgb(235,38,168); }
div.DivClassName
{
background-color: #EB26A8;
}
.BgClassName
{
background-color: #EB26A8;
}
</style>
border-color css
<style>
span { border-color: #EB26A8; }
span { border-color: rgb(235,38,168); }
td.TdClassName
{
border-color: #EB26A8;
}
.TagClassName
{
border-color: #EB26A8;
}
</style>