Shades of Razzle Dazzle Rose #E331CC
Tints of Razzle Dazzle Rose #E331CC
RGB
CMYK
RGB Variations
Color information
#E331CC (or 0xE331CC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and CC. RGB value is (227,49,204). Sum of RGB (Red+Green+Blue) = 227+49+204=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E331CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331CC is #1CCE33. Grayscale: #777777. Windows color (decimal): -1887796 or 13382115. OLE color: 13382115.
HSL color Cylindrical-coordinate representation of color #E331CC: hue angle of 307.75º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E331CC is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 204 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.11 |
| HSL | 307.75º | 0.76% | 0.54% | - |
| HSV(B) | 307.75º | 0.78% | 0.89% | - |
| XYZ | 43.68 | 22.89 | 59.24 | - |
| YUV | 119.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 204 | 0 | 0.78 | 0.10 | 0.11 | 307.75 | 0.76 | 0.54 |
| Hex | E3 | 31 | CC | 0 | 4E | A | B | 134 | 4C | 36 |
| Octal | 343 | 61 | 314 | 0 | 116 | 12 | 13 | 464 | 114 | 66 |
| Binary | 11100011 | 110001 | 11001100 | 0 | 1001110 | 1010 | 1011 | 100110100 | 1001100 | 110110 |
Color Harmonies of #E331CC
Complementary color
Monochromatic Colors of #E331CC
Black with #E331CC
Text Example
Text Example
White with #E331CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331CC; }
p { color: rgb(227,49,204); }
H1.HeaderClassName
{
color: #E331CC;
}
.AnyTagClassName
{
color: #E331CC;
}
</style>
background-color css
<style>
a { background-color: #E331CC; }
a { background-color: rgb(227,49,204); }
div.DivClassName
{
background-color: #E331CC;
}
.BgClassName
{
background-color: #E331CC;
}
</style>
border-color css
<style>
span { border-color: #E331CC; }
span { border-color: rgb(227,49,204); }
td.TdClassName
{
border-color: #E331CC;
}
.TagClassName
{
border-color: #E331CC;
}
</style>