Shades of Persian Rose #E92FB1
Tints of Persian Rose #E92FB1
RGB
CMYK
RGB Variations
Color information
#E92FB1 (or 0xE92FB1) is known color: Persian Rose. HEX triplet: E9, 2F and B1. RGB value is (233,47,177). Sum of RGB (Red+Green+Blue) = 233+47+177=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E92FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92FB1 is #16D04E. Grayscale: #757575. Windows color (decimal): -1495119 or 11612137. OLE color: 11612137.
HSL color Cylindrical-coordinate representation of color #E92FB1: hue angle of 318.06º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92FB1 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 177 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.09 |
| HSL | 318.06º | 0.81% | 0.55% | - |
| HSV(B) | 318.06º | 0.8% | 0.91% | - |
| XYZ | 42.56 | 22.53 | 43.7 | - |
| YUV | 117.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 177 | 0 | 0.80 | 0.24 | 0.09 | 318.06 | 0.81 | 0.55 |
| Hex | E9 | 2F | B1 | 0 | 50 | 18 | 9 | 13E | 51 | 37 |
| Octal | 351 | 57 | 261 | 0 | 120 | 30 | 11 | 476 | 121 | 67 |
| Binary | 11101001 | 101111 | 10110001 | 0 | 1010000 | 11000 | 1001 | 100111110 | 1010001 | 110111 |
Color Harmonies of #E92FB1
Complementary color
Monochromatic Colors of #E92FB1
Black with #E92FB1
Text Example
Text Example
White with #E92FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92FB1; }
p { color: rgb(233,47,177); }
H1.HeaderClassName
{
color: #E92FB1;
}
.AnyTagClassName
{
color: #E92FB1;
}
</style>
background-color css
<style>
a { background-color: #E92FB1; }
a { background-color: rgb(233,47,177); }
div.DivClassName
{
background-color: #E92FB1;
}
.BgClassName
{
background-color: #E92FB1;
}
</style>
border-color css
<style>
span { border-color: #E92FB1; }
span { border-color: rgb(233,47,177); }
td.TdClassName
{
border-color: #E92FB1;
}
.TagClassName
{
border-color: #E92FB1;
}
</style>