Shades of Razzle Dazzle Rose #EE36EE
Tints of Razzle Dazzle Rose #EE36EE
RGB
CMYK
RGB Variations
Color information
#EE36EE (or 0xEE36EE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 36 and EE. RGB value is (238,54,238). Sum of RGB (Red+Green+Blue) = 238+54+238=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 54 (21.48% from 255 or 10.19% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE36EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE36EE is #11C911. Grayscale: #818181. Windows color (decimal): -1165586 or 15611630. OLE color: 15611630.
HSL color Cylindrical-coordinate representation of color #EE36EE: hue angle of 300º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE36EE is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 238 | - |
| CMYK | 0 | 0.77 | 0 | 0.07 |
| HSL | 300º | 0.84% | 0.57% | - |
| HSV(B) | 300º | 0.77% | 0.93% | - |
| XYZ | 52.01 | 26.99 | 83.36 | - |
| YUV | 129.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 238 | 0 | 0.77 | 0 | 0.07 | 300 | 0.84 | 0.57 |
| Hex | EE | 36 | EE | 0 | 4D | 0 | 7 | 12C | 54 | 39 |
| Octal | 356 | 66 | 356 | 0 | 115 | 0 | 7 | 454 | 124 | 71 |
| Binary | 11101110 | 110110 | 11101110 | 0 | 1001101 | 0 | 111 | 100101100 | 1010100 | 111001 |
Color Harmonies of #EE36EE
Complementary color
Monochromatic Colors of #EE36EE
Black with #EE36EE
Text Example
Text Example
White with #EE36EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE36EE; }
p { color: rgb(238,54,238); }
H1.HeaderClassName
{
color: #EE36EE;
}
.AnyTagClassName
{
color: #EE36EE;
}
</style>
background-color css
<style>
a { background-color: #EE36EE; }
a { background-color: rgb(238,54,238); }
div.DivClassName
{
background-color: #EE36EE;
}
.BgClassName
{
background-color: #EE36EE;
}
</style>
border-color css
<style>
span { border-color: #EE36EE; }
span { border-color: rgb(238,54,238); }
td.TdClassName
{
border-color: #EE36EE;
}
.TagClassName
{
border-color: #EE36EE;
}
</style>