Shades of Razzle Dazzle Rose #EB2DBA
Tints of Razzle Dazzle Rose #EB2DBA
RGB
CMYK
RGB Variations
Color information
#EB2DBA (or 0xEB2DBA) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2D and BA. RGB value is (235,45,186). Sum of RGB (Red+Green+Blue) = 235+45+186=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DBA is #14D245. Grayscale: #757575. Windows color (decimal): -1364550 or 12201451. OLE color: 12201451.
HSL color Cylindrical-coordinate representation of color #EB2DBA: hue angle of 315.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2DBA is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 186 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.08 |
| HSL | 315.47º | 0.83% | 0.55% | - |
| HSV(B) | 315.47º | 0.81% | 0.92% | - |
| XYZ | 44.06 | 23.08 | 48.59 | - |
| YUV | 117.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 186 | 0 | 0.81 | 0.21 | 0.08 | 315.47 | 0.83 | 0.55 |
| Hex | EB | 2D | BA | 0 | 51 | 15 | 8 | 13B | 53 | 37 |
| Octal | 353 | 55 | 272 | 0 | 121 | 25 | 10 | 473 | 123 | 67 |
| Binary | 11101011 | 101101 | 10111010 | 0 | 1010001 | 10101 | 1000 | 100111011 | 1010011 | 110111 |
Color Harmonies of #EB2DBA
Complementary color
Monochromatic Colors of #EB2DBA
Black with #EB2DBA
Text Example
Text Example
White with #EB2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2DBA; }
p { color: rgb(235,45,186); }
H1.HeaderClassName
{
color: #EB2DBA;
}
.AnyTagClassName
{
color: #EB2DBA;
}
</style>
background-color css
<style>
a { background-color: #EB2DBA; }
a { background-color: rgb(235,45,186); }
div.DivClassName
{
background-color: #EB2DBA;
}
.BgClassName
{
background-color: #EB2DBA;
}
</style>
border-color css
<style>
span { border-color: #EB2DBA; }
span { border-color: rgb(235,45,186); }
td.TdClassName
{
border-color: #EB2DBA;
}
.TagClassName
{
border-color: #EB2DBA;
}
</style>