Shades of Razzle Dazzle Rose #EE32EE
Tints of Razzle Dazzle Rose #EE32EE
RGB
CMYK
RGB Variations
Color information
#EE32EE (or 0xEE32EE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and EE. RGB value is (238,50,238). Sum of RGB (Red+Green+Blue) = 238+50+238=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 50 (19.92% from 255 or 9.51% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE32EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32EE is #11CD11. Grayscale: #7F7F7F. Windows color (decimal): -1166610 or 15610606. OLE color: 15610606.
HSL color Cylindrical-coordinate representation of color #EE32EE: hue angle of 300º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE32EE is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 238 | - |
| CMYK | 0 | 0.79 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.56% | - |
| HSV(B) | 300º | 0.79% | 0.93% | - |
| XYZ | 51.83 | 26.63 | 83.3 | - |
| YUV | 127.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 238 | 0 | 0.79 | 0 | 0.07 | 300 | 0.85 | 0.56 |
| Hex | EE | 32 | EE | 0 | 4F | 0 | 7 | 12C | 55 | 38 |
| Octal | 356 | 62 | 356 | 0 | 117 | 0 | 7 | 454 | 125 | 70 |
| Binary | 11101110 | 110010 | 11101110 | 0 | 1001111 | 0 | 111 | 100101100 | 1010101 | 111000 |
Color Harmonies of #EE32EE
Complementary color
Monochromatic Colors of #EE32EE
Black with #EE32EE
Text Example
Text Example
White with #EE32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32EE; }
p { color: rgb(238,50,238); }
H1.HeaderClassName
{
color: #EE32EE;
}
.AnyTagClassName
{
color: #EE32EE;
}
</style>
background-color css
<style>
a { background-color: #EE32EE; }
a { background-color: rgb(238,50,238); }
div.DivClassName
{
background-color: #EE32EE;
}
.BgClassName
{
background-color: #EE32EE;
}
</style>
border-color css
<style>
span { border-color: #EE32EE; }
span { border-color: rgb(238,50,238); }
td.TdClassName
{
border-color: #EE32EE;
}
.TagClassName
{
border-color: #EE32EE;
}
</style>