Shades of Razzle Dazzle Rose #E533CF
Tints of Razzle Dazzle Rose #E533CF
RGB
CMYK
RGB Variations
Color information
#E533CF (or 0xE533CF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and CF. RGB value is (229,51,207). Sum of RGB (Red+Green+Blue) = 229+51+207=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E533CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533CF is #1ACC30. Grayscale: #797979. Windows color (decimal): -1756209 or 13579237. OLE color: 13579237.
HSL color Cylindrical-coordinate representation of color #E533CF: hue angle of 307.42º 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 #E533CF is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 207 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.10 |
| HSL | 307.42º | 0.77% | 0.55% | - |
| HSV(B) | 307.42º | 0.78% | 0.9% | - |
| XYZ | 44.76 | 23.53 | 61.21 | - |
| YUV | 122.01 | 175.97 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 207 | 0 | 0.78 | 0.10 | 0.10 | 307.42 | 0.77 | 0.55 |
| Hex | E5 | 33 | CF | 0 | 4E | A | A | 133 | 4D | 37 |
| Octal | 345 | 63 | 317 | 0 | 116 | 12 | 12 | 463 | 115 | 67 |
| Binary | 11100101 | 110011 | 11001111 | 0 | 1001110 | 1010 | 1010 | 100110011 | 1001101 | 110111 |
Color Harmonies of #E533CF
Complementary color
Monochromatic Colors of #E533CF
Black with #E533CF
Text Example
Text Example
White with #E533CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533CF; }
p { color: rgb(229,51,207); }
H1.HeaderClassName
{
color: #E533CF;
}
.AnyTagClassName
{
color: #E533CF;
}
</style>
background-color css
<style>
a { background-color: #E533CF; }
a { background-color: rgb(229,51,207); }
div.DivClassName
{
background-color: #E533CF;
}
.BgClassName
{
background-color: #E533CF;
}
</style>
border-color css
<style>
span { border-color: #E533CF; }
span { border-color: rgb(229,51,207); }
td.TdClassName
{
border-color: #E533CF;
}
.TagClassName
{
border-color: #E533CF;
}
</style>