Shades of Razzle Dazzle Rose #E136B7
Tints of Razzle Dazzle Rose #E136B7
RGB
CMYK
RGB Variations
Color information
#E136B7 (or 0xE136B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and B7. RGB value is (225,54,183). Sum of RGB (Red+Green+Blue) = 225+54+183=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E136B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136B7 is #1EC948. Grayscale: #777777. Windows color (decimal): -2017609 or 12007137. OLE color: 12007137.
HSL color Cylindrical-coordinate representation of color #E136B7: hue angle of 314.74º 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 #E136B7 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 183 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.12 |
| HSL | 314.74º | 0.74% | 0.55% | - |
| HSV(B) | 314.74º | 0.76% | 0.88% | - |
| XYZ | 40.92 | 22.06 | 46.9 | - |
| YUV | 119.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 183 | 0 | 0.76 | 0.19 | 0.12 | 314.74 | 0.74 | 0.55 |
| Hex | E1 | 36 | B7 | 0 | 4C | 13 | C | 13B | 4A | 37 |
| Octal | 341 | 66 | 267 | 0 | 114 | 23 | 14 | 473 | 112 | 67 |
| Binary | 11100001 | 110110 | 10110111 | 0 | 1001100 | 10011 | 1100 | 100111011 | 1001010 | 110111 |
Color Harmonies of #E136B7
Complementary color
Monochromatic Colors of #E136B7
Black with #E136B7
Text Example
Text Example
White with #E136B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136B7; }
p { color: rgb(225,54,183); }
H1.HeaderClassName
{
color: #E136B7;
}
.AnyTagClassName
{
color: #E136B7;
}
</style>
background-color css
<style>
a { background-color: #E136B7; }
a { background-color: rgb(225,54,183); }
div.DivClassName
{
background-color: #E136B7;
}
.BgClassName
{
background-color: #E136B7;
}
</style>
border-color css
<style>
span { border-color: #E136B7; }
span { border-color: rgb(225,54,183); }
td.TdClassName
{
border-color: #E136B7;
}
.TagClassName
{
border-color: #E136B7;
}
</style>