Shades of Brilliant Rose #E64BB7
Tints of Brilliant Rose #E64BB7
RGB
CMYK
RGB Variations
Color information
#E64BB7 (or 0xE64BB7) is known color: Brilliant Rose. HEX triplet: E6, 4B and B7. RGB value is (230,75,183). Sum of RGB (Red+Green+Blue) = 230+75+183=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BB7 is #19B448. Grayscale: #858585. Windows color (decimal): -1684553 or 12012518. OLE color: 12012518.
HSL color Cylindrical-coordinate representation of color #E64BB7: hue angle of 318.19º 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 #E64BB7 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 183 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.10 |
| HSL | 318.19º | 0.76% | 0.6% | - |
| HSV(B) | 318.19º | 0.67% | 0.9% | - |
| XYZ | 43.7 | 25.27 | 47.38 | - |
| YUV | 133.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 183 | 0 | 0.67 | 0.20 | 0.10 | 318.19 | 0.76 | 0.6 |
| Hex | E6 | 4B | B7 | 0 | 43 | 14 | A | 13E | 4C | 3C |
| Octal | 346 | 113 | 267 | 0 | 103 | 24 | 12 | 476 | 114 | 74 |
| Binary | 11100110 | 1001011 | 10110111 | 0 | 1000011 | 10100 | 1010 | 100111110 | 1001100 | 111100 |
Color Harmonies of #E64BB7
Complementary color
Monochromatic Colors of #E64BB7
Black with #E64BB7
Text Example
Text Example
White with #E64BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BB7; }
p { color: rgb(230,75,183); }
H1.HeaderClassName
{
color: #E64BB7;
}
.AnyTagClassName
{
color: #E64BB7;
}
</style>
background-color css
<style>
a { background-color: #E64BB7; }
a { background-color: rgb(230,75,183); }
div.DivClassName
{
background-color: #E64BB7;
}
.BgClassName
{
background-color: #E64BB7;
}
</style>
border-color css
<style>
span { border-color: #E64BB7; }
span { border-color: rgb(230,75,183); }
td.TdClassName
{
border-color: #E64BB7;
}
.TagClassName
{
border-color: #E64BB7;
}
</style>