Shades of Persian Rose #EB37B1
Tints of Persian Rose #EB37B1
RGB
CMYK
RGB Variations
Color information
#EB37B1 (or 0xEB37B1) is known color: Persian Rose. HEX triplet: EB, 37 and B1. RGB value is (235,55,177). Sum of RGB (Red+Green+Blue) = 235+55+177=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB37B1 is #14C84E. Grayscale: #7A7A7A. Windows color (decimal): -1361999 or 11614187. OLE color: 11614187.
HSL color Cylindrical-coordinate representation of color #EB37B1: hue angle of 319.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB37B1 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 177 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.08 |
| HSL | 319.33º | 0.82% | 0.57% | - |
| HSV(B) | 319.33º | 0.77% | 0.92% | - |
| XYZ | 43.56 | 23.57 | 43.85 | - |
| YUV | 122.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 177 | 0 | 0.77 | 0.25 | 0.08 | 319.33 | 0.82 | 0.57 |
| Hex | EB | 37 | B1 | 0 | 4D | 19 | 8 | 13F | 52 | 39 |
| Octal | 353 | 67 | 261 | 0 | 115 | 31 | 10 | 477 | 122 | 71 |
| Binary | 11101011 | 110111 | 10110001 | 0 | 1001101 | 11001 | 1000 | 100111111 | 1010010 | 111001 |
Color Harmonies of #EB37B1
Complementary color
Monochromatic Colors of #EB37B1
Black with #EB37B1
Text Example
Text Example
White with #EB37B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB37B1; }
p { color: rgb(235,55,177); }
H1.HeaderClassName
{
color: #EB37B1;
}
.AnyTagClassName
{
color: #EB37B1;
}
</style>
background-color css
<style>
a { background-color: #EB37B1; }
a { background-color: rgb(235,55,177); }
div.DivClassName
{
background-color: #EB37B1;
}
.BgClassName
{
background-color: #EB37B1;
}
</style>
border-color css
<style>
span { border-color: #EB37B1; }
span { border-color: rgb(235,55,177); }
td.TdClassName
{
border-color: #EB37B1;
}
.TagClassName
{
border-color: #EB37B1;
}
</style>