Shades of Razzle Dazzle Rose #EE31E5
Tints of Razzle Dazzle Rose #EE31E5
RGB
CMYK
RGB Variations
Color information
#EE31E5 (or 0xEE31E5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and E5. RGB value is (238,49,229). Sum of RGB (Red+Green+Blue) = 238+49+229=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE31E5 is #11CE1A. Grayscale: #7D7D7D. Windows color (decimal): -1166875 or 15020526. OLE color: 15020526.
HSL color Cylindrical-coordinate representation of color #EE31E5: hue angle of 302.86º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31E5 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 229 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.07 |
| HSL | 302.86º | 0.85% | 0.56% | - |
| HSV(B) | 302.86º | 0.79% | 0.93% | - |
| XYZ | 50.5 | 26.03 | 76.49 | - |
| YUV | 126.03 | 186.12 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 229 | 0 | 0.79 | 0.04 | 0.07 | 302.86 | 0.85 | 0.56 |
| Hex | EE | 31 | E5 | 0 | 4F | 4 | 7 | 12F | 55 | 38 |
| Octal | 356 | 61 | 345 | 0 | 117 | 4 | 7 | 457 | 125 | 70 |
| Binary | 11101110 | 110001 | 11100101 | 0 | 1001111 | 100 | 111 | 100101111 | 1010101 | 111000 |
Color Harmonies of #EE31E5
Complementary color
Monochromatic Colors of #EE31E5
Black with #EE31E5
Text Example
Text Example
White with #EE31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31E5; }
p { color: rgb(238,49,229); }
H1.HeaderClassName
{
color: #EE31E5;
}
.AnyTagClassName
{
color: #EE31E5;
}
</style>
background-color css
<style>
a { background-color: #EE31E5; }
a { background-color: rgb(238,49,229); }
div.DivClassName
{
background-color: #EE31E5;
}
.BgClassName
{
background-color: #EE31E5;
}
</style>
border-color css
<style>
span { border-color: #EE31E5; }
span { border-color: rgb(238,49,229); }
td.TdClassName
{
border-color: #EE31E5;
}
.TagClassName
{
border-color: #EE31E5;
}
</style>