Shades of Razzle Dazzle Rose #EE30BB
Tints of Razzle Dazzle Rose #EE30BB
RGB
CMYK
RGB Variations
Color information
#EE30BB (or 0xEE30BB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and BB. RGB value is (238,48,187). Sum of RGB (Red+Green+Blue) = 238+48+187=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30BB is #11CF44. Grayscale: #787878. Windows color (decimal): -1167173 or 12267758. OLE color: 12267758.
HSL color Cylindrical-coordinate representation of color #EE30BB: hue angle of 316.11º 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 #EE30BB is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 187 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.07 |
| HSL | 316.11º | 0.85% | 0.56% | - |
| HSV(B) | 316.11º | 0.8% | 0.93% | - |
| XYZ | 45.29 | 23.88 | 49.24 | - |
| YUV | 120.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 187 | 0 | 0.80 | 0.21 | 0.07 | 316.11 | 0.85 | 0.56 |
| Hex | EE | 30 | BB | 0 | 50 | 15 | 7 | 13C | 55 | 38 |
| Octal | 356 | 60 | 273 | 0 | 120 | 25 | 7 | 474 | 125 | 70 |
| Binary | 11101110 | 110000 | 10111011 | 0 | 1010000 | 10101 | 111 | 100111100 | 1010101 | 111000 |
Color Harmonies of #EE30BB
Complementary color
Monochromatic Colors of #EE30BB
Black with #EE30BB
Text Example
Text Example
White with #EE30BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30BB; }
p { color: rgb(238,48,187); }
H1.HeaderClassName
{
color: #EE30BB;
}
.AnyTagClassName
{
color: #EE30BB;
}
</style>
background-color css
<style>
a { background-color: #EE30BB; }
a { background-color: rgb(238,48,187); }
div.DivClassName
{
background-color: #EE30BB;
}
.BgClassName
{
background-color: #EE30BB;
}
</style>
border-color css
<style>
span { border-color: #EE30BB; }
span { border-color: rgb(238,48,187); }
td.TdClassName
{
border-color: #EE30BB;
}
.TagClassName
{
border-color: #EE30BB;
}
</style>