Shades of Razzle Dazzle Rose #EE36EF
Tints of Razzle Dazzle Rose #EE36EF
RGB
CMYK
RGB Variations
Color information
#EE36EF (or 0xEE36EF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 36 and EF. RGB value is (238,54,239). Sum of RGB (Red+Green+Blue) = 238+54+239=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 54 (21.48% from 255 or 10.17% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE36EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE36EF is #11C910. Grayscale: #818181. Windows color (decimal): -1165585 or 15677166. OLE color: 15677166.
HSL color Cylindrical-coordinate representation of color #EE36EF: hue angle of 299.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE36EF is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 54 | 239 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.06 |
| HSL | 299.68º | 0.85% | 0.57% | - |
| HSV(B) | 299.68º | 0.77% | 0.94% | - |
| XYZ | 52.16 | 27.05 | 84.13 | - |
| YUV | 130.11 | 189.46 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 239 | 0.00 | 0.77 | 0 | 0.06 | 299.68 | 0.85 | 0.57 |
| Hex | EE | 36 | EF | 0 | 4D | 0 | 6 | 12C | 55 | 39 |
| Octal | 356 | 66 | 357 | 0 | 115 | 0 | 6 | 454 | 125 | 71 |
| Binary | 11101110 | 110110 | 11101111 | 0 | 1001101 | 0 | 110 | 100101100 | 1010101 | 111001 |
Color Harmonies of #EE36EF
Complementary color
Monochromatic Colors of #EE36EF
Black with #EE36EF
Text Example
Text Example
White with #EE36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE36EF; }
p { color: rgb(238,54,239); }
H1.HeaderClassName
{
color: #EE36EF;
}
.AnyTagClassName
{
color: #EE36EF;
}
</style>
background-color css
<style>
a { background-color: #EE36EF; }
a { background-color: rgb(238,54,239); }
div.DivClassName
{
background-color: #EE36EF;
}
.BgClassName
{
background-color: #EE36EF;
}
</style>
border-color css
<style>
span { border-color: #EE36EF; }
span { border-color: rgb(238,54,239); }
td.TdClassName
{
border-color: #EE36EF;
}
.TagClassName
{
border-color: #EE36EF;
}
</style>