Shades of Razzle Dazzle Rose #E136C9
Tints of Razzle Dazzle Rose #E136C9
RGB
CMYK
RGB Variations
Color information
#E136C9 (or 0xE136C9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and C9. RGB value is (225,54,201). Sum of RGB (Red+Green+Blue) = 225+54+201=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E136C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136C9 is #1EC936. Grayscale: #797979. Windows color (decimal): -2017591 or 13186785. OLE color: 13186785.
HSL color Cylindrical-coordinate representation of color #E136C9: hue angle of 308.42º 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 #E136C9 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 201 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.12 |
| HSL | 308.42º | 0.74% | 0.55% | - |
| HSV(B) | 308.42º | 0.76% | 0.88% | - |
| XYZ | 42.91 | 22.86 | 57.41 | - |
| YUV | 121.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 201 | 0 | 0.76 | 0.11 | 0.12 | 308.42 | 0.74 | 0.55 |
| Hex | E1 | 36 | C9 | 0 | 4C | B | C | 134 | 4A | 37 |
| Octal | 341 | 66 | 311 | 0 | 114 | 13 | 14 | 464 | 112 | 67 |
| Binary | 11100001 | 110110 | 11001001 | 0 | 1001100 | 1011 | 1100 | 100110100 | 1001010 | 110111 |
Color Harmonies of #E136C9
Complementary color
Monochromatic Colors of #E136C9
Black with #E136C9
Text Example
Text Example
White with #E136C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136C9; }
p { color: rgb(225,54,201); }
H1.HeaderClassName
{
color: #E136C9;
}
.AnyTagClassName
{
color: #E136C9;
}
</style>
background-color css
<style>
a { background-color: #E136C9; }
a { background-color: rgb(225,54,201); }
div.DivClassName
{
background-color: #E136C9;
}
.BgClassName
{
background-color: #E136C9;
}
</style>
border-color css
<style>
span { border-color: #E136C9; }
span { border-color: rgb(225,54,201); }
td.TdClassName
{
border-color: #E136C9;
}
.TagClassName
{
border-color: #E136C9;
}
</style>