Shades of Razzle Dazzle Rose #EE30D0
Tints of Razzle Dazzle Rose #EE30D0
RGB
CMYK
RGB Variations
Color information
#EE30D0 (or 0xEE30D0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and D0. RGB value is (238,48,208). Sum of RGB (Red+Green+Blue) = 238+48+208=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30D0 is #11CF2F. Grayscale: #7A7A7A. Windows color (decimal): -1167152 or 13644014. OLE color: 13644014.
HSL color Cylindrical-coordinate representation of color #EE30D0: hue angle of 309.47º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE30D0 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 208 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.07 |
| HSL | 309.47º | 0.85% | 0.56% | - |
| HSV(B) | 309.47º | 0.8% | 0.93% | - |
| XYZ | 47.7 | 24.85 | 61.96 | - |
| YUV | 123.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 208 | 0 | 0.80 | 0.13 | 0.07 | 309.47 | 0.85 | 0.56 |
| Hex | EE | 30 | D0 | 0 | 50 | D | 7 | 135 | 55 | 38 |
| Octal | 356 | 60 | 320 | 0 | 120 | 15 | 7 | 465 | 125 | 70 |
| Binary | 11101110 | 110000 | 11010000 | 0 | 1010000 | 1101 | 111 | 100110101 | 1010101 | 111000 |
Color Harmonies of #EE30D0
Complementary color
Monochromatic Colors of #EE30D0
Black with #EE30D0
Text Example
Text Example
White with #EE30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30D0; }
p { color: rgb(238,48,208); }
H1.HeaderClassName
{
color: #EE30D0;
}
.AnyTagClassName
{
color: #EE30D0;
}
</style>
background-color css
<style>
a { background-color: #EE30D0; }
a { background-color: rgb(238,48,208); }
div.DivClassName
{
background-color: #EE30D0;
}
.BgClassName
{
background-color: #EE30D0;
}
</style>
border-color css
<style>
span { border-color: #EE30D0; }
span { border-color: rgb(238,48,208); }
td.TdClassName
{
border-color: #EE30D0;
}
.TagClassName
{
border-color: #EE30D0;
}
</style>