Shades of Razzle Dazzle Rose #E739DD
Tints of Razzle Dazzle Rose #E739DD
RGB
CMYK
RGB Variations
Color information
#E739DD (or 0xE739DD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 39 and DD. RGB value is (231,57,221). Sum of RGB (Red+Green+Blue) = 231+57+221=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 57 (22.66% from 255 or 11.20% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E739DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E739DD is #18C622. Grayscale: #7F7F7F. Windows color (decimal): -1623587 or 14498279. OLE color: 14498279.
HSL color Cylindrical-coordinate representation of color #E739DD: hue angle of 303.45º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E739DD is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 221 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.09 |
| HSL | 303.45º | 0.78% | 0.56% | - |
| HSV(B) | 303.45º | 0.75% | 0.91% | - |
| XYZ | 47.47 | 25.14 | 70.76 | - |
| YUV | 127.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 221 | 0 | 0.75 | 0.04 | 0.09 | 303.45 | 0.78 | 0.56 |
| Hex | E7 | 39 | DD | 0 | 4B | 4 | 9 | 12F | 4E | 38 |
| Octal | 347 | 71 | 335 | 0 | 113 | 4 | 11 | 457 | 116 | 70 |
| Binary | 11100111 | 111001 | 11011101 | 0 | 1001011 | 100 | 1001 | 100101111 | 1001110 | 111000 |
Color Harmonies of #E739DD
Complementary color
Monochromatic Colors of #E739DD
Black with #E739DD
Text Example
Text Example
White with #E739DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E739DD; }
p { color: rgb(231,57,221); }
H1.HeaderClassName
{
color: #E739DD;
}
.AnyTagClassName
{
color: #E739DD;
}
</style>
background-color css
<style>
a { background-color: #E739DD; }
a { background-color: rgb(231,57,221); }
div.DivClassName
{
background-color: #E739DD;
}
.BgClassName
{
background-color: #E739DD;
}
</style>
border-color css
<style>
span { border-color: #E739DD; }
span { border-color: rgb(231,57,221); }
td.TdClassName
{
border-color: #E739DD;
}
.TagClassName
{
border-color: #E739DD;
}
</style>