Shades of Razzle Dazzle Rose #E13DB8
Tints of Razzle Dazzle Rose #E13DB8
RGB
CMYK
RGB Variations
Color information
#E13DB8 (or 0xE13DB8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3D and B8. RGB value is (225,61,184). Sum of RGB (Red+Green+Blue) = 225+61+184=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DB8 is #1EC247. Grayscale: #7B7B7B. Windows color (decimal): -2015816 or 12074465. OLE color: 12074465.
HSL color Cylindrical-coordinate representation of color #E13DB8: hue angle of 315º 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 #E13DB8 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 184 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.12 |
| HSL | 315º | 0.73% | 0.56% | - |
| HSV(B) | 315º | 0.73% | 0.88% | - |
| XYZ | 41.37 | 22.81 | 47.57 | - |
| YUV | 124.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 184 | 0 | 0.73 | 0.18 | 0.12 | 315 | 0.73 | 0.56 |
| Hex | E1 | 3D | B8 | 0 | 49 | 12 | C | 13B | 49 | 38 |
| Octal | 341 | 75 | 270 | 0 | 111 | 22 | 14 | 473 | 111 | 70 |
| Binary | 11100001 | 111101 | 10111000 | 0 | 1001001 | 10010 | 1100 | 100111011 | 1001001 | 111000 |
Color Harmonies of #E13DB8
Complementary color
Monochromatic Colors of #E13DB8
Black with #E13DB8
Text Example
Text Example
White with #E13DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13DB8; }
p { color: rgb(225,61,184); }
H1.HeaderClassName
{
color: #E13DB8;
}
.AnyTagClassName
{
color: #E13DB8;
}
</style>
background-color css
<style>
a { background-color: #E13DB8; }
a { background-color: rgb(225,61,184); }
div.DivClassName
{
background-color: #E13DB8;
}
.BgClassName
{
background-color: #E13DB8;
}
</style>
border-color css
<style>
span { border-color: #E13DB8; }
span { border-color: rgb(225,61,184); }
td.TdClassName
{
border-color: #E13DB8;
}
.TagClassName
{
border-color: #E13DB8;
}
</style>