Shades of Brilliant Rose #E750A2
Tints of Brilliant Rose #E750A2
RGB
CMYK
RGB Variations
Color information
#E750A2 (or 0xE750A2) is known color: Brilliant Rose. HEX triplet: E7, 50 and A2. RGB value is (231,80,162). Sum of RGB (Red+Green+Blue) = 231+80+162=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E750A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E750A2 is #18AF5D. Grayscale: #868686. Windows color (decimal): -1617758 or 10637543. OLE color: 10637543.
HSL color Cylindrical-coordinate representation of color #E750A2: hue angle of 327.42º 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 #E750A2 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 162 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.09 |
| HSL | 327.42º | 0.76% | 0.61% | - |
| HSV(B) | 327.42º | 0.65% | 0.91% | - |
| XYZ | 42.35 | 25.33 | 36.84 | - |
| YUV | 134.5 | 143.53 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 162 | 0 | 0.65 | 0.30 | 0.09 | 327.42 | 0.76 | 0.61 |
| Hex | E7 | 50 | A2 | 0 | 41 | 1E | 9 | 147 | 4C | 3D |
| Octal | 347 | 120 | 242 | 0 | 101 | 36 | 11 | 507 | 114 | 75 |
| Binary | 11100111 | 1010000 | 10100010 | 0 | 1000001 | 11110 | 1001 | 101000111 | 1001100 | 111101 |
Color Harmonies of #E750A2
Complementary color
Monochromatic Colors of #E750A2
Black with #E750A2
Text Example
Text Example
White with #E750A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E750A2; }
p { color: rgb(231,80,162); }
H1.HeaderClassName
{
color: #E750A2;
}
.AnyTagClassName
{
color: #E750A2;
}
</style>
background-color css
<style>
a { background-color: #E750A2; }
a { background-color: rgb(231,80,162); }
div.DivClassName
{
background-color: #E750A2;
}
.BgClassName
{
background-color: #E750A2;
}
</style>
border-color css
<style>
span { border-color: #E750A2; }
span { border-color: rgb(231,80,162); }
td.TdClassName
{
border-color: #E750A2;
}
.TagClassName
{
border-color: #E750A2;
}
</style>