Shades of Brilliant Rose #E64EB1
Tints of Brilliant Rose #E64EB1
RGB
CMYK
RGB Variations
Color information
#E64EB1 (or 0xE64EB1) is known color: Brilliant Rose. HEX triplet: E6, 4E and B1. RGB value is (230,78,177). Sum of RGB (Red+Green+Blue) = 230+78+177=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EB1 is #19B14E. Grayscale: #868686. Windows color (decimal): -1683791 or 11620070. OLE color: 11620070.
HSL color Cylindrical-coordinate representation of color #E64EB1: hue angle of 320.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64EB1 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 177 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.10 |
| HSL | 320.92º | 0.75% | 0.6% | - |
| HSV(B) | 320.92º | 0.66% | 0.9% | - |
| XYZ | 43.29 | 25.45 | 44.22 | - |
| YUV | 134.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 177 | 0 | 0.66 | 0.23 | 0.10 | 320.92 | 0.75 | 0.6 |
| Hex | E6 | 4E | B1 | 0 | 42 | 17 | A | 141 | 4B | 3C |
| Octal | 346 | 116 | 261 | 0 | 102 | 27 | 12 | 501 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10110001 | 0 | 1000010 | 10111 | 1010 | 101000001 | 1001011 | 111100 |
Color Harmonies of #E64EB1
Complementary color
Monochromatic Colors of #E64EB1
Black with #E64EB1
Text Example
Text Example
White with #E64EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EB1; }
p { color: rgb(230,78,177); }
H1.HeaderClassName
{
color: #E64EB1;
}
.AnyTagClassName
{
color: #E64EB1;
}
</style>
background-color css
<style>
a { background-color: #E64EB1; }
a { background-color: rgb(230,78,177); }
div.DivClassName
{
background-color: #E64EB1;
}
.BgClassName
{
background-color: #E64EB1;
}
</style>
border-color css
<style>
span { border-color: #E64EB1; }
span { border-color: rgb(230,78,177); }
td.TdClassName
{
border-color: #E64EB1;
}
.TagClassName
{
border-color: #E64EB1;
}
</style>