Shades of Brilliant Rose #E751A8
Tints of Brilliant Rose #E751A8
RGB
CMYK
RGB Variations
Color information
#E751A8 (or 0xE751A8) is known color: Brilliant Rose. HEX triplet: E7, 51 and A8. RGB value is (231,81,168). Sum of RGB (Red+Green+Blue) = 231+81+168=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E751A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E751A8 is #18AE57. Grayscale: #878787. Windows color (decimal): -1617496 or 11031015. OLE color: 11031015.
HSL color Cylindrical-coordinate representation of color #E751A8: hue angle of 325.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E751A8 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 168 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.09 |
| HSL | 325.2º | 0.76% | 0.61% | - |
| HSV(B) | 325.2º | 0.65% | 0.91% | - |
| XYZ | 42.97 | 25.7 | 39.74 | - |
| YUV | 135.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 168 | 0 | 0.65 | 0.27 | 0.09 | 325.2 | 0.76 | 0.61 |
| Hex | E7 | 51 | A8 | 0 | 41 | 1B | 9 | 145 | 4C | 3D |
| Octal | 347 | 121 | 250 | 0 | 101 | 33 | 11 | 505 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10101000 | 0 | 1000001 | 11011 | 1001 | 101000101 | 1001100 | 111101 |
Color Harmonies of #E751A8
Complementary color
Monochromatic Colors of #E751A8
Black with #E751A8
Text Example
Text Example
White with #E751A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E751A8; }
p { color: rgb(231,81,168); }
H1.HeaderClassName
{
color: #E751A8;
}
.AnyTagClassName
{
color: #E751A8;
}
</style>
background-color css
<style>
a { background-color: #E751A8; }
a { background-color: rgb(231,81,168); }
div.DivClassName
{
background-color: #E751A8;
}
.BgClassName
{
background-color: #E751A8;
}
</style>
border-color css
<style>
span { border-color: #E751A8; }
span { border-color: rgb(231,81,168); }
td.TdClassName
{
border-color: #E751A8;
}
.TagClassName
{
border-color: #E751A8;
}
</style>