Shades of Razzle Dazzle Rose #E734C5
Tints of Razzle Dazzle Rose #E734C5
RGB
CMYK
RGB Variations
Color information
#E734C5 (or 0xE734C5) is known color: Razzle Dazzle Rose. HEX triplet: E7, 34 and C5. RGB value is (231,52,197). Sum of RGB (Red+Green+Blue) = 231+52+197=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E734C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E734C5 is #18CB3A. Grayscale: #797979. Windows color (decimal): -1624891 or 12924135. OLE color: 12924135.
HSL color Cylindrical-coordinate representation of color #E734C5: hue angle of 311.4º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E734C5 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 197 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.09 |
| HSL | 311.4º | 0.79% | 0.55% | - |
| HSV(B) | 311.4º | 0.77% | 0.91% | - |
| XYZ | 44.26 | 23.48 | 55.02 | - |
| YUV | 122.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 197 | 0 | 0.77 | 0.15 | 0.09 | 311.4 | 0.79 | 0.55 |
| Hex | E7 | 34 | C5 | 0 | 4D | F | 9 | 137 | 4F | 37 |
| Octal | 347 | 64 | 305 | 0 | 115 | 17 | 11 | 467 | 117 | 67 |
| Binary | 11100111 | 110100 | 11000101 | 0 | 1001101 | 1111 | 1001 | 100110111 | 1001111 | 110111 |
Color Harmonies of #E734C5
Complementary color
Monochromatic Colors of #E734C5
Black with #E734C5
Text Example
Text Example
White with #E734C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E734C5; }
p { color: rgb(231,52,197); }
H1.HeaderClassName
{
color: #E734C5;
}
.AnyTagClassName
{
color: #E734C5;
}
</style>
background-color css
<style>
a { background-color: #E734C5; }
a { background-color: rgb(231,52,197); }
div.DivClassName
{
background-color: #E734C5;
}
.BgClassName
{
background-color: #E734C5;
}
</style>
border-color css
<style>
span { border-color: #E734C5; }
span { border-color: rgb(231,52,197); }
td.TdClassName
{
border-color: #E734C5;
}
.TagClassName
{
border-color: #E734C5;
}
</style>