Shades of Razzle Dazzle Rose #FF33EE
Tints of Razzle Dazzle Rose #FF33EE
RGB
CMYK
RGB Variations
Color information
#FF33EE (or 0xFF33EE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and EE. RGB value is (255,51,238). Sum of RGB (Red+Green+Blue) = 255+51+238=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 51 (20.31% from 255 or 9.38% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF33EE is #00CC11. Grayscale: #848484. Windows color (decimal): -52242 or 15610879. OLE color: 15610879.
HSL color Cylindrical-coordinate representation of color #FF33EE: hue angle of 305º 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 #FF33EE is Cyan = 0, Magento = 0.8, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 238 | - |
| CMYK | 0 | 0.8 | 0.07 | 0 |
| HSL | 305º | 1% | 0.6% | - |
| HSV(B) | 305º | 0.8% | 1% | - |
| XYZ | 57.86 | 29.8 | 83.59 | - |
| YUV | 133.31 | 187.09 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 238 | 0 | 0.8 | 0.07 | 0 | 305 | 1 | 0.6 |
| Hex | FF | 33 | EE | 0 | 50 | 7 | 0 | 131 | 64 | 3C |
| Octal | 377 | 63 | 356 | 0 | 120 | 7 | 0 | 461 | 144 | 74 |
| Binary | 11111111 | 110011 | 11101110 | 0 | 1010000 | 111 | 0 | 100110001 | 1100100 | 111100 |
Color Harmonies of #FF33EE
Complementary color
Monochromatic Colors of #FF33EE
Black with #FF33EE
Text Example
Text Example
White with #FF33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33EE; }
p { color: rgb(255,51,238); }
H1.HeaderClassName
{
color: #FF33EE;
}
.AnyTagClassName
{
color: #FF33EE;
}
</style>
background-color css
<style>
a { background-color: #FF33EE; }
a { background-color: rgb(255,51,238); }
div.DivClassName
{
background-color: #FF33EE;
}
.BgClassName
{
background-color: #FF33EE;
}
</style>
border-color css
<style>
span { border-color: #FF33EE; }
span { border-color: rgb(255,51,238); }
td.TdClassName
{
border-color: #FF33EE;
}
.TagClassName
{
border-color: #FF33EE;
}
</style>