Shades of Razzle Dazzle Rose #E632E9
Tints of Razzle Dazzle Rose #E632E9
RGB
CMYK
RGB Variations
Color information
#E632E9 (or 0xE632E9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and E9. RGB value is (230,50,233). Sum of RGB (Red+Green+Blue) = 230+50+233=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #E632E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E632E9 is #19CD16. Grayscale: #7C7C7C. Windows color (decimal): -1690903 or 15282918. OLE color: 15282918.
HSL color Cylindrical-coordinate representation of color #E632E9: hue angle of 299.02º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E632E9 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 50 | 233 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.09 |
| HSL | 299.02º | 0.81% | 0.55% | - |
| HSV(B) | 299.02º | 0.79% | 0.91% | - |
| XYZ | 48.48 | 24.99 | 79.36 | - |
| YUV | 124.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 233 | 0.01 | 0.79 | 0 | 0.09 | 299.02 | 0.81 | 0.55 |
| Hex | E6 | 32 | E9 | 1 | 4F | 0 | 9 | 12B | 51 | 37 |
| Octal | 346 | 62 | 351 | 1 | 117 | 0 | 11 | 453 | 121 | 67 |
| Binary | 11100110 | 110010 | 11101001 | 1 | 1001111 | 0 | 1001 | 100101011 | 1010001 | 110111 |
Color Harmonies of #E632E9
Complementary color
Monochromatic Colors of #E632E9
Black with #E632E9
Text Example
Text Example
White with #E632E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632E9; }
p { color: rgb(230,50,233); }
H1.HeaderClassName
{
color: #E632E9;
}
.AnyTagClassName
{
color: #E632E9;
}
</style>
background-color css
<style>
a { background-color: #E632E9; }
a { background-color: rgb(230,50,233); }
div.DivClassName
{
background-color: #E632E9;
}
.BgClassName
{
background-color: #E632E9;
}
</style>
border-color css
<style>
span { border-color: #E632E9; }
span { border-color: rgb(230,50,233); }
td.TdClassName
{
border-color: #E632E9;
}
.TagClassName
{
border-color: #E632E9;
}
</style>