Shades of Brilliant Rose #E75C9B
Tints of Brilliant Rose #E75C9B
RGB
CMYK
RGB Variations
Color information
#E75C9B (or 0xE75C9B) is known color: Brilliant Rose. HEX triplet: E7, 5C and 9B. RGB value is (231,92,155). Sum of RGB (Red+Green+Blue) = 231+92+155=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C9B is #18A364. Grayscale: #8C8C8C. Windows color (decimal): -1614693 or 10181863. OLE color: 10181863.
HSL color Cylindrical-coordinate representation of color #E75C9B: hue angle of 332.81º 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 #E75C9B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 155 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.09 |
| HSL | 332.81º | 0.74% | 0.63% | - |
| HSV(B) | 332.81º | 0.6% | 0.91% | - |
| XYZ | 42.7 | 27.01 | 33.97 | - |
| YUV | 140.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 155 | 0 | 0.60 | 0.33 | 0.09 | 332.81 | 0.74 | 0.63 |
| Hex | E7 | 5C | 9B | 0 | 3C | 21 | 9 | 14D | 4A | 3F |
| Octal | 347 | 134 | 233 | 0 | 74 | 41 | 11 | 515 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10011011 | 0 | 111100 | 100001 | 1001 | 101001101 | 1001010 | 111111 |
Color Harmonies of #E75C9B
Complementary color
Monochromatic Colors of #E75C9B
Black with #E75C9B
Text Example
Text Example
White with #E75C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C9B; }
p { color: rgb(231,92,155); }
H1.HeaderClassName
{
color: #E75C9B;
}
.AnyTagClassName
{
color: #E75C9B;
}
</style>
background-color css
<style>
a { background-color: #E75C9B; }
a { background-color: rgb(231,92,155); }
div.DivClassName
{
background-color: #E75C9B;
}
.BgClassName
{
background-color: #E75C9B;
}
</style>
border-color css
<style>
span { border-color: #E75C9B; }
span { border-color: rgb(231,92,155); }
td.TdClassName
{
border-color: #E75C9B;
}
.TagClassName
{
border-color: #E75C9B;
}
</style>