Shades of Razzle Dazzle Rose #EE3BBB
Tints of Razzle Dazzle Rose #EE3BBB
RGB
CMYK
RGB Variations
Color information
#EE3BBB (or 0xEE3BBB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and BB. RGB value is (238,59,187). Sum of RGB (Red+Green+Blue) = 238+59+187=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BBB is #11C444. Grayscale: #7E7E7E. Windows color (decimal): -1164357 or 12270574. OLE color: 12270574.
HSL color Cylindrical-coordinate representation of color #EE3BBB: hue angle of 317.09º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3BBB is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 187 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.07 |
| HSL | 317.1º | 0.84% | 0.58% | - |
| HSV(B) | 317.1º | 0.75% | 0.93% | - |
| XYZ | 45.79 | 24.89 | 49.4 | - |
| YUV | 127.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 187 | 0 | 0.75 | 0.21 | 0.07 | 317.1 | 0.84 | 0.58 |
| Hex | EE | 3B | BB | 0 | 4B | 15 | 7 | 13D | 54 | 3A |
| Octal | 356 | 73 | 273 | 0 | 113 | 25 | 7 | 475 | 124 | 72 |
| Binary | 11101110 | 111011 | 10111011 | 0 | 1001011 | 10101 | 111 | 100111101 | 1010100 | 111010 |
Color Harmonies of #EE3BBB
Complementary color
Monochromatic Colors of #EE3BBB
Black with #EE3BBB
Text Example
Text Example
White with #EE3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BBB; }
p { color: rgb(238,59,187); }
H1.HeaderClassName
{
color: #EE3BBB;
}
.AnyTagClassName
{
color: #EE3BBB;
}
</style>
background-color css
<style>
a { background-color: #EE3BBB; }
a { background-color: rgb(238,59,187); }
div.DivClassName
{
background-color: #EE3BBB;
}
.BgClassName
{
background-color: #EE3BBB;
}
</style>
border-color css
<style>
span { border-color: #EE3BBB; }
span { border-color: rgb(238,59,187); }
td.TdClassName
{
border-color: #EE3BBB;
}
.TagClassName
{
border-color: #EE3BBB;
}
</style>