Shades of Brilliant Rose #E64AB1
Tints of Brilliant Rose #E64AB1
RGB
CMYK
RGB Variations
Color information
#E64AB1 (or 0xE64AB1) is known color: Brilliant Rose. HEX triplet: E6, 4A and B1. RGB value is (230,74,177). Sum of RGB (Red+Green+Blue) = 230+74+177=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64AB1 is #19B54E. Grayscale: #848484. Windows color (decimal): -1684815 or 11619046. OLE color: 11619046.
HSL color Cylindrical-coordinate representation of color #E64AB1: hue angle of 320.38º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64AB1 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 177 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.10 |
| HSL | 320.38º | 0.76% | 0.6% | - |
| HSV(B) | 320.38º | 0.68% | 0.9% | - |
| XYZ | 43.02 | 24.89 | 44.13 | - |
| YUV | 132.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 177 | 0 | 0.68 | 0.23 | 0.10 | 320.38 | 0.76 | 0.6 |
| Hex | E6 | 4A | B1 | 0 | 44 | 17 | A | 140 | 4C | 3C |
| Octal | 346 | 112 | 261 | 0 | 104 | 27 | 12 | 500 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10110001 | 0 | 1000100 | 10111 | 1010 | 101000000 | 1001100 | 111100 |
Color Harmonies of #E64AB1
Complementary color
Monochromatic Colors of #E64AB1
Black with #E64AB1
Text Example
Text Example
White with #E64AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AB1; }
p { color: rgb(230,74,177); }
H1.HeaderClassName
{
color: #E64AB1;
}
.AnyTagClassName
{
color: #E64AB1;
}
</style>
background-color css
<style>
a { background-color: #E64AB1; }
a { background-color: rgb(230,74,177); }
div.DivClassName
{
background-color: #E64AB1;
}
.BgClassName
{
background-color: #E64AB1;
}
</style>
border-color css
<style>
span { border-color: #E64AB1; }
span { border-color: rgb(230,74,177); }
td.TdClassName
{
border-color: #E64AB1;
}
.TagClassName
{
border-color: #E64AB1;
}
</style>