Shades of Razzle Dazzle Rose #EE1BDC
Tints of Razzle Dazzle Rose #EE1BDC
RGB
CMYK
RGB Variations
Color information
#EE1BDC (or 0xEE1BDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1B and DC. RGB value is (238,27,220). Sum of RGB (Red+Green+Blue) = 238+27+220=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BDC is #11E423. Grayscale: #6F6F6F. Windows color (decimal): -1172516 or 14425070. OLE color: 14425070.
HSL color Cylindrical-coordinate representation of color #EE1BDC: hue angle of 305.12º 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 #EE1BDC is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 220 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.07 |
| HSL | 305.12º | 0.86% | 0.52% | - |
| HSV(B) | 305.12º | 0.89% | 0.93% | - |
| XYZ | 48.57 | 24.13 | 69.81 | - |
| YUV | 112.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 220 | 0 | 0.89 | 0.08 | 0.07 | 305.12 | 0.86 | 0.52 |
| Hex | EE | 1B | DC | 0 | 59 | 8 | 7 | 131 | 56 | 34 |
| Octal | 356 | 33 | 334 | 0 | 131 | 10 | 7 | 461 | 126 | 64 |
| Binary | 11101110 | 11011 | 11011100 | 0 | 1011001 | 1000 | 111 | 100110001 | 1010110 | 110100 |
Color Harmonies of #EE1BDC
Complementary color
Monochromatic Colors of #EE1BDC
Black with #EE1BDC
Text Example
Text Example
White with #EE1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BDC; }
p { color: rgb(238,27,220); }
H1.HeaderClassName
{
color: #EE1BDC;
}
.AnyTagClassName
{
color: #EE1BDC;
}
</style>
background-color css
<style>
a { background-color: #EE1BDC; }
a { background-color: rgb(238,27,220); }
div.DivClassName
{
background-color: #EE1BDC;
}
.BgClassName
{
background-color: #EE1BDC;
}
</style>
border-color css
<style>
span { border-color: #EE1BDC; }
span { border-color: rgb(238,27,220); }
td.TdClassName
{
border-color: #EE1BDC;
}
.TagClassName
{
border-color: #EE1BDC;
}
</style>