Shades of Razzle Dazzle Rose #EE2EEE
Tints of Razzle Dazzle Rose #EE2EEE
RGB
CMYK
RGB Variations
Color information
#EE2EEE (or 0xEE2EEE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and EE. RGB value is (238,46,238). Sum of RGB (Red+Green+Blue) = 238+46+238=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE2EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EEE is #11D111. Grayscale: #7C7C7C. Windows color (decimal): -1167634 or 15609582. OLE color: 15609582.
HSL color Cylindrical-coordinate representation of color #EE2EEE: 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.81%. Process color model (Four color, CMYK) of #EE2EEE is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 238 | - |
| CMYK | 0 | 0.81 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.56% | - |
| HSV(B) | 300º | 0.81% | 0.93% | - |
| XYZ | 51.67 | 26.3 | 83.24 | - |
| YUV | 125.3 | 191.61 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 238 | 0 | 0.81 | 0 | 0.07 | 300 | 0.85 | 0.56 |
| Hex | EE | 2E | EE | 0 | 51 | 0 | 7 | 12C | 55 | 38 |
| Octal | 356 | 56 | 356 | 0 | 121 | 0 | 7 | 454 | 125 | 70 |
| Binary | 11101110 | 101110 | 11101110 | 0 | 1010001 | 0 | 111 | 100101100 | 1010101 | 111000 |
Color Harmonies of #EE2EEE
Complementary color
Monochromatic Colors of #EE2EEE
Black with #EE2EEE
Text Example
Text Example
White with #EE2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EEE; }
p { color: rgb(238,46,238); }
H1.HeaderClassName
{
color: #EE2EEE;
}
.AnyTagClassName
{
color: #EE2EEE;
}
</style>
background-color css
<style>
a { background-color: #EE2EEE; }
a { background-color: rgb(238,46,238); }
div.DivClassName
{
background-color: #EE2EEE;
}
.BgClassName
{
background-color: #EE2EEE;
}
</style>
border-color css
<style>
span { border-color: #EE2EEE; }
span { border-color: rgb(238,46,238); }
td.TdClassName
{
border-color: #EE2EEE;
}
.TagClassName
{
border-color: #EE2EEE;
}
</style>