Shades of Brilliant Rose #E75CAA
Tints of Brilliant Rose #E75CAA
RGB
CMYK
RGB Variations
Color information
#E75CAA (or 0xE75CAA) is known color: Brilliant Rose. HEX triplet: E7, 5C and AA. RGB value is (231,92,170). Sum of RGB (Red+Green+Blue) = 231+92+170=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75CAA is #18A355. Grayscale: #8E8E8E. Windows color (decimal): -1614678 or 11164903. OLE color: 11164903.
HSL color Cylindrical-coordinate representation of color #E75CAA: hue angle of 326.33º 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 #E75CAA is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 170 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.09 |
| HSL | 326.33º | 0.74% | 0.63% | - |
| HSV(B) | 326.33º | 0.6% | 0.91% | - |
| XYZ | 44.04 | 27.55 | 41.03 | - |
| YUV | 142.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 170 | 0 | 0.60 | 0.26 | 0.09 | 326.33 | 0.74 | 0.63 |
| Hex | E7 | 5C | AA | 0 | 3C | 1A | 9 | 146 | 4A | 3F |
| Octal | 347 | 134 | 252 | 0 | 74 | 32 | 11 | 506 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10101010 | 0 | 111100 | 11010 | 1001 | 101000110 | 1001010 | 111111 |
Color Harmonies of #E75CAA
Complementary color
Monochromatic Colors of #E75CAA
Black with #E75CAA
Text Example
Text Example
White with #E75CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CAA; }
p { color: rgb(231,92,170); }
H1.HeaderClassName
{
color: #E75CAA;
}
.AnyTagClassName
{
color: #E75CAA;
}
</style>
background-color css
<style>
a { background-color: #E75CAA; }
a { background-color: rgb(231,92,170); }
div.DivClassName
{
background-color: #E75CAA;
}
.BgClassName
{
background-color: #E75CAA;
}
</style>
border-color css
<style>
span { border-color: #E75CAA; }
span { border-color: rgb(231,92,170); }
td.TdClassName
{
border-color: #E75CAA;
}
.TagClassName
{
border-color: #E75CAA;
}
</style>