Shades of Razzle Dazzle Rose #EB32E3
Tints of Razzle Dazzle Rose #EB32E3
RGB
CMYK
RGB Variations
Color information
#EB32E3 (or 0xEB32E3) is known color: Razzle Dazzle Rose. HEX triplet: EB, 32 and E3. RGB value is (235,50,227). Sum of RGB (Red+Green+Blue) = 235+50+227=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB32E3 is #14CD1C. Grayscale: #7C7C7C. Windows color (decimal): -1363229 or 14889707. OLE color: 14889707.
HSL color Cylindrical-coordinate representation of color #EB32E3: hue angle of 302.59º 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 #EB32E3 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 227 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.08 |
| HSL | 302.59º | 0.82% | 0.56% | - |
| HSV(B) | 302.59º | 0.79% | 0.92% | - |
| XYZ | 49.27 | 25.49 | 75 | - |
| YUV | 125.49 | 185.29 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 227 | 0 | 0.79 | 0.03 | 0.08 | 302.59 | 0.82 | 0.56 |
| Hex | EB | 32 | E3 | 0 | 4F | 3 | 8 | 12F | 52 | 38 |
| Octal | 353 | 62 | 343 | 0 | 117 | 3 | 10 | 457 | 122 | 70 |
| Binary | 11101011 | 110010 | 11100011 | 0 | 1001111 | 11 | 1000 | 100101111 | 1010010 | 111000 |
Color Harmonies of #EB32E3
Complementary color
Monochromatic Colors of #EB32E3
Black with #EB32E3
Text Example
Text Example
White with #EB32E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB32E3; }
p { color: rgb(235,50,227); }
H1.HeaderClassName
{
color: #EB32E3;
}
.AnyTagClassName
{
color: #EB32E3;
}
</style>
background-color css
<style>
a { background-color: #EB32E3; }
a { background-color: rgb(235,50,227); }
div.DivClassName
{
background-color: #EB32E3;
}
.BgClassName
{
background-color: #EB32E3;
}
</style>
border-color css
<style>
span { border-color: #EB32E3; }
span { border-color: rgb(235,50,227); }
td.TdClassName
{
border-color: #EB32E3;
}
.TagClassName
{
border-color: #EB32E3;
}
</style>