Shades of Razzle Dazzle Rose #EE26CE
Tints of Razzle Dazzle Rose #EE26CE
RGB
CMYK
RGB Variations
Color information
#EE26CE (or 0xEE26CE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 26 and CE. RGB value is (238,38,206). Sum of RGB (Red+Green+Blue) = 238+38+206=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE26CE is #11D931. Grayscale: #747474. Windows color (decimal): -1169714 or 13510382. OLE color: 13510382.
HSL color Cylindrical-coordinate representation of color #EE26CE: hue angle of 309.6º 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 #EE26CE is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 206 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.07 |
| HSL | 309.6º | 0.85% | 0.54% | - |
| HSV(B) | 309.6º | 0.84% | 0.93% | - |
| XYZ | 47.09 | 24.02 | 60.55 | - |
| YUV | 116.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 206 | 0 | 0.84 | 0.13 | 0.07 | 309.6 | 0.85 | 0.54 |
| Hex | EE | 26 | CE | 0 | 54 | D | 7 | 136 | 55 | 36 |
| Octal | 356 | 46 | 316 | 0 | 124 | 15 | 7 | 466 | 125 | 66 |
| Binary | 11101110 | 100110 | 11001110 | 0 | 1010100 | 1101 | 111 | 100110110 | 1010101 | 110110 |
Color Harmonies of #EE26CE
Complementary color
Monochromatic Colors of #EE26CE
Black with #EE26CE
Text Example
Text Example
White with #EE26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE26CE; }
p { color: rgb(238,38,206); }
H1.HeaderClassName
{
color: #EE26CE;
}
.AnyTagClassName
{
color: #EE26CE;
}
</style>
background-color css
<style>
a { background-color: #EE26CE; }
a { background-color: rgb(238,38,206); }
div.DivClassName
{
background-color: #EE26CE;
}
.BgClassName
{
background-color: #EE26CE;
}
</style>
border-color css
<style>
span { border-color: #EE26CE; }
span { border-color: rgb(238,38,206); }
td.TdClassName
{
border-color: #EE26CE;
}
.TagClassName
{
border-color: #EE26CE;
}
</style>