Shades of Razzle Dazzle Rose #E739D5
Tints of Razzle Dazzle Rose #E739D5
RGB
CMYK
RGB Variations
Color information
#E739D5 (or 0xE739D5) is known color: Razzle Dazzle Rose. HEX triplet: E7, 39 and D5. RGB value is (231,57,213). Sum of RGB (Red+Green+Blue) = 231+57+213=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E739D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E739D5 is #18C62A. Grayscale: #7E7E7E. Windows color (decimal): -1623595 or 13973991. OLE color: 13973991.
HSL color Cylindrical-coordinate representation of color #E739D5: hue angle of 306.21º 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 #E739D5 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 213 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.09 |
| HSL | 306.21º | 0.78% | 0.56% | - |
| HSV(B) | 306.21º | 0.75% | 0.91% | - |
| XYZ | 46.43 | 24.72 | 65.28 | - |
| YUV | 126.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 213 | 0 | 0.75 | 0.08 | 0.09 | 306.21 | 0.78 | 0.56 |
| Hex | E7 | 39 | D5 | 0 | 4B | 8 | 9 | 132 | 4E | 38 |
| Octal | 347 | 71 | 325 | 0 | 113 | 10 | 11 | 462 | 116 | 70 |
| Binary | 11100111 | 111001 | 11010101 | 0 | 1001011 | 1000 | 1001 | 100110010 | 1001110 | 111000 |
Color Harmonies of #E739D5
Complementary color
Monochromatic Colors of #E739D5
Black with #E739D5
Text Example
Text Example
White with #E739D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E739D5; }
p { color: rgb(231,57,213); }
H1.HeaderClassName
{
color: #E739D5;
}
.AnyTagClassName
{
color: #E739D5;
}
</style>
background-color css
<style>
a { background-color: #E739D5; }
a { background-color: rgb(231,57,213); }
div.DivClassName
{
background-color: #E739D5;
}
.BgClassName
{
background-color: #E739D5;
}
</style>
border-color css
<style>
span { border-color: #E739D5; }
span { border-color: rgb(231,57,213); }
td.TdClassName
{
border-color: #E739D5;
}
.TagClassName
{
border-color: #E739D5;
}
</style>