Shades of Brilliant Rose #E648AB
Tints of Brilliant Rose #E648AB
RGB
CMYK
RGB Variations
Color information
#E648AB (or 0xE648AB) is known color: Brilliant Rose. HEX triplet: E6, 48 and AB. RGB value is (230,72,171). Sum of RGB (Red+Green+Blue) = 230+72+171=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E648AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E648AB is #19B754. Grayscale: #828282. Windows color (decimal): -1685333 or 11225318. OLE color: 11225318.
HSL color Cylindrical-coordinate representation of color #E648AB: hue angle of 322.41º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E648AB is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 171 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.10 |
| HSL | 322.41º | 0.76% | 0.59% | - |
| HSV(B) | 322.41º | 0.69% | 0.9% | - |
| XYZ | 42.3 | 24.4 | 41.01 | - |
| YUV | 130.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 171 | 0 | 0.69 | 0.26 | 0.10 | 322.41 | 0.76 | 0.59 |
| Hex | E6 | 48 | AB | 0 | 45 | 1A | A | 142 | 4C | 3B |
| Octal | 346 | 110 | 253 | 0 | 105 | 32 | 12 | 502 | 114 | 73 |
| Binary | 11100110 | 1001000 | 10101011 | 0 | 1000101 | 11010 | 1010 | 101000010 | 1001100 | 111011 |
Color Harmonies of #E648AB
Complementary color
Monochromatic Colors of #E648AB
Black with #E648AB
Text Example
Text Example
White with #E648AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E648AB; }
p { color: rgb(230,72,171); }
H1.HeaderClassName
{
color: #E648AB;
}
.AnyTagClassName
{
color: #E648AB;
}
</style>
background-color css
<style>
a { background-color: #E648AB; }
a { background-color: rgb(230,72,171); }
div.DivClassName
{
background-color: #E648AB;
}
.BgClassName
{
background-color: #E648AB;
}
</style>
border-color css
<style>
span { border-color: #E648AB; }
span { border-color: rgb(230,72,171); }
td.TdClassName
{
border-color: #E648AB;
}
.TagClassName
{
border-color: #E648AB;
}
</style>