Shades of Razzle Dazzle Rose #E33DBB
Tints of Razzle Dazzle Rose #E33DBB
RGB
CMYK
RGB Variations
Color information
#E33DBB (or 0xE33DBB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3D and BB. RGB value is (227,61,187). Sum of RGB (Red+Green+Blue) = 227+61+187=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33DBB is #1CC244. Grayscale: #7C7C7C. Windows color (decimal): -1884741 or 12271075. OLE color: 12271075.
HSL color Cylindrical-coordinate representation of color #E33DBB: hue angle of 314.46º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E33DBB is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 187 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.11 |
| HSL | 314.46º | 0.75% | 0.56% | - |
| HSV(B) | 314.46º | 0.73% | 0.89% | - |
| XYZ | 42.32 | 23.26 | 49.27 | - |
| YUV | 125 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 187 | 0 | 0.73 | 0.18 | 0.11 | 314.46 | 0.75 | 0.56 |
| Hex | E3 | 3D | BB | 0 | 49 | 12 | B | 13A | 4B | 38 |
| Octal | 343 | 75 | 273 | 0 | 111 | 22 | 13 | 472 | 113 | 70 |
| Binary | 11100011 | 111101 | 10111011 | 0 | 1001001 | 10010 | 1011 | 100111010 | 1001011 | 111000 |
Color Harmonies of #E33DBB
Complementary color
Monochromatic Colors of #E33DBB
Black with #E33DBB
Text Example
Text Example
White with #E33DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33DBB; }
p { color: rgb(227,61,187); }
H1.HeaderClassName
{
color: #E33DBB;
}
.AnyTagClassName
{
color: #E33DBB;
}
</style>
background-color css
<style>
a { background-color: #E33DBB; }
a { background-color: rgb(227,61,187); }
div.DivClassName
{
background-color: #E33DBB;
}
.BgClassName
{
background-color: #E33DBB;
}
</style>
border-color css
<style>
span { border-color: #E33DBB; }
span { border-color: rgb(227,61,187); }
td.TdClassName
{
border-color: #E33DBB;
}
.TagClassName
{
border-color: #E33DBB;
}
</style>