Shades of Razzle Dazzle Rose #E136C7
Tints of Razzle Dazzle Rose #E136C7
RGB
CMYK
RGB Variations
Color information
#E136C7 (or 0xE136C7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and C7. RGB value is (225,54,199). Sum of RGB (Red+Green+Blue) = 225+54+199=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E136C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136C7 is #1EC938. Grayscale: #797979. Windows color (decimal): -2017593 or 13055713. OLE color: 13055713.
HSL color Cylindrical-coordinate representation of color #E136C7: hue angle of 309.12º 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 #E136C7 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 199 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.12 |
| HSL | 309.12º | 0.74% | 0.55% | - |
| HSV(B) | 309.12º | 0.76% | 0.88% | - |
| XYZ | 42.68 | 22.77 | 56.18 | - |
| YUV | 121.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 199 | 0 | 0.76 | 0.12 | 0.12 | 309.12 | 0.74 | 0.55 |
| Hex | E1 | 36 | C7 | 0 | 4C | C | C | 135 | 4A | 37 |
| Octal | 341 | 66 | 307 | 0 | 114 | 14 | 14 | 465 | 112 | 67 |
| Binary | 11100001 | 110110 | 11000111 | 0 | 1001100 | 1100 | 1100 | 100110101 | 1001010 | 110111 |
Color Harmonies of #E136C7
Complementary color
Monochromatic Colors of #E136C7
Black with #E136C7
Text Example
Text Example
White with #E136C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136C7; }
p { color: rgb(225,54,199); }
H1.HeaderClassName
{
color: #E136C7;
}
.AnyTagClassName
{
color: #E136C7;
}
</style>
background-color css
<style>
a { background-color: #E136C7; }
a { background-color: rgb(225,54,199); }
div.DivClassName
{
background-color: #E136C7;
}
.BgClassName
{
background-color: #E136C7;
}
</style>
border-color css
<style>
span { border-color: #E136C7; }
span { border-color: rgb(225,54,199); }
td.TdClassName
{
border-color: #E136C7;
}
.TagClassName
{
border-color: #E136C7;
}
</style>