Shades of Brilliant Rose #E75B9A
Tints of Brilliant Rose #E75B9A
RGB
CMYK
RGB Variations
Color information
#E75B9A (or 0xE75B9A) is known color: Brilliant Rose. HEX triplet: E7, 5B and 9A. RGB value is (231,91,154). Sum of RGB (Red+Green+Blue) = 231+91+154=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B9A is #18A465. Grayscale: #8B8B8B. Windows color (decimal): -1614950 or 10116071. OLE color: 10116071.
HSL color Cylindrical-coordinate representation of color #E75B9A: hue angle of 333º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75B9A is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 154 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.09 |
| HSL | 333º | 0.74% | 0.63% | - |
| HSV(B) | 333º | 0.61% | 0.91% | - |
| XYZ | 42.53 | 26.8 | 33.5 | - |
| YUV | 140.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 154 | 0 | 0.61 | 0.33 | 0.09 | 333 | 0.74 | 0.63 |
| Hex | E7 | 5B | 9A | 0 | 3D | 21 | 9 | 14D | 4A | 3F |
| Octal | 347 | 133 | 232 | 0 | 75 | 41 | 11 | 515 | 112 | 77 |
| Binary | 11100111 | 1011011 | 10011010 | 0 | 111101 | 100001 | 1001 | 101001101 | 1001010 | 111111 |
Color Harmonies of #E75B9A
Complementary color
Monochromatic Colors of #E75B9A
Black with #E75B9A
Text Example
Text Example
White with #E75B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B9A; }
p { color: rgb(231,91,154); }
H1.HeaderClassName
{
color: #E75B9A;
}
.AnyTagClassName
{
color: #E75B9A;
}
</style>
background-color css
<style>
a { background-color: #E75B9A; }
a { background-color: rgb(231,91,154); }
div.DivClassName
{
background-color: #E75B9A;
}
.BgClassName
{
background-color: #E75B9A;
}
</style>
border-color css
<style>
span { border-color: #E75B9A; }
span { border-color: rgb(231,91,154); }
td.TdClassName
{
border-color: #E75B9A;
}
.TagClassName
{
border-color: #E75B9A;
}
</style>