Shades of Razzle Dazzle Rose #E928CF
Tints of Razzle Dazzle Rose #E928CF
RGB
CMYK
RGB Variations
Color information
#E928CF (or 0xE928CF) is known color: Razzle Dazzle Rose. HEX triplet: E9, 28 and CF. RGB value is (233,40,207). Sum of RGB (Red+Green+Blue) = 233+40+207=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E928CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E928CF is #16D730. Grayscale: #747474. Windows color (decimal): -1496881 or 13576425. OLE color: 13576425.
HSL color Cylindrical-coordinate representation of color #E928CF: hue angle of 308.08º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E928CF is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 207 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.09 |
| HSL | 308.08º | 0.81% | 0.54% | - |
| HSV(B) | 308.08º | 0.83% | 0.91% | - |
| XYZ | 45.63 | 23.35 | 61.13 | - |
| YUV | 116.75 | 178.94 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 207 | 0 | 0.83 | 0.11 | 0.09 | 308.08 | 0.81 | 0.54 |
| Hex | E9 | 28 | CF | 0 | 53 | B | 9 | 134 | 51 | 36 |
| Octal | 351 | 50 | 317 | 0 | 123 | 13 | 11 | 464 | 121 | 66 |
| Binary | 11101001 | 101000 | 11001111 | 0 | 1010011 | 1011 | 1001 | 100110100 | 1010001 | 110110 |
Color Harmonies of #E928CF
Complementary color
Monochromatic Colors of #E928CF
Black with #E928CF
Text Example
Text Example
White with #E928CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928CF; }
p { color: rgb(233,40,207); }
H1.HeaderClassName
{
color: #E928CF;
}
.AnyTagClassName
{
color: #E928CF;
}
</style>
background-color css
<style>
a { background-color: #E928CF; }
a { background-color: rgb(233,40,207); }
div.DivClassName
{
background-color: #E928CF;
}
.BgClassName
{
background-color: #E928CF;
}
</style>
border-color css
<style>
span { border-color: #E928CF; }
span { border-color: rgb(233,40,207); }
td.TdClassName
{
border-color: #E928CF;
}
.TagClassName
{
border-color: #E928CF;
}
</style>