Shades of Brilliant Rose #E64FAB
Tints of Brilliant Rose #E64FAB
RGB
CMYK
RGB Variations
Color information
#E64FAB (or 0xE64FAB) is known color: Brilliant Rose. HEX triplet: E6, 4F and AB. RGB value is (230,79,171). Sum of RGB (Red+Green+Blue) = 230+79+171=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64FAB is #19B054. Grayscale: #868686. Windows color (decimal): -1683541 or 11227110. OLE color: 11227110.
HSL color Cylindrical-coordinate representation of color #E64FAB: hue angle of 323.44º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64FAB is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 171 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.10 |
| HSL | 323.44º | 0.75% | 0.61% | - |
| HSV(B) | 323.44º | 0.66% | 0.9% | - |
| XYZ | 42.78 | 25.36 | 41.17 | - |
| YUV | 134.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 171 | 0 | 0.66 | 0.26 | 0.10 | 323.44 | 0.75 | 0.61 |
| Hex | E6 | 4F | AB | 0 | 42 | 1A | A | 143 | 4B | 3D |
| Octal | 346 | 117 | 253 | 0 | 102 | 32 | 12 | 503 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10101011 | 0 | 1000010 | 11010 | 1010 | 101000011 | 1001011 | 111101 |
Color Harmonies of #E64FAB
Complementary color
Monochromatic Colors of #E64FAB
Black with #E64FAB
Text Example
Text Example
White with #E64FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FAB; }
p { color: rgb(230,79,171); }
H1.HeaderClassName
{
color: #E64FAB;
}
.AnyTagClassName
{
color: #E64FAB;
}
</style>
background-color css
<style>
a { background-color: #E64FAB; }
a { background-color: rgb(230,79,171); }
div.DivClassName
{
background-color: #E64FAB;
}
.BgClassName
{
background-color: #E64FAB;
}
</style>
border-color css
<style>
span { border-color: #E64FAB; }
span { border-color: rgb(230,79,171); }
td.TdClassName
{
border-color: #E64FAB;
}
.TagClassName
{
border-color: #E64FAB;
}
</style>