Shades of Brilliant Rose #E953B6
Tints of Brilliant Rose #E953B6
RGB
CMYK
RGB Variations
Color information
#E953B6 (or 0xE953B6) is known color: Brilliant Rose. HEX triplet: E9, 53 and B6. RGB value is (233,83,182). Sum of RGB (Red+Green+Blue) = 233+83+182=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E953B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953B6 is #16AC49. Grayscale: #8A8A8A. Windows color (decimal): -1485898 or 11949033. OLE color: 11949033.
HSL color Cylindrical-coordinate representation of color #E953B6: hue angle of 320.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E953B6 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 182 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.09 |
| HSL | 320.4º | 0.77% | 0.62% | - |
| HSV(B) | 320.4º | 0.64% | 0.91% | - |
| XYZ | 45.14 | 26.89 | 47.07 | - |
| YUV | 139.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 182 | 0 | 0.64 | 0.22 | 0.09 | 320.4 | 0.77 | 0.62 |
| Hex | E9 | 53 | B6 | 0 | 40 | 16 | 9 | 140 | 4D | 3E |
| Octal | 351 | 123 | 266 | 0 | 100 | 26 | 11 | 500 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10110110 | 0 | 1000000 | 10110 | 1001 | 101000000 | 1001101 | 111110 |
Color Harmonies of #E953B6
Complementary color
Monochromatic Colors of #E953B6
Black with #E953B6
Text Example
Text Example
White with #E953B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953B6; }
p { color: rgb(233,83,182); }
H1.HeaderClassName
{
color: #E953B6;
}
.AnyTagClassName
{
color: #E953B6;
}
</style>
background-color css
<style>
a { background-color: #E953B6; }
a { background-color: rgb(233,83,182); }
div.DivClassName
{
background-color: #E953B6;
}
.BgClassName
{
background-color: #E953B6;
}
</style>
border-color css
<style>
span { border-color: #E953B6; }
span { border-color: rgb(233,83,182); }
td.TdClassName
{
border-color: #E953B6;
}
.TagClassName
{
border-color: #E953B6;
}
</style>