Shades of Razzle Dazzle Rose #EE33EE
Tints of Razzle Dazzle Rose #EE33EE
RGB
CMYK
RGB Variations
Color information
#EE33EE (or 0xEE33EE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and EE. RGB value is (238,51,238). Sum of RGB (Red+Green+Blue) = 238+51+238=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE33EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33EE is #11CC11. Grayscale: #7F7F7F. Windows color (decimal): -1166354 or 15610862. OLE color: 15610862.
HSL color Cylindrical-coordinate representation of color #EE33EE: hue angle of 300º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33EE is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 238 | - |
| CMYK | 0 | 0.79 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.57% | - |
| HSV(B) | 300º | 0.79% | 0.93% | - |
| XYZ | 51.88 | 26.72 | 83.31 | - |
| YUV | 128.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 238 | 0 | 0.79 | 0 | 0.07 | 300 | 0.85 | 0.57 |
| Hex | EE | 33 | EE | 0 | 4F | 0 | 7 | 12C | 55 | 39 |
| Octal | 356 | 63 | 356 | 0 | 117 | 0 | 7 | 454 | 125 | 71 |
| Binary | 11101110 | 110011 | 11101110 | 0 | 1001111 | 0 | 111 | 100101100 | 1010101 | 111001 |
Color Harmonies of #EE33EE
Complementary color
Monochromatic Colors of #EE33EE
Black with #EE33EE
Text Example
Text Example
White with #EE33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE33EE; }
p { color: rgb(238,51,238); }
H1.HeaderClassName
{
color: #EE33EE;
}
.AnyTagClassName
{
color: #EE33EE;
}
</style>
background-color css
<style>
a { background-color: #EE33EE; }
a { background-color: rgb(238,51,238); }
div.DivClassName
{
background-color: #EE33EE;
}
.BgClassName
{
background-color: #EE33EE;
}
</style>
border-color css
<style>
span { border-color: #EE33EE; }
span { border-color: rgb(238,51,238); }
td.TdClassName
{
border-color: #EE33EE;
}
.TagClassName
{
border-color: #EE33EE;
}
</style>