Shades of Brilliant Rose #E64EB0
Tints of Brilliant Rose #E64EB0
RGB
CMYK
RGB Variations
Color information
#E64EB0 (or 0xE64EB0) is known color: Brilliant Rose. HEX triplet: E6, 4E and B0. RGB value is (230,78,176). Sum of RGB (Red+Green+Blue) = 230+78+176=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EB0 is #19B14F. Grayscale: #868686. Windows color (decimal): -1683792 or 11554534. OLE color: 11554534.
HSL color Cylindrical-coordinate representation of color #E64EB0: hue angle of 321.32º 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 #E64EB0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 176 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.10 |
| HSL | 321.32º | 0.75% | 0.6% | - |
| HSV(B) | 321.32º | 0.66% | 0.9% | - |
| XYZ | 43.19 | 25.41 | 43.7 | - |
| YUV | 134.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 176 | 0 | 0.66 | 0.23 | 0.10 | 321.32 | 0.75 | 0.6 |
| Hex | E6 | 4E | B0 | 0 | 42 | 17 | A | 141 | 4B | 3C |
| Octal | 346 | 116 | 260 | 0 | 102 | 27 | 12 | 501 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10110000 | 0 | 1000010 | 10111 | 1010 | 101000001 | 1001011 | 111100 |
Color Harmonies of #E64EB0
Complementary color
Monochromatic Colors of #E64EB0
Black with #E64EB0
Text Example
Text Example
White with #E64EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EB0; }
p { color: rgb(230,78,176); }
H1.HeaderClassName
{
color: #E64EB0;
}
.AnyTagClassName
{
color: #E64EB0;
}
</style>
background-color css
<style>
a { background-color: #E64EB0; }
a { background-color: rgb(230,78,176); }
div.DivClassName
{
background-color: #E64EB0;
}
.BgClassName
{
background-color: #E64EB0;
}
</style>
border-color css
<style>
span { border-color: #E64EB0; }
span { border-color: rgb(230,78,176); }
td.TdClassName
{
border-color: #E64EB0;
}
.TagClassName
{
border-color: #E64EB0;
}
</style>