Shades of Brilliant Rose #E64BAF
Tints of Brilliant Rose #E64BAF
RGB
CMYK
RGB Variations
Color information
#E64BAF (or 0xE64BAF) is known color: Brilliant Rose. HEX triplet: E6, 4B and AF. RGB value is (230,75,175). Sum of RGB (Red+Green+Blue) = 230+75+175=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64BAF is #19B450. Grayscale: #848484. Windows color (decimal): -1684561 or 11488230. OLE color: 11488230.
HSL color Cylindrical-coordinate representation of color #E64BAF: hue angle of 321.29º 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 #E64BAF is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 175 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.10 |
| HSL | 321.29º | 0.76% | 0.6% | - |
| HSV(B) | 321.29º | 0.67% | 0.9% | - |
| XYZ | 42.89 | 24.95 | 43.11 | - |
| YUV | 132.75 | 151.85 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 175 | 0 | 0.67 | 0.24 | 0.10 | 321.29 | 0.76 | 0.6 |
| Hex | E6 | 4B | AF | 0 | 43 | 18 | A | 141 | 4C | 3C |
| Octal | 346 | 113 | 257 | 0 | 103 | 30 | 12 | 501 | 114 | 74 |
| Binary | 11100110 | 1001011 | 10101111 | 0 | 1000011 | 11000 | 1010 | 101000001 | 1001100 | 111100 |
Color Harmonies of #E64BAF
Complementary color
Monochromatic Colors of #E64BAF
Black with #E64BAF
Text Example
Text Example
White with #E64BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BAF; }
p { color: rgb(230,75,175); }
H1.HeaderClassName
{
color: #E64BAF;
}
.AnyTagClassName
{
color: #E64BAF;
}
</style>
background-color css
<style>
a { background-color: #E64BAF; }
a { background-color: rgb(230,75,175); }
div.DivClassName
{
background-color: #E64BAF;
}
.BgClassName
{
background-color: #E64BAF;
}
</style>
border-color css
<style>
span { border-color: #E64BAF; }
span { border-color: rgb(230,75,175); }
td.TdClassName
{
border-color: #E64BAF;
}
.TagClassName
{
border-color: #E64BAF;
}
</style>