Shades of Razzle Dazzle Rose #EE27DC
Tints of Razzle Dazzle Rose #EE27DC
RGB
CMYK
RGB Variations
Color information
#EE27DC (or 0xEE27DC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 27 and DC. RGB value is (238,39,220). Sum of RGB (Red+Green+Blue) = 238+39+220=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE27DC is #11D823. Grayscale: #767676. Windows color (decimal): -1169444 or 14428142. OLE color: 14428142.
HSL color Cylindrical-coordinate representation of color #EE27DC: hue angle of 305.43º 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 #EE27DC is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 220 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.07 |
| HSL | 305.43º | 0.85% | 0.54% | - |
| HSV(B) | 305.43º | 0.84% | 0.93% | - |
| XYZ | 48.9 | 24.8 | 69.92 | - |
| YUV | 119.14 | 184.93 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 220 | 0 | 0.84 | 0.08 | 0.07 | 305.43 | 0.85 | 0.54 |
| Hex | EE | 27 | DC | 0 | 54 | 8 | 7 | 131 | 55 | 36 |
| Octal | 356 | 47 | 334 | 0 | 124 | 10 | 7 | 461 | 125 | 66 |
| Binary | 11101110 | 100111 | 11011100 | 0 | 1010100 | 1000 | 111 | 100110001 | 1010101 | 110110 |
Color Harmonies of #EE27DC
Complementary color
Monochromatic Colors of #EE27DC
Black with #EE27DC
Text Example
Text Example
White with #EE27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27DC; }
p { color: rgb(238,39,220); }
H1.HeaderClassName
{
color: #EE27DC;
}
.AnyTagClassName
{
color: #EE27DC;
}
</style>
background-color css
<style>
a { background-color: #EE27DC; }
a { background-color: rgb(238,39,220); }
div.DivClassName
{
background-color: #EE27DC;
}
.BgClassName
{
background-color: #EE27DC;
}
</style>
border-color css
<style>
span { border-color: #EE27DC; }
span { border-color: rgb(238,39,220); }
td.TdClassName
{
border-color: #EE27DC;
}
.TagClassName
{
border-color: #EE27DC;
}
</style>