Shades of Razzle Dazzle Rose #EB32C0
Tints of Razzle Dazzle Rose #EB32C0
RGB
CMYK
RGB Variations
Color information
#EB32C0 (or 0xEB32C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 32 and C0. RGB value is (235,50,192). Sum of RGB (Red+Green+Blue) = 235+50+192=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB32C0 is #14CD3F. Grayscale: #797979. Windows color (decimal): -1363264 or 12595947. OLE color: 12595947.
HSL color Cylindrical-coordinate representation of color #EB32C0: hue angle of 313.95º 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 #EB32C0 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 192 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.08 |
| HSL | 313.95º | 0.82% | 0.56% | - |
| HSV(B) | 313.95º | 0.79% | 0.92% | - |
| XYZ | 44.92 | 23.75 | 52.09 | - |
| YUV | 121.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 192 | 0 | 0.79 | 0.18 | 0.08 | 313.95 | 0.82 | 0.56 |
| Hex | EB | 32 | C0 | 0 | 4F | 12 | 8 | 13A | 52 | 38 |
| Octal | 353 | 62 | 300 | 0 | 117 | 22 | 10 | 472 | 122 | 70 |
| Binary | 11101011 | 110010 | 11000000 | 0 | 1001111 | 10010 | 1000 | 100111010 | 1010010 | 111000 |
Color Harmonies of #EB32C0
Complementary color
Monochromatic Colors of #EB32C0
Black with #EB32C0
Text Example
Text Example
White with #EB32C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB32C0; }
p { color: rgb(235,50,192); }
H1.HeaderClassName
{
color: #EB32C0;
}
.AnyTagClassName
{
color: #EB32C0;
}
</style>
background-color css
<style>
a { background-color: #EB32C0; }
a { background-color: rgb(235,50,192); }
div.DivClassName
{
background-color: #EB32C0;
}
.BgClassName
{
background-color: #EB32C0;
}
</style>
border-color css
<style>
span { border-color: #EB32C0; }
span { border-color: rgb(235,50,192); }
td.TdClassName
{
border-color: #EB32C0;
}
.TagClassName
{
border-color: #EB32C0;
}
</style>