Shades of Razzle Dazzle Rose #E629DB
Tints of Razzle Dazzle Rose #E629DB
RGB
CMYK
RGB Variations
Color information
#E629DB (or 0xE629DB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and DB. RGB value is (230,41,219). Sum of RGB (Red+Green+Blue) = 230+41+219=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E629DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629DB is #19D624. Grayscale: #757575. Windows color (decimal): -1693221 or 14363110. OLE color: 14363110.
HSL color Cylindrical-coordinate representation of color #E629DB: hue angle of 303.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629DB is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 219 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.10 |
| HSL | 303.49º | 0.79% | 0.53% | - |
| HSV(B) | 303.49º | 0.82% | 0.9% | - |
| XYZ | 46.21 | 23.52 | 69.12 | - |
| YUV | 117.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 219 | 0 | 0.82 | 0.05 | 0.10 | 303.49 | 0.79 | 0.53 |
| Hex | E6 | 29 | DB | 0 | 52 | 5 | A | 12F | 4F | 35 |
| Octal | 346 | 51 | 333 | 0 | 122 | 5 | 12 | 457 | 117 | 65 |
| Binary | 11100110 | 101001 | 11011011 | 0 | 1010010 | 101 | 1010 | 100101111 | 1001111 | 110101 |
Color Harmonies of #E629DB
Complementary color
Monochromatic Colors of #E629DB
Black with #E629DB
Text Example
Text Example
White with #E629DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629DB; }
p { color: rgb(230,41,219); }
H1.HeaderClassName
{
color: #E629DB;
}
.AnyTagClassName
{
color: #E629DB;
}
</style>
background-color css
<style>
a { background-color: #E629DB; }
a { background-color: rgb(230,41,219); }
div.DivClassName
{
background-color: #E629DB;
}
.BgClassName
{
background-color: #E629DB;
}
</style>
border-color css
<style>
span { border-color: #E629DB; }
span { border-color: rgb(230,41,219); }
td.TdClassName
{
border-color: #E629DB;
}
.TagClassName
{
border-color: #E629DB;
}
</style>