Shades of Brilliant Rose #E751B8
Tints of Brilliant Rose #E751B8
RGB
CMYK
RGB Variations
Color information
#E751B8 (or 0xE751B8) is known color: Brilliant Rose. HEX triplet: E7, 51 and B8. RGB value is (231,81,184). Sum of RGB (Red+Green+Blue) = 231+81+184=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E751B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751B8 is #18AE47. Grayscale: #898989. Windows color (decimal): -1617480 or 12079591. OLE color: 12079591.
HSL color Cylindrical-coordinate representation of color #E751B8: hue angle of 318.8º 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 #E751B8 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 184 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.09 |
| HSL | 318.8º | 0.76% | 0.61% | - |
| HSV(B) | 318.8º | 0.65% | 0.91% | - |
| XYZ | 44.55 | 26.33 | 48.08 | - |
| YUV | 137.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 184 | 0 | 0.65 | 0.20 | 0.09 | 318.8 | 0.76 | 0.61 |
| Hex | E7 | 51 | B8 | 0 | 41 | 14 | 9 | 13F | 4C | 3D |
| Octal | 347 | 121 | 270 | 0 | 101 | 24 | 11 | 477 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10111000 | 0 | 1000001 | 10100 | 1001 | 100111111 | 1001100 | 111101 |
Color Harmonies of #E751B8
Complementary color
Monochromatic Colors of #E751B8
Black with #E751B8
Text Example
Text Example
White with #E751B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E751B8; }
p { color: rgb(231,81,184); }
H1.HeaderClassName
{
color: #E751B8;
}
.AnyTagClassName
{
color: #E751B8;
}
</style>
background-color css
<style>
a { background-color: #E751B8; }
a { background-color: rgb(231,81,184); }
div.DivClassName
{
background-color: #E751B8;
}
.BgClassName
{
background-color: #E751B8;
}
</style>
border-color css
<style>
span { border-color: #E751B8; }
span { border-color: rgb(231,81,184); }
td.TdClassName
{
border-color: #E751B8;
}
.TagClassName
{
border-color: #E751B8;
}
</style>