Shades of Razzle Dazzle Rose #E533CE
Tints of Razzle Dazzle Rose #E533CE
RGB
CMYK
RGB Variations
Color information
#E533CE (or 0xE533CE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and CE. RGB value is (229,51,206). Sum of RGB (Red+Green+Blue) = 229+51+206=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E533CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533CE is #1ACC31. Grayscale: #797979. Windows color (decimal): -1756210 or 13513701. OLE color: 13513701.
HSL color Cylindrical-coordinate representation of color #E533CE: hue angle of 307.75º 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 #E533CE is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 206 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.10 |
| HSL | 307.75º | 0.77% | 0.55% | - |
| HSV(B) | 307.75º | 0.78% | 0.9% | - |
| XYZ | 44.64 | 23.48 | 60.57 | - |
| YUV | 121.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 206 | 0 | 0.78 | 0.10 | 0.10 | 307.75 | 0.77 | 0.55 |
| Hex | E5 | 33 | CE | 0 | 4E | A | A | 134 | 4D | 37 |
| Octal | 345 | 63 | 316 | 0 | 116 | 12 | 12 | 464 | 115 | 67 |
| Binary | 11100101 | 110011 | 11001110 | 0 | 1001110 | 1010 | 1010 | 100110100 | 1001101 | 110111 |
Color Harmonies of #E533CE
Complementary color
Monochromatic Colors of #E533CE
Black with #E533CE
Text Example
Text Example
White with #E533CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533CE; }
p { color: rgb(229,51,206); }
H1.HeaderClassName
{
color: #E533CE;
}
.AnyTagClassName
{
color: #E533CE;
}
</style>
background-color css
<style>
a { background-color: #E533CE; }
a { background-color: rgb(229,51,206); }
div.DivClassName
{
background-color: #E533CE;
}
.BgClassName
{
background-color: #E533CE;
}
</style>
border-color css
<style>
span { border-color: #E533CE; }
span { border-color: rgb(229,51,206); }
td.TdClassName
{
border-color: #E533CE;
}
.TagClassName
{
border-color: #E533CE;
}
</style>