Shades of Brilliant Rose #E64DB5
Tints of Brilliant Rose #E64DB5
RGB
CMYK
RGB Variations
Color information
#E64DB5 (or 0xE64DB5) is known color: Brilliant Rose. HEX triplet: E6, 4D and B5. RGB value is (230,77,181). Sum of RGB (Red+Green+Blue) = 230+77+181=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DB5 is #19B24A. Grayscale: #868686. Windows color (decimal): -1684043 or 11881958. OLE color: 11881958.
HSL color Cylindrical-coordinate representation of color #E64DB5: hue angle of 319.22º degrees, saturation: 0.75, 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 #E64DB5 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 181 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.10 |
| HSL | 319.22º | 0.75% | 0.6% | - |
| HSV(B) | 319.22º | 0.67% | 0.9% | - |
| XYZ | 43.63 | 25.47 | 46.33 | - |
| YUV | 134.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 181 | 0 | 0.67 | 0.21 | 0.10 | 319.22 | 0.75 | 0.6 |
| Hex | E6 | 4D | B5 | 0 | 43 | 15 | A | 13F | 4B | 3C |
| Octal | 346 | 115 | 265 | 0 | 103 | 25 | 12 | 477 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10110101 | 0 | 1000011 | 10101 | 1010 | 100111111 | 1001011 | 111100 |
Color Harmonies of #E64DB5
Complementary color
Monochromatic Colors of #E64DB5
Black with #E64DB5
Text Example
Text Example
White with #E64DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DB5; }
p { color: rgb(230,77,181); }
H1.HeaderClassName
{
color: #E64DB5;
}
.AnyTagClassName
{
color: #E64DB5;
}
</style>
background-color css
<style>
a { background-color: #E64DB5; }
a { background-color: rgb(230,77,181); }
div.DivClassName
{
background-color: #E64DB5;
}
.BgClassName
{
background-color: #E64DB5;
}
</style>
border-color css
<style>
span { border-color: #E64DB5; }
span { border-color: rgb(230,77,181); }
td.TdClassName
{
border-color: #E64DB5;
}
.TagClassName
{
border-color: #E64DB5;
}
</style>