Shades of Brilliant Rose #E35AAB
Tints of Brilliant Rose #E35AAB
RGB
CMYK
RGB Variations
Color information
#E35AAB (or 0xE35AAB) is known color: Brilliant Rose. HEX triplet: E3, 5A and AB. RGB value is (227,90,171). Sum of RGB (Red+Green+Blue) = 227+90+171=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35AAB is #1CA554. Grayscale: #8C8C8C. Windows color (decimal): -1877333 or 11229923. OLE color: 11229923.
HSL color Cylindrical-coordinate representation of color #E35AAB: hue angle of 324.53º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35AAB is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 171 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.11 |
| HSL | 324.53º | 0.71% | 0.62% | - |
| HSV(B) | 324.53º | 0.6% | 0.89% | - |
| XYZ | 42.69 | 26.58 | 41.41 | - |
| YUV | 140.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 171 | 0 | 0.60 | 0.25 | 0.11 | 324.53 | 0.71 | 0.62 |
| Hex | E3 | 5A | AB | 0 | 3C | 19 | B | 145 | 47 | 3E |
| Octal | 343 | 132 | 253 | 0 | 74 | 31 | 13 | 505 | 107 | 76 |
| Binary | 11100011 | 1011010 | 10101011 | 0 | 111100 | 11001 | 1011 | 101000101 | 1000111 | 111110 |
Color Harmonies of #E35AAB
Complementary color
Monochromatic Colors of #E35AAB
Black with #E35AAB
Text Example
Text Example
White with #E35AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35AAB; }
p { color: rgb(227,90,171); }
H1.HeaderClassName
{
color: #E35AAB;
}
.AnyTagClassName
{
color: #E35AAB;
}
</style>
background-color css
<style>
a { background-color: #E35AAB; }
a { background-color: rgb(227,90,171); }
div.DivClassName
{
background-color: #E35AAB;
}
.BgClassName
{
background-color: #E35AAB;
}
</style>
border-color css
<style>
span { border-color: #E35AAB; }
span { border-color: rgb(227,90,171); }
td.TdClassName
{
border-color: #E35AAB;
}
.TagClassName
{
border-color: #E35AAB;
}
</style>