Shades of Razzle Dazzle Rose #E733DB
Tints of Razzle Dazzle Rose #E733DB
RGB
CMYK
RGB Variations
Color information
#E733DB (or 0xE733DB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 33 and DB. RGB value is (231,51,219). Sum of RGB (Red+Green+Blue) = 231+51+219=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E733DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E733DB is #18CC24. Grayscale: #7B7B7B. Windows color (decimal): -1625125 or 14365671. OLE color: 14365671.
HSL color Cylindrical-coordinate representation of color #E733DB: hue angle of 304º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E733DB is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 51 | 219 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.09 |
| HSL | 304º | 0.79% | 0.55% | - |
| HSV(B) | 304º | 0.78% | 0.91% | - |
| XYZ | 46.93 | 24.47 | 69.27 | - |
| YUV | 123.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 51 | 219 | 0 | 0.78 | 0.05 | 0.09 | 304 | 0.79 | 0.55 |
| Hex | E7 | 33 | DB | 0 | 4E | 5 | 9 | 130 | 4F | 37 |
| Octal | 347 | 63 | 333 | 0 | 116 | 5 | 11 | 460 | 117 | 67 |
| Binary | 11100111 | 110011 | 11011011 | 0 | 1001110 | 101 | 1001 | 100110000 | 1001111 | 110111 |
Color Harmonies of #E733DB
Complementary color
Monochromatic Colors of #E733DB
Black with #E733DB
Text Example
Text Example
White with #E733DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E733DB; }
p { color: rgb(231,51,219); }
H1.HeaderClassName
{
color: #E733DB;
}
.AnyTagClassName
{
color: #E733DB;
}
</style>
background-color css
<style>
a { background-color: #E733DB; }
a { background-color: rgb(231,51,219); }
div.DivClassName
{
background-color: #E733DB;
}
.BgClassName
{
background-color: #E733DB;
}
</style>
border-color css
<style>
span { border-color: #E733DB; }
span { border-color: rgb(231,51,219); }
td.TdClassName
{
border-color: #E733DB;
}
.TagClassName
{
border-color: #E733DB;
}
</style>