Shades of Razzle Dazzle Rose #E842B3
Tints of Razzle Dazzle Rose #E842B3
RGB
CMYK
RGB Variations
Color information
#E842B3 (or 0xE842B3) is known color: Razzle Dazzle Rose. HEX triplet: E8, 42 and B3. RGB value is (232,66,179). Sum of RGB (Red+Green+Blue) = 232+66+179=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E842B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842B3 is #17BD4C. Grayscale: #808080. Windows color (decimal): -1555789 or 11748072. OLE color: 11748072.
HSL color Cylindrical-coordinate representation of color #E842B3: hue angle of 319.16º 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 #E842B3 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 179 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.09 |
| HSL | 319.16º | 0.78% | 0.58% | - |
| HSV(B) | 319.16º | 0.72% | 0.91% | - |
| XYZ | 43.36 | 24.31 | 45.05 | - |
| YUV | 128.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 179 | 0 | 0.72 | 0.23 | 0.09 | 319.16 | 0.78 | 0.58 |
| Hex | E8 | 42 | B3 | 0 | 48 | 17 | 9 | 13F | 4E | 3A |
| Octal | 350 | 102 | 263 | 0 | 110 | 27 | 11 | 477 | 116 | 72 |
| Binary | 11101000 | 1000010 | 10110011 | 0 | 1001000 | 10111 | 1001 | 100111111 | 1001110 | 111010 |
Color Harmonies of #E842B3
Complementary color
Monochromatic Colors of #E842B3
Black with #E842B3
Text Example
Text Example
White with #E842B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842B3; }
p { color: rgb(232,66,179); }
H1.HeaderClassName
{
color: #E842B3;
}
.AnyTagClassName
{
color: #E842B3;
}
</style>
background-color css
<style>
a { background-color: #E842B3; }
a { background-color: rgb(232,66,179); }
div.DivClassName
{
background-color: #E842B3;
}
.BgClassName
{
background-color: #E842B3;
}
</style>
border-color css
<style>
span { border-color: #E842B3; }
span { border-color: rgb(232,66,179); }
td.TdClassName
{
border-color: #E842B3;
}
.TagClassName
{
border-color: #E842B3;
}
</style>