Shades of Razzle Dazzle Rose #E136D7
Tints of Razzle Dazzle Rose #E136D7
RGB
CMYK
RGB Variations
Color information
#E136D7 (or 0xE136D7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and D7. RGB value is (225,54,215). Sum of RGB (Red+Green+Blue) = 225+54+215=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E136D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136D7 is #1EC928. Grayscale: #7B7B7B. Windows color (decimal): -2017577 or 14104289. OLE color: 14104289.
HSL color Cylindrical-coordinate representation of color #E136D7: hue angle of 303.51º 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 #E136D7 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 215 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.12 |
| HSL | 303.51º | 0.74% | 0.55% | - |
| HSV(B) | 303.51º | 0.76% | 0.88% | - |
| XYZ | 44.64 | 23.55 | 66.48 | - |
| YUV | 123.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 215 | 0 | 0.76 | 0.04 | 0.12 | 303.51 | 0.74 | 0.55 |
| Hex | E1 | 36 | D7 | 0 | 4C | 4 | C | 130 | 4A | 37 |
| Octal | 341 | 66 | 327 | 0 | 114 | 4 | 14 | 460 | 112 | 67 |
| Binary | 11100001 | 110110 | 11010111 | 0 | 1001100 | 100 | 1100 | 100110000 | 1001010 | 110111 |
Color Harmonies of #E136D7
Complementary color
Monochromatic Colors of #E136D7
Black with #E136D7
Text Example
Text Example
White with #E136D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136D7; }
p { color: rgb(225,54,215); }
H1.HeaderClassName
{
color: #E136D7;
}
.AnyTagClassName
{
color: #E136D7;
}
</style>
background-color css
<style>
a { background-color: #E136D7; }
a { background-color: rgb(225,54,215); }
div.DivClassName
{
background-color: #E136D7;
}
.BgClassName
{
background-color: #E136D7;
}
</style>
border-color css
<style>
span { border-color: #E136D7; }
span { border-color: rgb(225,54,215); }
td.TdClassName
{
border-color: #E136D7;
}
.TagClassName
{
border-color: #E136D7;
}
</style>