Shades of Razzle Dazzle Rose #EB32C6
Tints of Razzle Dazzle Rose #EB32C6
RGB
CMYK
RGB Variations
Color information
#EB32C6 (or 0xEB32C6) is known color: Razzle Dazzle Rose. HEX triplet: EB, 32 and C6. RGB value is (235,50,198). Sum of RGB (Red+Green+Blue) = 235+50+198=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB32C6 is #14CD39. Grayscale: #797979. Windows color (decimal): -1363258 or 12989163. OLE color: 12989163.
HSL color Cylindrical-coordinate representation of color #EB32C6: hue angle of 312º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB32C6 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 198 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.08 |
| HSL | 312º | 0.82% | 0.56% | - |
| HSV(B) | 312º | 0.79% | 0.92% | - |
| XYZ | 45.59 | 24.02 | 55.66 | - |
| YUV | 122.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 198 | 0 | 0.79 | 0.16 | 0.08 | 312 | 0.82 | 0.56 |
| Hex | EB | 32 | C6 | 0 | 4F | 10 | 8 | 138 | 52 | 38 |
| Octal | 353 | 62 | 306 | 0 | 117 | 20 | 10 | 470 | 122 | 70 |
| Binary | 11101011 | 110010 | 11000110 | 0 | 1001111 | 10000 | 1000 | 100111000 | 1010010 | 111000 |
Color Harmonies of #EB32C6
Complementary color
Monochromatic Colors of #EB32C6
Black with #EB32C6
Text Example
Text Example
White with #EB32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB32C6; }
p { color: rgb(235,50,198); }
H1.HeaderClassName
{
color: #EB32C6;
}
.AnyTagClassName
{
color: #EB32C6;
}
</style>
background-color css
<style>
a { background-color: #EB32C6; }
a { background-color: rgb(235,50,198); }
div.DivClassName
{
background-color: #EB32C6;
}
.BgClassName
{
background-color: #EB32C6;
}
</style>
border-color css
<style>
span { border-color: #EB32C6; }
span { border-color: rgb(235,50,198); }
td.TdClassName
{
border-color: #EB32C6;
}
.TagClassName
{
border-color: #EB32C6;
}
</style>