Shades of Brilliant Rose #E748AF
Tints of Brilliant Rose #E748AF
RGB
CMYK
RGB Variations
Color information
#E748AF (or 0xE748AF) is known color: Brilliant Rose. HEX triplet: E7, 48 and AF. RGB value is (231,72,175). Sum of RGB (Red+Green+Blue) = 231+72+175=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E748AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E748AF is #18B750. Grayscale: #838383. Windows color (decimal): -1619793 or 11487463. OLE color: 11487463.
HSL color Cylindrical-coordinate representation of color #E748AF: hue angle of 321.13º 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 #E748AF is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 175 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.09 |
| HSL | 321.13º | 0.77% | 0.59% | - |
| HSV(B) | 321.13º | 0.69% | 0.91% | - |
| XYZ | 43.01 | 24.72 | 43.06 | - |
| YUV | 131.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 175 | 0 | 0.69 | 0.24 | 0.09 | 321.13 | 0.77 | 0.59 |
| Hex | E7 | 48 | AF | 0 | 45 | 18 | 9 | 141 | 4D | 3B |
| Octal | 347 | 110 | 257 | 0 | 105 | 30 | 11 | 501 | 115 | 73 |
| Binary | 11100111 | 1001000 | 10101111 | 0 | 1000101 | 11000 | 1001 | 101000001 | 1001101 | 111011 |
Color Harmonies of #E748AF
Complementary color
Monochromatic Colors of #E748AF
Black with #E748AF
Text Example
Text Example
White with #E748AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748AF; }
p { color: rgb(231,72,175); }
H1.HeaderClassName
{
color: #E748AF;
}
.AnyTagClassName
{
color: #E748AF;
}
</style>
background-color css
<style>
a { background-color: #E748AF; }
a { background-color: rgb(231,72,175); }
div.DivClassName
{
background-color: #E748AF;
}
.BgClassName
{
background-color: #E748AF;
}
</style>
border-color css
<style>
span { border-color: #E748AF; }
span { border-color: rgb(231,72,175); }
td.TdClassName
{
border-color: #E748AF;
}
.TagClassName
{
border-color: #E748AF;
}
</style>