Shades of Brilliant Rose #E64DB8
Tints of Brilliant Rose #E64DB8
RGB
CMYK
RGB Variations
Color information
#E64DB8 (or 0xE64DB8) is known color: Brilliant Rose. HEX triplet: E6, 4D and B8. RGB value is (230,77,184). Sum of RGB (Red+Green+Blue) = 230+77+184=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DB8 is #19B247. Grayscale: #868686. Windows color (decimal): -1684040 or 12078566. OLE color: 12078566.
HSL color Cylindrical-coordinate representation of color #E64DB8: hue angle of 318.04º 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 #E64DB8 is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 184 | - |
| CMYK | 0 | 0.67 | 0.2 | 0.10 |
| HSL | 318.04º | 0.75% | 0.6% | - |
| HSV(B) | 318.04º | 0.67% | 0.9% | - |
| XYZ | 43.94 | 25.59 | 47.97 | - |
| YUV | 134.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 184 | 0 | 0.67 | 0.2 | 0.10 | 318.04 | 0.75 | 0.6 |
| Hex | E6 | 4D | B8 | 0 | 43 | 14 | A | 13E | 4B | 3C |
| Octal | 346 | 115 | 270 | 0 | 103 | 24 | 12 | 476 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10111000 | 0 | 1000011 | 10100 | 1010 | 100111110 | 1001011 | 111100 |
Color Harmonies of #E64DB8
Complementary color
Monochromatic Colors of #E64DB8
Black with #E64DB8
Text Example
Text Example
White with #E64DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DB8; }
p { color: rgb(230,77,184); }
H1.HeaderClassName
{
color: #E64DB8;
}
.AnyTagClassName
{
color: #E64DB8;
}
</style>
background-color css
<style>
a { background-color: #E64DB8; }
a { background-color: rgb(230,77,184); }
div.DivClassName
{
background-color: #E64DB8;
}
.BgClassName
{
background-color: #E64DB8;
}
</style>
border-color css
<style>
span { border-color: #E64DB8; }
span { border-color: rgb(230,77,184); }
td.TdClassName
{
border-color: #E64DB8;
}
.TagClassName
{
border-color: #E64DB8;
}
</style>