Shades of Razzle Dazzle Rose #E841CC
Tints of Razzle Dazzle Rose #E841CC
RGB
CMYK
RGB Variations
Color information
#E841CC (or 0xE841CC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 41 and CC. RGB value is (232,65,204). Sum of RGB (Red+Green+Blue) = 232+65+204=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E841CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E841CC is #17BE33. Grayscale: #828282. Windows color (decimal): -1556020 or 13386216. OLE color: 13386216.
HSL color Cylindrical-coordinate representation of color #E841CC: hue angle of 310.06º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E841CC is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 204 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.09 |
| HSL | 310.06º | 0.78% | 0.58% | - |
| HSV(B) | 310.06º | 0.72% | 0.91% | - |
| XYZ | 46.07 | 25.3 | 59.58 | - |
| YUV | 130.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 204 | 0 | 0.72 | 0.12 | 0.09 | 310.06 | 0.78 | 0.58 |
| Hex | E8 | 41 | CC | 0 | 48 | C | 9 | 136 | 4E | 3A |
| Octal | 350 | 101 | 314 | 0 | 110 | 14 | 11 | 466 | 116 | 72 |
| Binary | 11101000 | 1000001 | 11001100 | 0 | 1001000 | 1100 | 1001 | 100110110 | 1001110 | 111010 |
Color Harmonies of #E841CC
Complementary color
Monochromatic Colors of #E841CC
Black with #E841CC
Text Example
Text Example
White with #E841CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E841CC; }
p { color: rgb(232,65,204); }
H1.HeaderClassName
{
color: #E841CC;
}
.AnyTagClassName
{
color: #E841CC;
}
</style>
background-color css
<style>
a { background-color: #E841CC; }
a { background-color: rgb(232,65,204); }
div.DivClassName
{
background-color: #E841CC;
}
.BgClassName
{
background-color: #E841CC;
}
</style>
border-color css
<style>
span { border-color: #E841CC; }
span { border-color: rgb(232,65,204); }
td.TdClassName
{
border-color: #E841CC;
}
.TagClassName
{
border-color: #E841CC;
}
</style>