Shades of Razzle Dazzle Rose #E53BB3
Tints of Razzle Dazzle Rose #E53BB3
RGB
CMYK
RGB Variations
Color information
#E53BB3 (or 0xE53BB3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and B3. RGB value is (229,59,179). Sum of RGB (Red+Green+Blue) = 229+59+179=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BB3 is #1AC44C. Grayscale: #7B7B7B. Windows color (decimal): -1754189 or 11746277. OLE color: 11746277.
HSL color Cylindrical-coordinate representation of color #E53BB3: hue angle of 317.65º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BB3 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 179 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.10 |
| HSL | 317.65º | 0.77% | 0.56% | - |
| HSV(B) | 317.65º | 0.74% | 0.9% | - |
| XYZ | 42.01 | 23.04 | 44.88 | - |
| YUV | 123.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 179 | 0 | 0.74 | 0.22 | 0.10 | 317.65 | 0.77 | 0.56 |
| Hex | E5 | 3B | B3 | 0 | 4A | 16 | A | 13E | 4D | 38 |
| Octal | 345 | 73 | 263 | 0 | 112 | 26 | 12 | 476 | 115 | 70 |
| Binary | 11100101 | 111011 | 10110011 | 0 | 1001010 | 10110 | 1010 | 100111110 | 1001101 | 111000 |
Color Harmonies of #E53BB3
Complementary color
Monochromatic Colors of #E53BB3
Black with #E53BB3
Text Example
Text Example
White with #E53BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BB3; }
p { color: rgb(229,59,179); }
H1.HeaderClassName
{
color: #E53BB3;
}
.AnyTagClassName
{
color: #E53BB3;
}
</style>
background-color css
<style>
a { background-color: #E53BB3; }
a { background-color: rgb(229,59,179); }
div.DivClassName
{
background-color: #E53BB3;
}
.BgClassName
{
background-color: #E53BB3;
}
</style>
border-color css
<style>
span { border-color: #E53BB3; }
span { border-color: rgb(229,59,179); }
td.TdClassName
{
border-color: #E53BB3;
}
.TagClassName
{
border-color: #E53BB3;
}
</style>