Shades of Razzle Dazzle Rose #E533BC
Tints of Razzle Dazzle Rose #E533BC
RGB
CMYK
RGB Variations
Color information
#E533BC (or 0xE533BC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and BC. RGB value is (229,51,188). Sum of RGB (Red+Green+Blue) = 229+51+188=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E533BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533BC is #1ACC43. Grayscale: #777777. Windows color (decimal): -1756228 or 12334053. OLE color: 12334053.
HSL color Cylindrical-coordinate representation of color #E533BC: hue angle of 313.82º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E533BC is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 188 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.10 |
| HSL | 313.82º | 0.77% | 0.55% | - |
| HSV(B) | 313.82º | 0.78% | 0.9% | - |
| XYZ | 42.57 | 22.66 | 49.71 | - |
| YUV | 119.84 | 166.47 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 188 | 0 | 0.78 | 0.18 | 0.10 | 313.82 | 0.77 | 0.55 |
| Hex | E5 | 33 | BC | 0 | 4E | 12 | A | 13A | 4D | 37 |
| Octal | 345 | 63 | 274 | 0 | 116 | 22 | 12 | 472 | 115 | 67 |
| Binary | 11100101 | 110011 | 10111100 | 0 | 1001110 | 10010 | 1010 | 100111010 | 1001101 | 110111 |
Color Harmonies of #E533BC
Complementary color
Monochromatic Colors of #E533BC
Black with #E533BC
Text Example
Text Example
White with #E533BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533BC; }
p { color: rgb(229,51,188); }
H1.HeaderClassName
{
color: #E533BC;
}
.AnyTagClassName
{
color: #E533BC;
}
</style>
background-color css
<style>
a { background-color: #E533BC; }
a { background-color: rgb(229,51,188); }
div.DivClassName
{
background-color: #E533BC;
}
.BgClassName
{
background-color: #E533BC;
}
</style>
border-color css
<style>
span { border-color: #E533BC; }
span { border-color: rgb(229,51,188); }
td.TdClassName
{
border-color: #E533BC;
}
.TagClassName
{
border-color: #E533BC;
}
</style>