Shades of Razzle Dazzle Rose #EE39DD
Tints of Razzle Dazzle Rose #EE39DD
RGB
CMYK
RGB Variations
Color information
#EE39DD (or 0xEE39DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 39 and DD. RGB value is (238,57,221). Sum of RGB (Red+Green+Blue) = 238+57+221=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 57 (22.66% from 255 or 11.05% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE39DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE39DD is #11C622. Grayscale: #818181. Windows color (decimal): -1164835 or 14498286. OLE color: 14498286.
HSL color Cylindrical-coordinate representation of color #EE39DD: hue angle of 305.64º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE39DD is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 221 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.07 |
| HSL | 305.64º | 0.84% | 0.58% | - |
| HSV(B) | 305.64º | 0.76% | 0.93% | - |
| XYZ | 49.77 | 26.32 | 70.86 | - |
| YUV | 129.82 | 179.47 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 221 | 0 | 0.76 | 0.07 | 0.07 | 305.64 | 0.84 | 0.58 |
| Hex | EE | 39 | DD | 0 | 4C | 7 | 7 | 132 | 54 | 3A |
| Octal | 356 | 71 | 335 | 0 | 114 | 7 | 7 | 462 | 124 | 72 |
| Binary | 11101110 | 111001 | 11011101 | 0 | 1001100 | 111 | 111 | 100110010 | 1010100 | 111010 |
Color Harmonies of #EE39DD
Complementary color
Monochromatic Colors of #EE39DD
Black with #EE39DD
Text Example
Text Example
White with #EE39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE39DD; }
p { color: rgb(238,57,221); }
H1.HeaderClassName
{
color: #EE39DD;
}
.AnyTagClassName
{
color: #EE39DD;
}
</style>
background-color css
<style>
a { background-color: #EE39DD; }
a { background-color: rgb(238,57,221); }
div.DivClassName
{
background-color: #EE39DD;
}
.BgClassName
{
background-color: #EE39DD;
}
</style>
border-color css
<style>
span { border-color: #EE39DD; }
span { border-color: rgb(238,57,221); }
td.TdClassName
{
border-color: #EE39DD;
}
.TagClassName
{
border-color: #EE39DD;
}
</style>