Shades of Razzle Dazzle Rose #EB33C0
Tints of Razzle Dazzle Rose #EB33C0
RGB
CMYK
RGB Variations
Color information
#EB33C0 (or 0xEB33C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 33 and C0. RGB value is (235,51,192). Sum of RGB (Red+Green+Blue) = 235+51+192=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB33C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB33C0 is #14CC3F. Grayscale: #797979. Windows color (decimal): -1363008 or 12596203. OLE color: 12596203.
HSL color Cylindrical-coordinate representation of color #EB33C0: hue angle of 314.02º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB33C0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 51 | 192 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.08 |
| HSL | 314.02º | 0.82% | 0.56% | - |
| HSV(B) | 314.02º | 0.78% | 0.92% | - |
| XYZ | 44.96 | 23.84 | 52.1 | - |
| YUV | 122.09 | 167.46 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 51 | 192 | 0 | 0.78 | 0.18 | 0.08 | 314.02 | 0.82 | 0.56 |
| Hex | EB | 33 | C0 | 0 | 4E | 12 | 8 | 13A | 52 | 38 |
| Octal | 353 | 63 | 300 | 0 | 116 | 22 | 10 | 472 | 122 | 70 |
| Binary | 11101011 | 110011 | 11000000 | 0 | 1001110 | 10010 | 1000 | 100111010 | 1010010 | 111000 |
Color Harmonies of #EB33C0
Complementary color
Monochromatic Colors of #EB33C0
Black with #EB33C0
Text Example
Text Example
White with #EB33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB33C0; }
p { color: rgb(235,51,192); }
H1.HeaderClassName
{
color: #EB33C0;
}
.AnyTagClassName
{
color: #EB33C0;
}
</style>
background-color css
<style>
a { background-color: #EB33C0; }
a { background-color: rgb(235,51,192); }
div.DivClassName
{
background-color: #EB33C0;
}
.BgClassName
{
background-color: #EB33C0;
}
</style>
border-color css
<style>
span { border-color: #EB33C0; }
span { border-color: rgb(235,51,192); }
td.TdClassName
{
border-color: #EB33C0;
}
.TagClassName
{
border-color: #EB33C0;
}
</style>