Shades of Brilliant Rose #E644B1
Tints of Brilliant Rose #E644B1
RGB
CMYK
RGB Variations
Color information
#E644B1 (or 0xE644B1) is known color: Brilliant Rose. HEX triplet: E6, 44 and B1. RGB value is (230,68,177). Sum of RGB (Red+Green+Blue) = 230+68+177=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E644B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E644B1 is #19BB4E. Grayscale: #808080. Windows color (decimal): -1686351 or 11617510. OLE color: 11617510.
HSL color Cylindrical-coordinate representation of color #E644B1: hue angle of 319.63º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E644B1 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 177 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.10 |
| HSL | 319.63º | 0.76% | 0.58% | - |
| HSV(B) | 319.63º | 0.7% | 0.9% | - |
| XYZ | 42.64 | 24.13 | 44.01 | - |
| YUV | 128.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 177 | 0 | 0.70 | 0.23 | 0.10 | 319.63 | 0.76 | 0.58 |
| Hex | E6 | 44 | B1 | 0 | 46 | 17 | A | 140 | 4C | 3A |
| Octal | 346 | 104 | 261 | 0 | 106 | 27 | 12 | 500 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10110001 | 0 | 1000110 | 10111 | 1010 | 101000000 | 1001100 | 111010 |
Color Harmonies of #E644B1
Complementary color
Monochromatic Colors of #E644B1
Black with #E644B1
Text Example
Text Example
White with #E644B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E644B1; }
p { color: rgb(230,68,177); }
H1.HeaderClassName
{
color: #E644B1;
}
.AnyTagClassName
{
color: #E644B1;
}
</style>
background-color css
<style>
a { background-color: #E644B1; }
a { background-color: rgb(230,68,177); }
div.DivClassName
{
background-color: #E644B1;
}
.BgClassName
{
background-color: #E644B1;
}
</style>
border-color css
<style>
span { border-color: #E644B1; }
span { border-color: rgb(230,68,177); }
td.TdClassName
{
border-color: #E644B1;
}
.TagClassName
{
border-color: #E644B1;
}
</style>