Shades of Razzle Dazzle Rose #FF32EE
Tints of Razzle Dazzle Rose #FF32EE
RGB
CMYK
RGB Variations
Color information
#FF32EE (or 0xFF32EE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 32 and EE. RGB value is (255,50,238). Sum of RGB (Red+Green+Blue) = 255+50+238=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 50 (19.92% from 255 or 9.21% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF32EE is #00CD11. Grayscale: #848484. Windows color (decimal): -52498 or 15610623. OLE color: 15610623.
HSL color Cylindrical-coordinate representation of color #FF32EE: hue angle of 304.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF32EE is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 238 | - |
| CMYK | 0 | 0.80 | 0.07 | 0 |
| HSL | 304.98º | 1% | 0.6% | - |
| HSV(B) | 304.98º | 0.8% | 1% | - |
| XYZ | 57.81 | 29.71 | 83.58 | - |
| YUV | 132.73 | 187.42 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 238 | 0 | 0.80 | 0.07 | 0 | 304.98 | 1 | 0.6 |
| Hex | FF | 32 | EE | 0 | 50 | 7 | 0 | 131 | 64 | 3C |
| Octal | 377 | 62 | 356 | 0 | 120 | 7 | 0 | 461 | 144 | 74 |
| Binary | 11111111 | 110010 | 11101110 | 0 | 1010000 | 111 | 0 | 100110001 | 1100100 | 111100 |
Color Harmonies of #FF32EE
Complementary color
Monochromatic Colors of #FF32EE
Black with #FF32EE
Text Example
Text Example
White with #FF32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32EE; }
p { color: rgb(255,50,238); }
H1.HeaderClassName
{
color: #FF32EE;
}
.AnyTagClassName
{
color: #FF32EE;
}
</style>
background-color css
<style>
a { background-color: #FF32EE; }
a { background-color: rgb(255,50,238); }
div.DivClassName
{
background-color: #FF32EE;
}
.BgClassName
{
background-color: #FF32EE;
}
</style>
border-color css
<style>
span { border-color: #FF32EE; }
span { border-color: rgb(255,50,238); }
td.TdClassName
{
border-color: #FF32EE;
}
.TagClassName
{
border-color: #FF32EE;
}
</style>