Shades of Brilliant Rose #E751AB
Tints of Brilliant Rose #E751AB
RGB
CMYK
RGB Variations
Color information
#E751AB (or 0xE751AB) is known color: Brilliant Rose. HEX triplet: E7, 51 and AB. RGB value is (231,81,171). Sum of RGB (Red+Green+Blue) = 231+81+171=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E751AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E751AB is #18AE54. Grayscale: #878787. Windows color (decimal): -1617493 or 11227623. OLE color: 11227623.
HSL color Cylindrical-coordinate representation of color #E751AB: hue angle of 324º 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 #E751AB is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 171 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.09 |
| HSL | 324º | 0.76% | 0.61% | - |
| HSV(B) | 324º | 0.65% | 0.91% | - |
| XYZ | 43.25 | 25.81 | 41.23 | - |
| YUV | 136.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 171 | 0 | 0.65 | 0.26 | 0.09 | 324 | 0.76 | 0.61 |
| Hex | E7 | 51 | AB | 0 | 41 | 1A | 9 | 144 | 4C | 3D |
| Octal | 347 | 121 | 253 | 0 | 101 | 32 | 11 | 504 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10101011 | 0 | 1000001 | 11010 | 1001 | 101000100 | 1001100 | 111101 |
Color Harmonies of #E751AB
Complementary color
Monochromatic Colors of #E751AB
Black with #E751AB
Text Example
Text Example
White with #E751AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E751AB; }
p { color: rgb(231,81,171); }
H1.HeaderClassName
{
color: #E751AB;
}
.AnyTagClassName
{
color: #E751AB;
}
</style>
background-color css
<style>
a { background-color: #E751AB; }
a { background-color: rgb(231,81,171); }
div.DivClassName
{
background-color: #E751AB;
}
.BgClassName
{
background-color: #E751AB;
}
</style>
border-color css
<style>
span { border-color: #E751AB; }
span { border-color: rgb(231,81,171); }
td.TdClassName
{
border-color: #E751AB;
}
.TagClassName
{
border-color: #E751AB;
}
</style>