Shades of Razzle Dazzle Rose #E538DB
Tints of Razzle Dazzle Rose #E538DB
RGB
CMYK
RGB Variations
Color information
#E538DB (or 0xE538DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 38 and DB. RGB value is (229,56,219). Sum of RGB (Red+Green+Blue) = 229+56+219=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E538DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538DB is #1AC724. Grayscale: #7D7D7D. Windows color (decimal): -1754917 or 14366949. OLE color: 14366949.
HSL color Cylindrical-coordinate representation of color #E538DB: hue angle of 303.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538DB is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 219 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.10 |
| HSL | 303.47º | 0.77% | 0.56% | - |
| HSV(B) | 303.47º | 0.76% | 0.9% | - |
| XYZ | 46.51 | 24.6 | 69.31 | - |
| YUV | 126.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 219 | 0 | 0.76 | 0.04 | 0.10 | 303.47 | 0.77 | 0.56 |
| Hex | E5 | 38 | DB | 0 | 4C | 4 | A | 12F | 4D | 38 |
| Octal | 345 | 70 | 333 | 0 | 114 | 4 | 12 | 457 | 115 | 70 |
| Binary | 11100101 | 111000 | 11011011 | 0 | 1001100 | 100 | 1010 | 100101111 | 1001101 | 111000 |
Color Harmonies of #E538DB
Complementary color
Monochromatic Colors of #E538DB
Black with #E538DB
Text Example
Text Example
White with #E538DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538DB; }
p { color: rgb(229,56,219); }
H1.HeaderClassName
{
color: #E538DB;
}
.AnyTagClassName
{
color: #E538DB;
}
</style>
background-color css
<style>
a { background-color: #E538DB; }
a { background-color: rgb(229,56,219); }
div.DivClassName
{
background-color: #E538DB;
}
.BgClassName
{
background-color: #E538DB;
}
</style>
border-color css
<style>
span { border-color: #E538DB; }
span { border-color: rgb(229,56,219); }
td.TdClassName
{
border-color: #E538DB;
}
.TagClassName
{
border-color: #E538DB;
}
</style>