Shades of Razzle Dazzle Rose #E336CD
Tints of Razzle Dazzle Rose #E336CD
RGB
CMYK
RGB Variations
Color information
#E336CD (or 0xE336CD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 36 and CD. RGB value is (227,54,205). Sum of RGB (Red+Green+Blue) = 227+54+205=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E336CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E336CD is #1CC932. Grayscale: #7A7A7A. Windows color (decimal): -1886515 or 13448931. OLE color: 13448931.
HSL color Cylindrical-coordinate representation of color #E336CD: hue angle of 307.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E336CD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 54 | 205 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.11 |
| HSL | 307.63º | 0.76% | 0.55% | - |
| HSV(B) | 307.63º | 0.76% | 0.89% | - |
| XYZ | 44.02 | 23.38 | 59.95 | - |
| YUV | 122.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 54 | 205 | 0 | 0.76 | 0.10 | 0.11 | 307.63 | 0.76 | 0.55 |
| Hex | E3 | 36 | CD | 0 | 4C | A | B | 134 | 4C | 37 |
| Octal | 343 | 66 | 315 | 0 | 114 | 12 | 13 | 464 | 114 | 67 |
| Binary | 11100011 | 110110 | 11001101 | 0 | 1001100 | 1010 | 1011 | 100110100 | 1001100 | 110111 |
Color Harmonies of #E336CD
Complementary color
Monochromatic Colors of #E336CD
Black with #E336CD
Text Example
Text Example
White with #E336CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E336CD; }
p { color: rgb(227,54,205); }
H1.HeaderClassName
{
color: #E336CD;
}
.AnyTagClassName
{
color: #E336CD;
}
</style>
background-color css
<style>
a { background-color: #E336CD; }
a { background-color: rgb(227,54,205); }
div.DivClassName
{
background-color: #E336CD;
}
.BgClassName
{
background-color: #E336CD;
}
</style>
border-color css
<style>
span { border-color: #E336CD; }
span { border-color: rgb(227,54,205); }
td.TdClassName
{
border-color: #E336CD;
}
.TagClassName
{
border-color: #E336CD;
}
</style>