Shades of Razzle Dazzle Rose #EE31F0
Tints of Razzle Dazzle Rose #EE31F0
RGB
CMYK
RGB Variations
Color information
#EE31F0 (or 0xEE31F0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and F0. RGB value is (238,49,240). Sum of RGB (Red+Green+Blue) = 238+49+240=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE31F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31F0 is #11CE0F. Grayscale: #7E7E7E. Windows color (decimal): -1166864 or 15741422. OLE color: 15741422.
HSL color Cylindrical-coordinate representation of color #EE31F0: hue angle of 299.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE31F0 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 49 | 240 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.06 |
| HSL | 299.37º | 0.86% | 0.57% | - |
| HSV(B) | 299.37º | 0.8% | 0.94% | - |
| XYZ | 52.09 | 26.67 | 84.84 | - |
| YUV | 127.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 240 | 0.01 | 0.80 | 0 | 0.06 | 299.37 | 0.86 | 0.57 |
| Hex | EE | 31 | F0 | 1 | 50 | 0 | 6 | 12B | 56 | 39 |
| Octal | 356 | 61 | 360 | 1 | 120 | 0 | 6 | 453 | 126 | 71 |
| Binary | 11101110 | 110001 | 11110000 | 1 | 1010000 | 0 | 110 | 100101011 | 1010110 | 111001 |
Color Harmonies of #EE31F0
Complementary color
Monochromatic Colors of #EE31F0
Black with #EE31F0
Text Example
Text Example
White with #EE31F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31F0; }
p { color: rgb(238,49,240); }
H1.HeaderClassName
{
color: #EE31F0;
}
.AnyTagClassName
{
color: #EE31F0;
}
</style>
background-color css
<style>
a { background-color: #EE31F0; }
a { background-color: rgb(238,49,240); }
div.DivClassName
{
background-color: #EE31F0;
}
.BgClassName
{
background-color: #EE31F0;
}
</style>
border-color css
<style>
span { border-color: #EE31F0; }
span { border-color: rgb(238,49,240); }
td.TdClassName
{
border-color: #EE31F0;
}
.TagClassName
{
border-color: #EE31F0;
}
</style>