Shades of Razzle Dazzle Rose #E934E7
Tints of Razzle Dazzle Rose #E934E7
RGB
CMYK
RGB Variations
Color information
#E934E7 (or 0xE934E7) is known color: Razzle Dazzle Rose. HEX triplet: E9, 34 and E7. RGB value is (233,52,231). Sum of RGB (Red+Green+Blue) = 233+52+231=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 52 (20.70% from 255 or 10.08% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E934E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E934E7 is #16CB18. Grayscale: #7D7D7D. Windows color (decimal): -1493785 or 15152361. OLE color: 15152361.
HSL color Cylindrical-coordinate representation of color #E934E7: hue angle of 300.66º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E934E7 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 231 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.09 |
| HSL | 300.66º | 0.8% | 0.56% | - |
| HSV(B) | 300.66º | 0.78% | 0.91% | - |
| XYZ | 49.26 | 25.55 | 77.94 | - |
| YUV | 126.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 231 | 0 | 0.78 | 0.01 | 0.09 | 300.66 | 0.8 | 0.56 |
| Hex | E9 | 34 | E7 | 0 | 4E | 1 | 9 | 12D | 50 | 38 |
| Octal | 351 | 64 | 347 | 0 | 116 | 1 | 11 | 455 | 120 | 70 |
| Binary | 11101001 | 110100 | 11100111 | 0 | 1001110 | 1 | 1001 | 100101101 | 1010000 | 111000 |
Color Harmonies of #E934E7
Complementary color
Monochromatic Colors of #E934E7
Black with #E934E7
Text Example
Text Example
White with #E934E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E934E7; }
p { color: rgb(233,52,231); }
H1.HeaderClassName
{
color: #E934E7;
}
.AnyTagClassName
{
color: #E934E7;
}
</style>
background-color css
<style>
a { background-color: #E934E7; }
a { background-color: rgb(233,52,231); }
div.DivClassName
{
background-color: #E934E7;
}
.BgClassName
{
background-color: #E934E7;
}
</style>
border-color css
<style>
span { border-color: #E934E7; }
span { border-color: rgb(233,52,231); }
td.TdClassName
{
border-color: #E934E7;
}
.TagClassName
{
border-color: #E934E7;
}
</style>