Shades of Persian Rose #EB41B1
Tints of Persian Rose #EB41B1
RGB
CMYK
RGB Variations
Color information
#EB41B1 (or 0xEB41B1) is known color: Persian Rose. HEX triplet: EB, 41 and B1. RGB value is (235,65,177). Sum of RGB (Red+Green+Blue) = 235+65+177=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB41B1 is #14BE4E. Grayscale: #808080. Windows color (decimal): -1359439 or 11616747. OLE color: 11616747.
HSL color Cylindrical-coordinate representation of color #EB41B1: hue angle of 320.47º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB41B1 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 177 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.08 |
| HSL | 320.47º | 0.81% | 0.59% | - |
| HSV(B) | 320.47º | 0.72% | 0.92% | - |
| XYZ | 44.09 | 24.62 | 44.02 | - |
| YUV | 128.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 177 | 0 | 0.72 | 0.25 | 0.08 | 320.47 | 0.81 | 0.59 |
| Hex | EB | 41 | B1 | 0 | 48 | 19 | 8 | 140 | 51 | 3B |
| Octal | 353 | 101 | 261 | 0 | 110 | 31 | 10 | 500 | 121 | 73 |
| Binary | 11101011 | 1000001 | 10110001 | 0 | 1001000 | 11001 | 1000 | 101000000 | 1010001 | 111011 |
Color Harmonies of #EB41B1
Complementary color
Monochromatic Colors of #EB41B1
Black with #EB41B1
Text Example
Text Example
White with #EB41B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB41B1; }
p { color: rgb(235,65,177); }
H1.HeaderClassName
{
color: #EB41B1;
}
.AnyTagClassName
{
color: #EB41B1;
}
</style>
background-color css
<style>
a { background-color: #EB41B1; }
a { background-color: rgb(235,65,177); }
div.DivClassName
{
background-color: #EB41B1;
}
.BgClassName
{
background-color: #EB41B1;
}
</style>
border-color css
<style>
span { border-color: #EB41B1; }
span { border-color: rgb(235,65,177); }
td.TdClassName
{
border-color: #EB41B1;
}
.TagClassName
{
border-color: #EB41B1;
}
</style>