Shades of Brilliant Rose #E75C9E
Tints of Brilliant Rose #E75C9E
RGB
CMYK
RGB Variations
Color information
#E75C9E (or 0xE75C9E) is known color: Brilliant Rose. HEX triplet: E7, 5C and 9E. RGB value is (231,92,158). Sum of RGB (Red+Green+Blue) = 231+92+158=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C9E is #18A361. Grayscale: #8C8C8C. Windows color (decimal): -1614690 or 10378471. OLE color: 10378471.
HSL color Cylindrical-coordinate representation of color #E75C9E: hue angle of 331.51º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C9E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 158 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.09 |
| HSL | 331.51º | 0.74% | 0.63% | - |
| HSV(B) | 331.51º | 0.6% | 0.91% | - |
| XYZ | 42.95 | 27.11 | 35.32 | - |
| YUV | 141.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 158 | 0 | 0.60 | 0.32 | 0.09 | 331.51 | 0.74 | 0.63 |
| Hex | E7 | 5C | 9E | 0 | 3C | 20 | 9 | 14C | 4A | 3F |
| Octal | 347 | 134 | 236 | 0 | 74 | 40 | 11 | 514 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10011110 | 0 | 111100 | 100000 | 1001 | 101001100 | 1001010 | 111111 |
Color Harmonies of #E75C9E
Complementary color
Monochromatic Colors of #E75C9E
Black with #E75C9E
Text Example
Text Example
White with #E75C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C9E; }
p { color: rgb(231,92,158); }
H1.HeaderClassName
{
color: #E75C9E;
}
.AnyTagClassName
{
color: #E75C9E;
}
</style>
background-color css
<style>
a { background-color: #E75C9E; }
a { background-color: rgb(231,92,158); }
div.DivClassName
{
background-color: #E75C9E;
}
.BgClassName
{
background-color: #E75C9E;
}
</style>
border-color css
<style>
span { border-color: #E75C9E; }
span { border-color: rgb(231,92,158); }
td.TdClassName
{
border-color: #E75C9E;
}
.TagClassName
{
border-color: #E75C9E;
}
</style>