Shades of Razzle Dazzle Rose #EE26C9
Tints of Razzle Dazzle Rose #EE26C9
RGB
CMYK
RGB Variations
Color information
#EE26C9 (or 0xEE26C9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 26 and C9. RGB value is (238,38,201). Sum of RGB (Red+Green+Blue) = 238+38+201=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE26C9 is #11D936. Grayscale: #737373. Windows color (decimal): -1169719 or 13182702. OLE color: 13182702.
HSL color Cylindrical-coordinate representation of color #EE26C9: hue angle of 311.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 #EE26C9 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 201 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.07 |
| HSL | 311.1º | 0.85% | 0.54% | - |
| HSV(B) | 311.1º | 0.84% | 0.93% | - |
| XYZ | 46.5 | 23.78 | 57.4 | - |
| YUV | 116.38 | 175.76 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 201 | 0 | 0.84 | 0.16 | 0.07 | 311.1 | 0.85 | 0.54 |
| Hex | EE | 26 | C9 | 0 | 54 | 10 | 7 | 137 | 55 | 36 |
| Octal | 356 | 46 | 311 | 0 | 124 | 20 | 7 | 467 | 125 | 66 |
| Binary | 11101110 | 100110 | 11001001 | 0 | 1010100 | 10000 | 111 | 100110111 | 1010101 | 110110 |
Color Harmonies of #EE26C9
Complementary color
Monochromatic Colors of #EE26C9
Black with #EE26C9
Text Example
Text Example
White with #EE26C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE26C9; }
p { color: rgb(238,38,201); }
H1.HeaderClassName
{
color: #EE26C9;
}
.AnyTagClassName
{
color: #EE26C9;
}
</style>
background-color css
<style>
a { background-color: #EE26C9; }
a { background-color: rgb(238,38,201); }
div.DivClassName
{
background-color: #EE26C9;
}
.BgClassName
{
background-color: #EE26C9;
}
</style>
border-color css
<style>
span { border-color: #EE26C9; }
span { border-color: rgb(238,38,201); }
td.TdClassName
{
border-color: #EE26C9;
}
.TagClassName
{
border-color: #EE26C9;
}
</style>