Shades of Brilliant Rose #E65DAB
Tints of Brilliant Rose #E65DAB
RGB
CMYK
RGB Variations
Color information
#E65DAB (or 0xE65DAB) is known color: Brilliant Rose. HEX triplet: E6, 5D and AB. RGB value is (230,93,171). Sum of RGB (Red+Green+Blue) = 230+93+171=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DAB is #19A254. Grayscale: #8E8E8E. Windows color (decimal): -1679957 or 11230694. OLE color: 11230694.
HSL color Cylindrical-coordinate representation of color #E65DAB: hue angle of 325.84º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DAB is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 171 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.10 |
| HSL | 325.84º | 0.73% | 0.63% | - |
| HSV(B) | 325.84º | 0.6% | 0.9% | - |
| XYZ | 43.9 | 27.59 | 41.54 | - |
| YUV | 142.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 171 | 0 | 0.60 | 0.26 | 0.10 | 325.84 | 0.73 | 0.63 |
| Hex | E6 | 5D | AB | 0 | 3C | 1A | A | 146 | 49 | 3F |
| Octal | 346 | 135 | 253 | 0 | 74 | 32 | 12 | 506 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10101011 | 0 | 111100 | 11010 | 1010 | 101000110 | 1001001 | 111111 |
Color Harmonies of #E65DAB
Complementary color
Monochromatic Colors of #E65DAB
Black with #E65DAB
Text Example
Text Example
White with #E65DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DAB; }
p { color: rgb(230,93,171); }
H1.HeaderClassName
{
color: #E65DAB;
}
.AnyTagClassName
{
color: #E65DAB;
}
</style>
background-color css
<style>
a { background-color: #E65DAB; }
a { background-color: rgb(230,93,171); }
div.DivClassName
{
background-color: #E65DAB;
}
.BgClassName
{
background-color: #E65DAB;
}
</style>
border-color css
<style>
span { border-color: #E65DAB; }
span { border-color: rgb(230,93,171); }
td.TdClassName
{
border-color: #E65DAB;
}
.TagClassName
{
border-color: #E65DAB;
}
</style>