Shades of Brilliant Rose #E64EB2
Tints of Brilliant Rose #E64EB2
RGB
CMYK
RGB Variations
Color information
#E64EB2 (or 0xE64EB2) is known color: Brilliant Rose. HEX triplet: E6, 4E and B2. RGB value is (230,78,178). Sum of RGB (Red+Green+Blue) = 230+78+178=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EB2 is #19B14D. Grayscale: #868686. Windows color (decimal): -1683790 or 11685606. OLE color: 11685606.
HSL color Cylindrical-coordinate representation of color #E64EB2: hue angle of 320.53º 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 #E64EB2 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 178 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.10 |
| HSL | 320.53º | 0.75% | 0.6% | - |
| HSV(B) | 320.53º | 0.66% | 0.9% | - |
| XYZ | 43.39 | 25.49 | 44.75 | - |
| YUV | 134.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 178 | 0 | 0.66 | 0.23 | 0.10 | 320.53 | 0.75 | 0.6 |
| Hex | E6 | 4E | B2 | 0 | 42 | 17 | A | 141 | 4B | 3C |
| Octal | 346 | 116 | 262 | 0 | 102 | 27 | 12 | 501 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10110010 | 0 | 1000010 | 10111 | 1010 | 101000001 | 1001011 | 111100 |
Color Harmonies of #E64EB2
Complementary color
Monochromatic Colors of #E64EB2
Black with #E64EB2
Text Example
Text Example
White with #E64EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EB2; }
p { color: rgb(230,78,178); }
H1.HeaderClassName
{
color: #E64EB2;
}
.AnyTagClassName
{
color: #E64EB2;
}
</style>
background-color css
<style>
a { background-color: #E64EB2; }
a { background-color: rgb(230,78,178); }
div.DivClassName
{
background-color: #E64EB2;
}
.BgClassName
{
background-color: #E64EB2;
}
</style>
border-color css
<style>
span { border-color: #E64EB2; }
span { border-color: rgb(230,78,178); }
td.TdClassName
{
border-color: #E64EB2;
}
.TagClassName
{
border-color: #E64EB2;
}
</style>