Shades of Razzle Dazzle Rose #EE1BDD
Tints of Razzle Dazzle Rose #EE1BDD
RGB
CMYK
RGB Variations
Color information
#EE1BDD (or 0xEE1BDD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1B and DD. RGB value is (238,27,221). Sum of RGB (Red+Green+Blue) = 238+27+221=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BDD is #11E422. Grayscale: #6F6F6F. Windows color (decimal): -1172515 or 14490606. OLE color: 14490606.
HSL color Cylindrical-coordinate representation of color #EE1BDD: hue angle of 304.83º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BDD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.07 |
| HSL | 304.83º | 0.86% | 0.52% | - |
| HSV(B) | 304.83º | 0.89% | 0.93% | - |
| XYZ | 48.7 | 24.18 | 70.51 | - |
| YUV | 112.21 | 189.4 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 221 | 0 | 0.89 | 0.07 | 0.07 | 304.83 | 0.86 | 0.52 |
| Hex | EE | 1B | DD | 0 | 59 | 7 | 7 | 131 | 56 | 34 |
| Octal | 356 | 33 | 335 | 0 | 131 | 7 | 7 | 461 | 126 | 64 |
| Binary | 11101110 | 11011 | 11011101 | 0 | 1011001 | 111 | 111 | 100110001 | 1010110 | 110100 |
Color Harmonies of #EE1BDD
Complementary color
Monochromatic Colors of #EE1BDD
Black with #EE1BDD
Text Example
Text Example
White with #EE1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BDD; }
p { color: rgb(238,27,221); }
H1.HeaderClassName
{
color: #EE1BDD;
}
.AnyTagClassName
{
color: #EE1BDD;
}
</style>
background-color css
<style>
a { background-color: #EE1BDD; }
a { background-color: rgb(238,27,221); }
div.DivClassName
{
background-color: #EE1BDD;
}
.BgClassName
{
background-color: #EE1BDD;
}
</style>
border-color css
<style>
span { border-color: #EE1BDD; }
span { border-color: rgb(238,27,221); }
td.TdClassName
{
border-color: #EE1BDD;
}
.TagClassName
{
border-color: #EE1BDD;
}
</style>