Shades of Razzle Dazzle Rose #EE27EE
Tints of Razzle Dazzle Rose #EE27EE
RGB
CMYK
RGB Variations
Color information
#EE27EE (or 0xEE27EE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 27 and EE. RGB value is (238,39,238). Sum of RGB (Red+Green+Blue) = 238+39+238=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 39 (15.62% from 255 or 7.57% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE27EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27EE is #11D811. Grayscale: #787878. Windows color (decimal): -1169426 or 15607790. OLE color: 15607790.
HSL color Cylindrical-coordinate representation of color #EE27EE: hue angle of 300º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE27EE is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 238 | - |
| CMYK | 0 | 0.84 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.54% | - |
| HSV(B) | 300º | 0.84% | 0.93% | - |
| XYZ | 51.42 | 25.8 | 83.16 | - |
| YUV | 121.19 | 193.93 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 238 | 0 | 0.84 | 0 | 0.07 | 300 | 0.85 | 0.54 |
| Hex | EE | 27 | EE | 0 | 54 | 0 | 7 | 12C | 55 | 36 |
| Octal | 356 | 47 | 356 | 0 | 124 | 0 | 7 | 454 | 125 | 66 |
| Binary | 11101110 | 100111 | 11101110 | 0 | 1010100 | 0 | 111 | 100101100 | 1010101 | 110110 |
Color Harmonies of #EE27EE
Complementary color
Monochromatic Colors of #EE27EE
Black with #EE27EE
Text Example
Text Example
White with #EE27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27EE; }
p { color: rgb(238,39,238); }
H1.HeaderClassName
{
color: #EE27EE;
}
.AnyTagClassName
{
color: #EE27EE;
}
</style>
background-color css
<style>
a { background-color: #EE27EE; }
a { background-color: rgb(238,39,238); }
div.DivClassName
{
background-color: #EE27EE;
}
.BgClassName
{
background-color: #EE27EE;
}
</style>
border-color css
<style>
span { border-color: #EE27EE; }
span { border-color: rgb(238,39,238); }
td.TdClassName
{
border-color: #EE27EE;
}
.TagClassName
{
border-color: #EE27EE;
}
</style>