Shades of Brilliant Rose #E75CA0
Tints of Brilliant Rose #E75CA0
RGB
CMYK
RGB Variations
Color information
#E75CA0 (or 0xE75CA0) is known color: Brilliant Rose. HEX triplet: E7, 5C and A0. RGB value is (231,92,160). Sum of RGB (Red+Green+Blue) = 231+92+160=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75CA0 is #18A35F. Grayscale: #8D8D8D. Windows color (decimal): -1614688 or 10509543. OLE color: 10509543.
HSL color Cylindrical-coordinate representation of color #E75CA0: hue angle of 330.65º 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 #E75CA0 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 160 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.09 |
| HSL | 330.65º | 0.74% | 0.63% | - |
| HSV(B) | 330.65º | 0.6% | 0.91% | - |
| XYZ | 43.13 | 27.18 | 36.23 | - |
| YUV | 141.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 160 | 0 | 0.60 | 0.31 | 0.09 | 330.65 | 0.74 | 0.63 |
| Hex | E7 | 5C | A0 | 0 | 3C | 1F | 9 | 14B | 4A | 3F |
| Octal | 347 | 134 | 240 | 0 | 74 | 37 | 11 | 513 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10100000 | 0 | 111100 | 11111 | 1001 | 101001011 | 1001010 | 111111 |
Color Harmonies of #E75CA0
Complementary color
Monochromatic Colors of #E75CA0
Black with #E75CA0
Text Example
Text Example
White with #E75CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CA0; }
p { color: rgb(231,92,160); }
H1.HeaderClassName
{
color: #E75CA0;
}
.AnyTagClassName
{
color: #E75CA0;
}
</style>
background-color css
<style>
a { background-color: #E75CA0; }
a { background-color: rgb(231,92,160); }
div.DivClassName
{
background-color: #E75CA0;
}
.BgClassName
{
background-color: #E75CA0;
}
</style>
border-color css
<style>
span { border-color: #E75CA0; }
span { border-color: rgb(231,92,160); }
td.TdClassName
{
border-color: #E75CA0;
}
.TagClassName
{
border-color: #E75CA0;
}
</style>