Shades of Brilliant Rose #E65DA8
Tints of Brilliant Rose #E65DA8
RGB
CMYK
RGB Variations
Color information
#E65DA8 (or 0xE65DA8) is known color: Brilliant Rose. HEX triplet: E6, 5D and A8. RGB value is (230,93,168). Sum of RGB (Red+Green+Blue) = 230+93+168=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DA8 is #19A257. Grayscale: #8E8E8E. Windows color (decimal): -1679960 or 11034086. OLE color: 11034086.
HSL color Cylindrical-coordinate representation of color #E65DA8: hue angle of 327.15º 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 #E65DA8 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 168 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.10 |
| HSL | 327.15º | 0.73% | 0.63% | - |
| HSV(B) | 327.15º | 0.6% | 0.9% | - |
| XYZ | 43.62 | 27.48 | 40.05 | - |
| YUV | 142.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 168 | 0 | 0.60 | 0.27 | 0.10 | 327.15 | 0.73 | 0.63 |
| Hex | E6 | 5D | A8 | 0 | 3C | 1B | A | 147 | 49 | 3F |
| Octal | 346 | 135 | 250 | 0 | 74 | 33 | 12 | 507 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10101000 | 0 | 111100 | 11011 | 1010 | 101000111 | 1001001 | 111111 |
Color Harmonies of #E65DA8
Complementary color
Monochromatic Colors of #E65DA8
Black with #E65DA8
Text Example
Text Example
White with #E65DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DA8; }
p { color: rgb(230,93,168); }
H1.HeaderClassName
{
color: #E65DA8;
}
.AnyTagClassName
{
color: #E65DA8;
}
</style>
background-color css
<style>
a { background-color: #E65DA8; }
a { background-color: rgb(230,93,168); }
div.DivClassName
{
background-color: #E65DA8;
}
.BgClassName
{
background-color: #E65DA8;
}
</style>
border-color css
<style>
span { border-color: #E65DA8; }
span { border-color: rgb(230,93,168); }
td.TdClassName
{
border-color: #E65DA8;
}
.TagClassName
{
border-color: #E65DA8;
}
</style>