Shades of Persian Rose #EB40B1
Tints of Persian Rose #EB40B1
RGB
CMYK
RGB Variations
Color information
#EB40B1 (or 0xEB40B1) is known color: Persian Rose. HEX triplet: EB, 40 and B1. RGB value is (235,64,177). Sum of RGB (Red+Green+Blue) = 235+64+177=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB40B1 is #14BF4E. Grayscale: #7F7F7F. Windows color (decimal): -1359695 or 11616491. OLE color: 11616491.
HSL color Cylindrical-coordinate representation of color #EB40B1: hue angle of 320.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB40B1 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 177 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.08 |
| HSL | 320.35º | 0.81% | 0.59% | - |
| HSV(B) | 320.35º | 0.73% | 0.92% | - |
| XYZ | 44.03 | 24.5 | 44 | - |
| YUV | 128.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 177 | 0 | 0.73 | 0.25 | 0.08 | 320.35 | 0.81 | 0.59 |
| Hex | EB | 40 | B1 | 0 | 49 | 19 | 8 | 140 | 51 | 3B |
| Octal | 353 | 100 | 261 | 0 | 111 | 31 | 10 | 500 | 121 | 73 |
| Binary | 11101011 | 1000000 | 10110001 | 0 | 1001001 | 11001 | 1000 | 101000000 | 1010001 | 111011 |
Color Harmonies of #EB40B1
Complementary color
Monochromatic Colors of #EB40B1
Black with #EB40B1
Text Example
Text Example
White with #EB40B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB40B1; }
p { color: rgb(235,64,177); }
H1.HeaderClassName
{
color: #EB40B1;
}
.AnyTagClassName
{
color: #EB40B1;
}
</style>
background-color css
<style>
a { background-color: #EB40B1; }
a { background-color: rgb(235,64,177); }
div.DivClassName
{
background-color: #EB40B1;
}
.BgClassName
{
background-color: #EB40B1;
}
</style>
border-color css
<style>
span { border-color: #EB40B1; }
span { border-color: rgb(235,64,177); }
td.TdClassName
{
border-color: #EB40B1;
}
.TagClassName
{
border-color: #EB40B1;
}
</style>