Shades of Razzle Dazzle Rose #E432CE
Tints of Razzle Dazzle Rose #E432CE
RGB
CMYK
RGB Variations
Color information
#E432CE (or 0xE432CE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 32 and CE. RGB value is (228,50,206). Sum of RGB (Red+Green+Blue) = 228+50+206=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E432CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E432CE is #1BCD31. Grayscale: #787878. Windows color (decimal): -1822002 or 13513444. OLE color: 13513444.
HSL color Cylindrical-coordinate representation of color #E432CE: hue angle of 307.42º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E432CE is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 206 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.11 |
| HSL | 307.42º | 0.77% | 0.55% | - |
| HSV(B) | 307.42º | 0.78% | 0.89% | - |
| XYZ | 44.28 | 23.23 | 60.54 | - |
| YUV | 121.01 | 175.97 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 206 | 0 | 0.78 | 0.10 | 0.11 | 307.42 | 0.77 | 0.55 |
| Hex | E4 | 32 | CE | 0 | 4E | A | B | 133 | 4D | 37 |
| Octal | 344 | 62 | 316 | 0 | 116 | 12 | 13 | 463 | 115 | 67 |
| Binary | 11100100 | 110010 | 11001110 | 0 | 1001110 | 1010 | 1011 | 100110011 | 1001101 | 110111 |
Color Harmonies of #E432CE
Complementary color
Monochromatic Colors of #E432CE
Black with #E432CE
Text Example
Text Example
White with #E432CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E432CE; }
p { color: rgb(228,50,206); }
H1.HeaderClassName
{
color: #E432CE;
}
.AnyTagClassName
{
color: #E432CE;
}
</style>
background-color css
<style>
a { background-color: #E432CE; }
a { background-color: rgb(228,50,206); }
div.DivClassName
{
background-color: #E432CE;
}
.BgClassName
{
background-color: #E432CE;
}
</style>
border-color css
<style>
span { border-color: #E432CE; }
span { border-color: rgb(228,50,206); }
td.TdClassName
{
border-color: #E432CE;
}
.TagClassName
{
border-color: #E432CE;
}
</style>