Shades of Brilliant Rose #E75EA2
Tints of Brilliant Rose #E75EA2
RGB
CMYK
RGB Variations
Color information
#E75EA2 (or 0xE75EA2) is known color: Brilliant Rose. HEX triplet: E7, 5E and A2. RGB value is (231,94,162). Sum of RGB (Red+Green+Blue) = 231+94+162=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75EA2 is #18A15D. Grayscale: #8E8E8E. Windows color (decimal): -1614174 or 10641127. OLE color: 10641127.
HSL color Cylindrical-coordinate representation of color #E75EA2: hue angle of 330.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75EA2 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 162 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.09 |
| HSL | 330.22º | 0.74% | 0.64% | - |
| HSV(B) | 330.22º | 0.59% | 0.91% | - |
| XYZ | 43.48 | 27.6 | 37.22 | - |
| YUV | 142.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 162 | 0 | 0.59 | 0.30 | 0.09 | 330.22 | 0.74 | 0.64 |
| Hex | E7 | 5E | A2 | 0 | 3B | 1E | 9 | 14A | 4A | 40 |
| Octal | 347 | 136 | 242 | 0 | 73 | 36 | 11 | 512 | 112 | 100 |
| Binary | 11100111 | 1011110 | 10100010 | 0 | 111011 | 11110 | 1001 | 101001010 | 1001010 | 1000000 |
Color Harmonies of #E75EA2
Complementary color
Monochromatic Colors of #E75EA2
Black with #E75EA2
Text Example
Text Example
White with #E75EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75EA2; }
p { color: rgb(231,94,162); }
H1.HeaderClassName
{
color: #E75EA2;
}
.AnyTagClassName
{
color: #E75EA2;
}
</style>
background-color css
<style>
a { background-color: #E75EA2; }
a { background-color: rgb(231,94,162); }
div.DivClassName
{
background-color: #E75EA2;
}
.BgClassName
{
background-color: #E75EA2;
}
</style>
border-color css
<style>
span { border-color: #E75EA2; }
span { border-color: rgb(231,94,162); }
td.TdClassName
{
border-color: #E75EA2;
}
.TagClassName
{
border-color: #E75EA2;
}
</style>