Shades of Razzle Dazzle Rose #EE3BBA
Tints of Razzle Dazzle Rose #EE3BBA
RGB
CMYK
RGB Variations
Color information
#EE3BBA (or 0xEE3BBA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and BA. RGB value is (238,59,186). Sum of RGB (Red+Green+Blue) = 238+59+186=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BBA is #11C445. Grayscale: #7E7E7E. Windows color (decimal): -1164358 or 12205038. OLE color: 12205038.
HSL color Cylindrical-coordinate representation of color #EE3BBA: hue angle of 317.43º 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 #EE3BBA is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 186 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.07 |
| HSL | 317.43º | 0.84% | 0.58% | - |
| HSV(B) | 317.43º | 0.75% | 0.93% | - |
| XYZ | 45.69 | 24.85 | 48.84 | - |
| YUV | 127 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 186 | 0 | 0.75 | 0.22 | 0.07 | 317.43 | 0.84 | 0.58 |
| Hex | EE | 3B | BA | 0 | 4B | 16 | 7 | 13D | 54 | 3A |
| Octal | 356 | 73 | 272 | 0 | 113 | 26 | 7 | 475 | 124 | 72 |
| Binary | 11101110 | 111011 | 10111010 | 0 | 1001011 | 10110 | 111 | 100111101 | 1010100 | 111010 |
Color Harmonies of #EE3BBA
Complementary color
Monochromatic Colors of #EE3BBA
Black with #EE3BBA
Text Example
Text Example
White with #EE3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BBA; }
p { color: rgb(238,59,186); }
H1.HeaderClassName
{
color: #EE3BBA;
}
.AnyTagClassName
{
color: #EE3BBA;
}
</style>
background-color css
<style>
a { background-color: #EE3BBA; }
a { background-color: rgb(238,59,186); }
div.DivClassName
{
background-color: #EE3BBA;
}
.BgClassName
{
background-color: #EE3BBA;
}
</style>
border-color css
<style>
span { border-color: #EE3BBA; }
span { border-color: rgb(238,59,186); }
td.TdClassName
{
border-color: #EE3BBA;
}
.TagClassName
{
border-color: #EE3BBA;
}
</style>