Shades of Razzle Dazzle Rose #EE2EED
Tints of Razzle Dazzle Rose #EE2EED
RGB
CMYK
RGB Variations
Color information
#EE2EED (or 0xEE2EED) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and ED. RGB value is (238,46,237). Sum of RGB (Red+Green+Blue) = 238+46+237=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 46 (18.36% from 255 or 8.83% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EED is #11D112. Grayscale: #7C7C7C. Windows color (decimal): -1167635 or 15544046. OLE color: 15544046.
HSL color Cylindrical-coordinate representation of color #EE2EED: hue angle of 300.31º 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 #EE2EED is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 237 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.07 |
| HSL | 300.31º | 0.85% | 0.56% | - |
| HSV(B) | 300.31º | 0.81% | 0.93% | - |
| XYZ | 51.52 | 26.25 | 82.47 | - |
| YUV | 125.18 | 191.11 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 237 | 0 | 0.81 | 0.00 | 0.07 | 300.31 | 0.85 | 0.56 |
| Hex | EE | 2E | ED | 0 | 51 | 0 | 7 | 12C | 55 | 38 |
| Octal | 356 | 56 | 355 | 0 | 121 | 0 | 7 | 454 | 125 | 70 |
| Binary | 11101110 | 101110 | 11101101 | 0 | 1010001 | 0 | 111 | 100101100 | 1010101 | 111000 |
Color Harmonies of #EE2EED
Complementary color
Monochromatic Colors of #EE2EED
Black with #EE2EED
Text Example
Text Example
White with #EE2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EED; }
p { color: rgb(238,46,237); }
H1.HeaderClassName
{
color: #EE2EED;
}
.AnyTagClassName
{
color: #EE2EED;
}
</style>
background-color css
<style>
a { background-color: #EE2EED; }
a { background-color: rgb(238,46,237); }
div.DivClassName
{
background-color: #EE2EED;
}
.BgClassName
{
background-color: #EE2EED;
}
</style>
border-color css
<style>
span { border-color: #EE2EED; }
span { border-color: rgb(238,46,237); }
td.TdClassName
{
border-color: #EE2EED;
}
.TagClassName
{
border-color: #EE2EED;
}
</style>