Shades of Brilliant Rose #E75D9C
Tints of Brilliant Rose #E75D9C
RGB
CMYK
RGB Variations
Color information
#E75D9C (or 0xE75D9C) is known color: Brilliant Rose. HEX triplet: E7, 5D and 9C. RGB value is (231,93,156). Sum of RGB (Red+Green+Blue) = 231+93+156=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75D9C is #18A263. Grayscale: #8D8D8D. Windows color (decimal): -1614436 or 10247655. OLE color: 10247655.
HSL color Cylindrical-coordinate representation of color #E75D9C: hue angle of 332.61º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75D9C is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 156 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.09 |
| HSL | 332.61º | 0.74% | 0.64% | - |
| HSV(B) | 332.61º | 0.6% | 0.91% | - |
| XYZ | 42.87 | 27.22 | 34.45 | - |
| YUV | 141.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 156 | 0 | 0.60 | 0.32 | 0.09 | 332.61 | 0.74 | 0.64 |
| Hex | E7 | 5D | 9C | 0 | 3C | 20 | 9 | 14D | 4A | 40 |
| Octal | 347 | 135 | 234 | 0 | 74 | 40 | 11 | 515 | 112 | 100 |
| Binary | 11100111 | 1011101 | 10011100 | 0 | 111100 | 100000 | 1001 | 101001101 | 1001010 | 1000000 |
Color Harmonies of #E75D9C
Complementary color
Monochromatic Colors of #E75D9C
Black with #E75D9C
Text Example
Text Example
White with #E75D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D9C; }
p { color: rgb(231,93,156); }
H1.HeaderClassName
{
color: #E75D9C;
}
.AnyTagClassName
{
color: #E75D9C;
}
</style>
background-color css
<style>
a { background-color: #E75D9C; }
a { background-color: rgb(231,93,156); }
div.DivClassName
{
background-color: #E75D9C;
}
.BgClassName
{
background-color: #E75D9C;
}
</style>
border-color css
<style>
span { border-color: #E75D9C; }
span { border-color: rgb(231,93,156); }
td.TdClassName
{
border-color: #E75D9C;
}
.TagClassName
{
border-color: #E75D9C;
}
</style>