Shades of Razzle Dazzle Rose #E838DB
Tints of Razzle Dazzle Rose #E838DB
RGB
CMYK
RGB Variations
Color information
#E838DB (or 0xE838DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 38 and DB. RGB value is (232,56,219). Sum of RGB (Red+Green+Blue) = 232+56+219=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E838DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E838DB is #17C724. Grayscale: #7E7E7E. Windows color (decimal): -1558309 or 14366952. OLE color: 14366952.
HSL color Cylindrical-coordinate representation of color #E838DB: hue angle of 304.43º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E838DB is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 56 | 219 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.09 |
| HSL | 304.43º | 0.79% | 0.56% | - |
| HSV(B) | 304.43º | 0.76% | 0.91% | - |
| XYZ | 47.48 | 25.1 | 69.36 | - |
| YUV | 127.21 | 179.81 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 56 | 219 | 0 | 0.76 | 0.06 | 0.09 | 304.43 | 0.79 | 0.56 |
| Hex | E8 | 38 | DB | 0 | 4C | 6 | 9 | 130 | 4F | 38 |
| Octal | 350 | 70 | 333 | 0 | 114 | 6 | 11 | 460 | 117 | 70 |
| Binary | 11101000 | 111000 | 11011011 | 0 | 1001100 | 110 | 1001 | 100110000 | 1001111 | 111000 |
Color Harmonies of #E838DB
Complementary color
Monochromatic Colors of #E838DB
Black with #E838DB
Text Example
Text Example
White with #E838DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E838DB; }
p { color: rgb(232,56,219); }
H1.HeaderClassName
{
color: #E838DB;
}
.AnyTagClassName
{
color: #E838DB;
}
</style>
background-color css
<style>
a { background-color: #E838DB; }
a { background-color: rgb(232,56,219); }
div.DivClassName
{
background-color: #E838DB;
}
.BgClassName
{
background-color: #E838DB;
}
</style>
border-color css
<style>
span { border-color: #E838DB; }
span { border-color: rgb(232,56,219); }
td.TdClassName
{
border-color: #E838DB;
}
.TagClassName
{
border-color: #E838DB;
}
</style>