Shades of Brilliant Rose #E748B5
Tints of Brilliant Rose #E748B5
RGB
CMYK
RGB Variations
Color information
#E748B5 (or 0xE748B5) is known color: Brilliant Rose. HEX triplet: E7, 48 and B5. RGB value is (231,72,181). Sum of RGB (Red+Green+Blue) = 231+72+181=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E748B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748B5 is #18B74A. Grayscale: #838383. Windows color (decimal): -1619787 or 11880679. OLE color: 11880679.
HSL color Cylindrical-coordinate representation of color #E748B5: hue angle of 318.87º 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 #E748B5 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 181 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.09 |
| HSL | 318.87º | 0.77% | 0.59% | - |
| HSV(B) | 318.87º | 0.69% | 0.91% | - |
| XYZ | 43.61 | 24.96 | 46.24 | - |
| YUV | 131.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 181 | 0 | 0.69 | 0.22 | 0.09 | 318.87 | 0.77 | 0.59 |
| Hex | E7 | 48 | B5 | 0 | 45 | 16 | 9 | 13F | 4D | 3B |
| Octal | 347 | 110 | 265 | 0 | 105 | 26 | 11 | 477 | 115 | 73 |
| Binary | 11100111 | 1001000 | 10110101 | 0 | 1000101 | 10110 | 1001 | 100111111 | 1001101 | 111011 |
Color Harmonies of #E748B5
Complementary color
Monochromatic Colors of #E748B5
Black with #E748B5
Text Example
Text Example
White with #E748B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748B5; }
p { color: rgb(231,72,181); }
H1.HeaderClassName
{
color: #E748B5;
}
.AnyTagClassName
{
color: #E748B5;
}
</style>
background-color css
<style>
a { background-color: #E748B5; }
a { background-color: rgb(231,72,181); }
div.DivClassName
{
background-color: #E748B5;
}
.BgClassName
{
background-color: #E748B5;
}
</style>
border-color css
<style>
span { border-color: #E748B5; }
span { border-color: rgb(231,72,181); }
td.TdClassName
{
border-color: #E748B5;
}
.TagClassName
{
border-color: #E748B5;
}
</style>