Shades of Brilliant Rose #E748B1
Tints of Brilliant Rose #E748B1
RGB
CMYK
RGB Variations
Color information
#E748B1 (or 0xE748B1) is known color: Brilliant Rose. HEX triplet: E7, 48 and B1. RGB value is (231,72,177). Sum of RGB (Red+Green+Blue) = 231+72+177=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E748B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E748B1 is #18B74E. Grayscale: #838383. Windows color (decimal): -1619791 or 11618535. OLE color: 11618535.
HSL color Cylindrical-coordinate representation of color #E748B1: hue angle of 320.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E748B1 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 177 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.09 |
| HSL | 320.38º | 0.77% | 0.59% | - |
| HSV(B) | 320.38º | 0.69% | 0.91% | - |
| XYZ | 43.21 | 24.8 | 44.1 | - |
| YUV | 131.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 177 | 0 | 0.69 | 0.23 | 0.09 | 320.38 | 0.77 | 0.59 |
| Hex | E7 | 48 | B1 | 0 | 45 | 17 | 9 | 140 | 4D | 3B |
| Octal | 347 | 110 | 261 | 0 | 105 | 27 | 11 | 500 | 115 | 73 |
| Binary | 11100111 | 1001000 | 10110001 | 0 | 1000101 | 10111 | 1001 | 101000000 | 1001101 | 111011 |
Color Harmonies of #E748B1
Complementary color
Monochromatic Colors of #E748B1
Black with #E748B1
Text Example
Text Example
White with #E748B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748B1; }
p { color: rgb(231,72,177); }
H1.HeaderClassName
{
color: #E748B1;
}
.AnyTagClassName
{
color: #E748B1;
}
</style>
background-color css
<style>
a { background-color: #E748B1; }
a { background-color: rgb(231,72,177); }
div.DivClassName
{
background-color: #E748B1;
}
.BgClassName
{
background-color: #E748B1;
}
</style>
border-color css
<style>
span { border-color: #E748B1; }
span { border-color: rgb(231,72,177); }
td.TdClassName
{
border-color: #E748B1;
}
.TagClassName
{
border-color: #E748B1;
}
</style>