Shades of Brilliant Rose #E75C9D
Tints of Brilliant Rose #E75C9D
RGB
CMYK
RGB Variations
Color information
#E75C9D (or 0xE75C9D) is known color: Brilliant Rose. HEX triplet: E7, 5C and 9D. RGB value is (231,92,157). Sum of RGB (Red+Green+Blue) = 231+92+157=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C9D is #18A362. Grayscale: #8C8C8C. Windows color (decimal): -1614691 or 10312935. OLE color: 10312935.
HSL color Cylindrical-coordinate representation of color #E75C9D: hue angle of 331.94º 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 #E75C9D is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 157 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.09 |
| HSL | 331.94º | 0.74% | 0.63% | - |
| HSV(B) | 331.94º | 0.6% | 0.91% | - |
| XYZ | 42.87 | 27.08 | 34.87 | - |
| YUV | 140.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 157 | 0 | 0.60 | 0.32 | 0.09 | 331.94 | 0.74 | 0.63 |
| Hex | E7 | 5C | 9D | 0 | 3C | 20 | 9 | 14C | 4A | 3F |
| Octal | 347 | 134 | 235 | 0 | 74 | 40 | 11 | 514 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10011101 | 0 | 111100 | 100000 | 1001 | 101001100 | 1001010 | 111111 |
Color Harmonies of #E75C9D
Complementary color
Monochromatic Colors of #E75C9D
Black with #E75C9D
Text Example
Text Example
White with #E75C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C9D; }
p { color: rgb(231,92,157); }
H1.HeaderClassName
{
color: #E75C9D;
}
.AnyTagClassName
{
color: #E75C9D;
}
</style>
background-color css
<style>
a { background-color: #E75C9D; }
a { background-color: rgb(231,92,157); }
div.DivClassName
{
background-color: #E75C9D;
}
.BgClassName
{
background-color: #E75C9D;
}
</style>
border-color css
<style>
span { border-color: #E75C9D; }
span { border-color: rgb(231,92,157); }
td.TdClassName
{
border-color: #E75C9D;
}
.TagClassName
{
border-color: #E75C9D;
}
</style>