Shades of Razzle Dazzle Rose #EE26DD
Tints of Razzle Dazzle Rose #EE26DD
RGB
CMYK
RGB Variations
Color information
#EE26DD (or 0xEE26DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 26 and DD. RGB value is (238,38,221). Sum of RGB (Red+Green+Blue) = 238+38+221=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 38 (15.23% from 255 or 7.65% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE26DD is #11D922. Grayscale: #767676. Windows color (decimal): -1169699 or 14493422. OLE color: 14493422.
HSL color Cylindrical-coordinate representation of color #EE26DD: hue angle of 305.1º 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 #EE26DD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 221 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.07 |
| HSL | 305.1º | 0.85% | 0.54% | - |
| HSV(B) | 305.1º | 0.84% | 0.93% | - |
| XYZ | 49 | 24.78 | 70.61 | - |
| YUV | 118.66 | 185.76 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 221 | 0 | 0.84 | 0.07 | 0.07 | 305.1 | 0.85 | 0.54 |
| Hex | EE | 26 | DD | 0 | 54 | 7 | 7 | 131 | 55 | 36 |
| Octal | 356 | 46 | 335 | 0 | 124 | 7 | 7 | 461 | 125 | 66 |
| Binary | 11101110 | 100110 | 11011101 | 0 | 1010100 | 111 | 111 | 100110001 | 1010101 | 110110 |
Color Harmonies of #EE26DD
Complementary color
Monochromatic Colors of #EE26DD
Black with #EE26DD
Text Example
Text Example
White with #EE26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE26DD; }
p { color: rgb(238,38,221); }
H1.HeaderClassName
{
color: #EE26DD;
}
.AnyTagClassName
{
color: #EE26DD;
}
</style>
background-color css
<style>
a { background-color: #EE26DD; }
a { background-color: rgb(238,38,221); }
div.DivClassName
{
background-color: #EE26DD;
}
.BgClassName
{
background-color: #EE26DD;
}
</style>
border-color css
<style>
span { border-color: #EE26DD; }
span { border-color: rgb(238,38,221); }
td.TdClassName
{
border-color: #EE26DD;
}
.TagClassName
{
border-color: #EE26DD;
}
</style>