Shades of Razzle Dazzle Rose #EB2BBB
Tints of Razzle Dazzle Rose #EB2BBB
RGB
CMYK
RGB Variations
Color information
#EB2BBB (or 0xEB2BBB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2B and BB. RGB value is (235,43,187). Sum of RGB (Red+Green+Blue) = 235+43+187=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2BBB is #14D444. Grayscale: #747474. Windows color (decimal): -1365061 or 12266475. OLE color: 12266475.
HSL color Cylindrical-coordinate representation of color #EB2BBB: hue angle of 315º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2BBB is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 43 | 187 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.08 |
| HSL | 315º | 0.83% | 0.55% | - |
| HSV(B) | 315º | 0.82% | 0.92% | - |
| XYZ | 44.09 | 22.98 | 49.12 | - |
| YUV | 116.82 | 167.61 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 43 | 187 | 0 | 0.82 | 0.20 | 0.08 | 315 | 0.83 | 0.55 |
| Hex | EB | 2B | BB | 0 | 52 | 14 | 8 | 13B | 53 | 37 |
| Octal | 353 | 53 | 273 | 0 | 122 | 24 | 10 | 473 | 123 | 67 |
| Binary | 11101011 | 101011 | 10111011 | 0 | 1010010 | 10100 | 1000 | 100111011 | 1010011 | 110111 |
Color Harmonies of #EB2BBB
Complementary color
Monochromatic Colors of #EB2BBB
Black with #EB2BBB
Text Example
Text Example
White with #EB2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2BBB; }
p { color: rgb(235,43,187); }
H1.HeaderClassName
{
color: #EB2BBB;
}
.AnyTagClassName
{
color: #EB2BBB;
}
</style>
background-color css
<style>
a { background-color: #EB2BBB; }
a { background-color: rgb(235,43,187); }
div.DivClassName
{
background-color: #EB2BBB;
}
.BgClassName
{
background-color: #EB2BBB;
}
</style>
border-color css
<style>
span { border-color: #EB2BBB; }
span { border-color: rgb(235,43,187); }
td.TdClassName
{
border-color: #EB2BBB;
}
.TagClassName
{
border-color: #EB2BBB;
}
</style>