Shades of Razzle Dazzle Rose #EE30BD
Tints of Razzle Dazzle Rose #EE30BD
RGB
CMYK
RGB Variations
Color information
#EE30BD (or 0xEE30BD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and BD. RGB value is (238,48,189). Sum of RGB (Red+Green+Blue) = 238+48+189=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30BD is #11CF42. Grayscale: #787878. Windows color (decimal): -1167171 or 12398830. OLE color: 12398830.
HSL color Cylindrical-coordinate representation of color #EE30BD: hue angle of 315.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 #EE30BD is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 189 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.07 |
| HSL | 315.47º | 0.85% | 0.56% | - |
| HSV(B) | 315.47º | 0.8% | 0.93% | - |
| XYZ | 45.5 | 23.97 | 50.37 | - |
| YUV | 120.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 189 | 0 | 0.80 | 0.21 | 0.07 | 315.47 | 0.85 | 0.56 |
| Hex | EE | 30 | BD | 0 | 50 | 15 | 7 | 13B | 55 | 38 |
| Octal | 356 | 60 | 275 | 0 | 120 | 25 | 7 | 473 | 125 | 70 |
| Binary | 11101110 | 110000 | 10111101 | 0 | 1010000 | 10101 | 111 | 100111011 | 1010101 | 111000 |
Color Harmonies of #EE30BD
Complementary color
Monochromatic Colors of #EE30BD
Black with #EE30BD
Text Example
Text Example
White with #EE30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30BD; }
p { color: rgb(238,48,189); }
H1.HeaderClassName
{
color: #EE30BD;
}
.AnyTagClassName
{
color: #EE30BD;
}
</style>
background-color css
<style>
a { background-color: #EE30BD; }
a { background-color: rgb(238,48,189); }
div.DivClassName
{
background-color: #EE30BD;
}
.BgClassName
{
background-color: #EE30BD;
}
</style>
border-color css
<style>
span { border-color: #EE30BD; }
span { border-color: rgb(238,48,189); }
td.TdClassName
{
border-color: #EE30BD;
}
.TagClassName
{
border-color: #EE30BD;
}
</style>