Shades of Brilliant Rose #E64AB7
Tints of Brilliant Rose #E64AB7
RGB
CMYK
RGB Variations
Color information
#E64AB7 (or 0xE64AB7) is known color: Brilliant Rose. HEX triplet: E6, 4A and B7. RGB value is (230,74,183). Sum of RGB (Red+Green+Blue) = 230+74+183=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64AB7 is #19B548. Grayscale: #848484. Windows color (decimal): -1684809 or 12012262. OLE color: 12012262.
HSL color Cylindrical-coordinate representation of color #E64AB7: hue angle of 318.08º 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 #E64AB7 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 74 | 183 | - |
CMYK | 0 | 0.68 | 0.20 | 0.10 |
HSL | 318.08º | 0.76% | 0.6% | - |
HSV(B) | 318.08º | 0.68% | 0.9% | - |
XYZ | 43.63 | 25.14 | 47.35 | - |
YUV | 133.07 | 156.18 | 197.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 74 | 183 | 0 | 0.68 | 0.20 | 0.10 | 318.08 | 0.76 | 0.6 |
Hex | E6 | 4A | B7 | 0 | 44 | 14 | A | 13E | 4C | 3C |
Octal | 346 | 112 | 267 | 0 | 104 | 24 | 12 | 476 | 114 | 74 |
Binary | 11100110 | 1001010 | 10110111 | 0 | 1000100 | 10100 | 1010 | 100111110 | 1001100 | 111100 |
Color Harmonies of #E64AB7
Complementary color
Monochromatic Colors of #E64AB7
Black with #E64AB7
Text Example
Text Example
White with #E64AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AB7; }
p { color: rgb(230,74,183); }
H1.HeaderClassName
{
color: #E64AB7;
}
.AnyTagClassName
{
color: #E64AB7;
}
</style>
background-color css
<style>
a { background-color: #E64AB7; }
a { background-color: rgb(230,74,183); }
div.DivClassName
{
background-color: #E64AB7;
}
.BgClassName
{
background-color: #E64AB7;
}
</style>
border-color css
<style>
span { border-color: #E64AB7; }
span { border-color: rgb(230,74,183); }
td.TdClassName
{
border-color: #E64AB7;
}
.TagClassName
{
border-color: #E64AB7;
}
</style>