Shades of Brilliant Rose #E750A8
Tints of Brilliant Rose #E750A8
RGB
CMYK
RGB Variations
Color information
#E750A8 (or 0xE750A8) is known color: Brilliant Rose. HEX triplet: E7, 50 and A8. RGB value is (231,80,168). Sum of RGB (Red+Green+Blue) = 231+80+168=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E750A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E750A8 is #18AF57. Grayscale: #868686. Windows color (decimal): -1617752 or 11030759. OLE color: 11030759.
HSL color Cylindrical-coordinate representation of color #E750A8: hue angle of 325.03º 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 #E750A8 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 168 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.09 |
| HSL | 325.03º | 0.76% | 0.61% | - |
| HSV(B) | 325.03º | 0.65% | 0.91% | - |
| XYZ | 42.89 | 25.55 | 39.72 | - |
| YUV | 135.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 168 | 0 | 0.65 | 0.27 | 0.09 | 325.03 | 0.76 | 0.61 |
| Hex | E7 | 50 | A8 | 0 | 41 | 1B | 9 | 145 | 4C | 3D |
| Octal | 347 | 120 | 250 | 0 | 101 | 33 | 11 | 505 | 114 | 75 |
| Binary | 11100111 | 1010000 | 10101000 | 0 | 1000001 | 11011 | 1001 | 101000101 | 1001100 | 111101 |
Color Harmonies of #E750A8
Complementary color
Monochromatic Colors of #E750A8
Black with #E750A8
Text Example
Text Example
White with #E750A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E750A8; }
p { color: rgb(231,80,168); }
H1.HeaderClassName
{
color: #E750A8;
}
.AnyTagClassName
{
color: #E750A8;
}
</style>
background-color css
<style>
a { background-color: #E750A8; }
a { background-color: rgb(231,80,168); }
div.DivClassName
{
background-color: #E750A8;
}
.BgClassName
{
background-color: #E750A8;
}
</style>
border-color css
<style>
span { border-color: #E750A8; }
span { border-color: rgb(231,80,168); }
td.TdClassName
{
border-color: #E750A8;
}
.TagClassName
{
border-color: #E750A8;
}
</style>