Shades of Razzle Dazzle Rose #E33BBA
Tints of Razzle Dazzle Rose #E33BBA
RGB
CMYK
RGB Variations
Color information
#E33BBA (or 0xE33BBA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3B and BA. RGB value is (227,59,186). Sum of RGB (Red+Green+Blue) = 227+59+186=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33BBA is #1CC445. Grayscale: #7B7B7B. Windows color (decimal): -1885254 or 12205027. OLE color: 12205027.
HSL color Cylindrical-coordinate representation of color #E33BBA: hue angle of 314.64º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33BBA is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 59 | 186 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.11 |
| HSL | 314.64º | 0.75% | 0.56% | - |
| HSV(B) | 314.64º | 0.74% | 0.89% | - |
| XYZ | 42.11 | 23 | 48.68 | - |
| YUV | 123.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 59 | 186 | 0 | 0.74 | 0.18 | 0.11 | 314.64 | 0.75 | 0.56 |
| Hex | E3 | 3B | BA | 0 | 4A | 12 | B | 13B | 4B | 38 |
| Octal | 343 | 73 | 272 | 0 | 112 | 22 | 13 | 473 | 113 | 70 |
| Binary | 11100011 | 111011 | 10111010 | 0 | 1001010 | 10010 | 1011 | 100111011 | 1001011 | 111000 |
Color Harmonies of #E33BBA
Complementary color
Monochromatic Colors of #E33BBA
Black with #E33BBA
Text Example
Text Example
White with #E33BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33BBA; }
p { color: rgb(227,59,186); }
H1.HeaderClassName
{
color: #E33BBA;
}
.AnyTagClassName
{
color: #E33BBA;
}
</style>
background-color css
<style>
a { background-color: #E33BBA; }
a { background-color: rgb(227,59,186); }
div.DivClassName
{
background-color: #E33BBA;
}
.BgClassName
{
background-color: #E33BBA;
}
</style>
border-color css
<style>
span { border-color: #E33BBA; }
span { border-color: rgb(227,59,186); }
td.TdClassName
{
border-color: #E33BBA;
}
.TagClassName
{
border-color: #E33BBA;
}
</style>