Shades of Persian Rose #EB279B
Tints of Persian Rose #EB279B
RGB
CMYK
RGB Variations
Color information
#EB279B (or 0xEB279B) is known color: Persian Rose. HEX triplet: EB, 27 and 9B. RGB value is (235,39,155). Sum of RGB (Red+Green+Blue) = 235+39+155=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB279B is #14D864. Grayscale: #6E6E6E. Windows color (decimal): -1366117 or 10168299. OLE color: 10168299.
HSL color Cylindrical-coordinate representation of color #EB279B: hue angle of 324.49º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB279B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 155 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.08 |
| HSL | 324.49º | 0.83% | 0.54% | - |
| HSV(B) | 324.49º | 0.83% | 0.92% | - |
| XYZ | 40.9 | 21.48 | 33 | - |
| YUV | 110.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 155 | 0 | 0.83 | 0.34 | 0.08 | 324.49 | 0.83 | 0.54 |
| Hex | EB | 27 | 9B | 0 | 53 | 22 | 8 | 144 | 53 | 36 |
| Octal | 353 | 47 | 233 | 0 | 123 | 42 | 10 | 504 | 123 | 66 |
| Binary | 11101011 | 100111 | 10011011 | 0 | 1010011 | 100010 | 1000 | 101000100 | 1010011 | 110110 |
Color Harmonies of #EB279B
Complementary color
Monochromatic Colors of #EB279B
Black with #EB279B
Text Example
Text Example
White with #EB279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB279B; }
p { color: rgb(235,39,155); }
H1.HeaderClassName
{
color: #EB279B;
}
.AnyTagClassName
{
color: #EB279B;
}
</style>
background-color css
<style>
a { background-color: #EB279B; }
a { background-color: rgb(235,39,155); }
div.DivClassName
{
background-color: #EB279B;
}
.BgClassName
{
background-color: #EB279B;
}
</style>
border-color css
<style>
span { border-color: #EB279B; }
span { border-color: rgb(235,39,155); }
td.TdClassName
{
border-color: #EB279B;
}
.TagClassName
{
border-color: #EB279B;
}
</style>