Shades of Brilliant Rose #E64AAF
Tints of Brilliant Rose #E64AAF
RGB
CMYK
RGB Variations
Color information
#E64AAF (or 0xE64AAF) is known color: Brilliant Rose. HEX triplet: E6, 4A and AF. RGB value is (230,74,175). Sum of RGB (Red+Green+Blue) = 230+74+175=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64AAF is #19B550. Grayscale: #838383. Windows color (decimal): -1684817 or 11487974. OLE color: 11487974.
HSL color Cylindrical-coordinate representation of color #E64AAF: hue angle of 321.15º 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 #E64AAF is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 175 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.10 |
| HSL | 321.15º | 0.76% | 0.6% | - |
| HSV(B) | 321.15º | 0.68% | 0.9% | - |
| XYZ | 42.82 | 24.82 | 43.09 | - |
| YUV | 132.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 175 | 0 | 0.68 | 0.24 | 0.10 | 321.15 | 0.76 | 0.6 |
| Hex | E6 | 4A | AF | 0 | 44 | 18 | A | 141 | 4C | 3C |
| Octal | 346 | 112 | 257 | 0 | 104 | 30 | 12 | 501 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10101111 | 0 | 1000100 | 11000 | 1010 | 101000001 | 1001100 | 111100 |
Color Harmonies of #E64AAF
Complementary color
Monochromatic Colors of #E64AAF
Black with #E64AAF
Text Example
Text Example
White with #E64AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AAF; }
p { color: rgb(230,74,175); }
H1.HeaderClassName
{
color: #E64AAF;
}
.AnyTagClassName
{
color: #E64AAF;
}
</style>
background-color css
<style>
a { background-color: #E64AAF; }
a { background-color: rgb(230,74,175); }
div.DivClassName
{
background-color: #E64AAF;
}
.BgClassName
{
background-color: #E64AAF;
}
</style>
border-color css
<style>
span { border-color: #E64AAF; }
span { border-color: rgb(230,74,175); }
td.TdClassName
{
border-color: #E64AAF;
}
.TagClassName
{
border-color: #E64AAF;
}
</style>