Shades of Razzle Dazzle Rose #E13DB7
Tints of Razzle Dazzle Rose #E13DB7
RGB
CMYK
RGB Variations
Color information
#E13DB7 (or 0xE13DB7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3D and B7. RGB value is (225,61,183). Sum of RGB (Red+Green+Blue) = 225+61+183=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DB7 is #1EC248. Grayscale: #7B7B7B. Windows color (decimal): -2015817 or 12008929. OLE color: 12008929.
HSL color Cylindrical-coordinate representation of color #E13DB7: hue angle of 315.37º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13DB7 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 183 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.12 |
| HSL | 315.37º | 0.73% | 0.56% | - |
| HSV(B) | 315.37º | 0.73% | 0.88% | - |
| XYZ | 41.27 | 22.76 | 47.02 | - |
| YUV | 123.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 183 | 0 | 0.73 | 0.19 | 0.12 | 315.37 | 0.73 | 0.56 |
| Hex | E1 | 3D | B7 | 0 | 49 | 13 | C | 13B | 49 | 38 |
| Octal | 341 | 75 | 267 | 0 | 111 | 23 | 14 | 473 | 111 | 70 |
| Binary | 11100001 | 111101 | 10110111 | 0 | 1001001 | 10011 | 1100 | 100111011 | 1001001 | 111000 |
Color Harmonies of #E13DB7
Complementary color
Monochromatic Colors of #E13DB7
Black with #E13DB7
Text Example
Text Example
White with #E13DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13DB7; }
p { color: rgb(225,61,183); }
H1.HeaderClassName
{
color: #E13DB7;
}
.AnyTagClassName
{
color: #E13DB7;
}
</style>
background-color css
<style>
a { background-color: #E13DB7; }
a { background-color: rgb(225,61,183); }
div.DivClassName
{
background-color: #E13DB7;
}
.BgClassName
{
background-color: #E13DB7;
}
</style>
border-color css
<style>
span { border-color: #E13DB7; }
span { border-color: rgb(225,61,183); }
td.TdClassName
{
border-color: #E13DB7;
}
.TagClassName
{
border-color: #E13DB7;
}
</style>