Shades of Brilliant Rose #E64BAE
Tints of Brilliant Rose #E64BAE
RGB
CMYK
RGB Variations
Color information
#E64BAE (or 0xE64BAE) is known color: Brilliant Rose. HEX triplet: E6, 4B and AE. RGB value is (230,75,174). Sum of RGB (Red+Green+Blue) = 230+75+174=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64BAE is #19B451. Grayscale: #848484. Windows color (decimal): -1684562 or 11422694. OLE color: 11422694.
HSL color Cylindrical-coordinate representation of color #E64BAE: hue angle of 321.68º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64BAE is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 174 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.10 |
| HSL | 321.68º | 0.76% | 0.6% | - |
| HSV(B) | 321.68º | 0.67% | 0.9% | - |
| XYZ | 42.79 | 24.91 | 42.6 | - |
| YUV | 132.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 174 | 0 | 0.67 | 0.24 | 0.10 | 321.68 | 0.76 | 0.6 |
| Hex | E6 | 4B | AE | 0 | 43 | 18 | A | 142 | 4C | 3C |
| Octal | 346 | 113 | 256 | 0 | 103 | 30 | 12 | 502 | 114 | 74 |
| Binary | 11100110 | 1001011 | 10101110 | 0 | 1000011 | 11000 | 1010 | 101000010 | 1001100 | 111100 |
Color Harmonies of #E64BAE
Complementary color
Monochromatic Colors of #E64BAE
Black with #E64BAE
Text Example
Text Example
White with #E64BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BAE; }
p { color: rgb(230,75,174); }
H1.HeaderClassName
{
color: #E64BAE;
}
.AnyTagClassName
{
color: #E64BAE;
}
</style>
background-color css
<style>
a { background-color: #E64BAE; }
a { background-color: rgb(230,75,174); }
div.DivClassName
{
background-color: #E64BAE;
}
.BgClassName
{
background-color: #E64BAE;
}
</style>
border-color css
<style>
span { border-color: #E64BAE; }
span { border-color: rgb(230,75,174); }
td.TdClassName
{
border-color: #E64BAE;
}
.TagClassName
{
border-color: #E64BAE;
}
</style>