Shades of Razzle Dazzle Rose #E136D9
Tints of Razzle Dazzle Rose #E136D9
RGB
CMYK
RGB Variations
Color information
#E136D9 (or 0xE136D9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and D9. RGB value is (225,54,217). Sum of RGB (Red+Green+Blue) = 225+54+217=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E136D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136D9 is #1EC926. Grayscale: #7B7B7B. Windows color (decimal): -2017575 or 14235361. OLE color: 14235361.
HSL color Cylindrical-coordinate representation of color #E136D9: hue angle of 302.81º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E136D9 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 217 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.12 |
| HSL | 302.81º | 0.74% | 0.55% | - |
| HSV(B) | 302.81º | 0.76% | 0.88% | - |
| XYZ | 44.89 | 23.66 | 67.85 | - |
| YUV | 123.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 217 | 0 | 0.76 | 0.04 | 0.12 | 302.81 | 0.74 | 0.55 |
| Hex | E1 | 36 | D9 | 0 | 4C | 4 | C | 12F | 4A | 37 |
| Octal | 341 | 66 | 331 | 0 | 114 | 4 | 14 | 457 | 112 | 67 |
| Binary | 11100001 | 110110 | 11011001 | 0 | 1001100 | 100 | 1100 | 100101111 | 1001010 | 110111 |
Color Harmonies of #E136D9
Complementary color
Monochromatic Colors of #E136D9
Black with #E136D9
Text Example
Text Example
White with #E136D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136D9; }
p { color: rgb(225,54,217); }
H1.HeaderClassName
{
color: #E136D9;
}
.AnyTagClassName
{
color: #E136D9;
}
</style>
background-color css
<style>
a { background-color: #E136D9; }
a { background-color: rgb(225,54,217); }
div.DivClassName
{
background-color: #E136D9;
}
.BgClassName
{
background-color: #E136D9;
}
</style>
border-color css
<style>
span { border-color: #E136D9; }
span { border-color: rgb(225,54,217); }
td.TdClassName
{
border-color: #E136D9;
}
.TagClassName
{
border-color: #E136D9;
}
</style>