Shades of Razzle Dazzle Rose #EE31EE
Tints of Razzle Dazzle Rose #EE31EE
RGB
CMYK
RGB Variations
Color information
#EE31EE (or 0xEE31EE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and EE. RGB value is (238,49,238). Sum of RGB (Red+Green+Blue) = 238+49+238=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 49 (19.53% from 255 or 9.33% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE31EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31EE is #11CE11. Grayscale: #7E7E7E. Windows color (decimal): -1166866 or 15610350. OLE color: 15610350.
HSL color Cylindrical-coordinate representation of color #EE31EE: 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 #EE31EE is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 238 | - |
| CMYK | 0 | 0.79 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.56% | - |
| HSV(B) | 300º | 0.79% | 0.93% | - |
| XYZ | 51.79 | 26.55 | 83.28 | - |
| YUV | 127.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 238 | 0 | 0.79 | 0 | 0.07 | 300 | 0.85 | 0.56 |
| Hex | EE | 31 | EE | 0 | 4F | 0 | 7 | 12C | 55 | 38 |
| Octal | 356 | 61 | 356 | 0 | 117 | 0 | 7 | 454 | 125 | 70 |
| Binary | 11101110 | 110001 | 11101110 | 0 | 1001111 | 0 | 111 | 100101100 | 1010101 | 111000 |
Color Harmonies of #EE31EE
Complementary color
Monochromatic Colors of #EE31EE
Black with #EE31EE
Text Example
Text Example
White with #EE31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31EE; }
p { color: rgb(238,49,238); }
H1.HeaderClassName
{
color: #EE31EE;
}
.AnyTagClassName
{
color: #EE31EE;
}
</style>
background-color css
<style>
a { background-color: #EE31EE; }
a { background-color: rgb(238,49,238); }
div.DivClassName
{
background-color: #EE31EE;
}
.BgClassName
{
background-color: #EE31EE;
}
</style>
border-color css
<style>
span { border-color: #EE31EE; }
span { border-color: rgb(238,49,238); }
td.TdClassName
{
border-color: #EE31EE;
}
.TagClassName
{
border-color: #EE31EE;
}
</style>