Shades of Razzle Dazzle Rose #FF33E6
Tints of Razzle Dazzle Rose #FF33E6
RGB
CMYK
RGB Variations
Color information
#FF33E6 (or 0xFF33E6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and E6. RGB value is (255,51,230). Sum of RGB (Red+Green+Blue) = 255+51+230=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 51 (20.31% from 255 or 9.51% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF33E6 is #00CC19. Grayscale: #838383. Windows color (decimal): -52250 or 15086591. OLE color: 15086591.
HSL color Cylindrical-coordinate representation of color #FF33E6: hue angle of 307.35º 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 #FF33E6 is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 230 | - |
| CMYK | 0 | 0.8 | 0.10 | 0 |
| HSL | 307.35º | 1% | 0.6% | - |
| HSV(B) | 307.35º | 0.8% | 1% | - |
| XYZ | 56.71 | 29.34 | 77.54 | - |
| YUV | 132.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 230 | 0 | 0.8 | 0.10 | 0 | 307.35 | 1 | 0.6 |
| Hex | FF | 33 | E6 | 0 | 50 | A | 0 | 133 | 64 | 3C |
| Octal | 377 | 63 | 346 | 0 | 120 | 12 | 0 | 463 | 144 | 74 |
| Binary | 11111111 | 110011 | 11100110 | 0 | 1010000 | 1010 | 0 | 100110011 | 1100100 | 111100 |
Color Harmonies of #FF33E6
Complementary color
Monochromatic Colors of #FF33E6
Black with #FF33E6
Text Example
Text Example
White with #FF33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33E6; }
p { color: rgb(255,51,230); }
H1.HeaderClassName
{
color: #FF33E6;
}
.AnyTagClassName
{
color: #FF33E6;
}
</style>
background-color css
<style>
a { background-color: #FF33E6; }
a { background-color: rgb(255,51,230); }
div.DivClassName
{
background-color: #FF33E6;
}
.BgClassName
{
background-color: #FF33E6;
}
</style>
border-color css
<style>
span { border-color: #FF33E6; }
span { border-color: rgb(255,51,230); }
td.TdClassName
{
border-color: #FF33E6;
}
.TagClassName
{
border-color: #FF33E6;
}
</style>