Shades of Razzle Dazzle Rose #E948C3
Tints of Razzle Dazzle Rose #E948C3
RGB
CMYK
RGB Variations
Color information
#E948C3 (or 0xE948C3) is known color: Razzle Dazzle Rose. HEX triplet: E9, 48 and C3. RGB value is (233,72,195). Sum of RGB (Red+Green+Blue) = 233+72+195=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E948C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948C3 is #16B73C. Grayscale: #858585. Windows color (decimal): -1488701 or 12798185. OLE color: 12798185.
HSL color Cylindrical-coordinate representation of color #E948C3: hue angle of 314.16º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948C3 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 195 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.09 |
| HSL | 314.16º | 0.79% | 0.6% | - |
| HSV(B) | 314.16º | 0.69% | 0.91% | - |
| XYZ | 45.77 | 25.9 | 54.22 | - |
| YUV | 134.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 195 | 0 | 0.69 | 0.16 | 0.09 | 314.16 | 0.79 | 0.6 |
| Hex | E9 | 48 | C3 | 0 | 45 | 10 | 9 | 13A | 4F | 3C |
| Octal | 351 | 110 | 303 | 0 | 105 | 20 | 11 | 472 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11000011 | 0 | 1000101 | 10000 | 1001 | 100111010 | 1001111 | 111100 |
Color Harmonies of #E948C3
Complementary color
Monochromatic Colors of #E948C3
Black with #E948C3
Text Example
Text Example
White with #E948C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948C3; }
p { color: rgb(233,72,195); }
H1.HeaderClassName
{
color: #E948C3;
}
.AnyTagClassName
{
color: #E948C3;
}
</style>
background-color css
<style>
a { background-color: #E948C3; }
a { background-color: rgb(233,72,195); }
div.DivClassName
{
background-color: #E948C3;
}
.BgClassName
{
background-color: #E948C3;
}
</style>
border-color css
<style>
span { border-color: #E948C3; }
span { border-color: rgb(233,72,195); }
td.TdClassName
{
border-color: #E948C3;
}
.TagClassName
{
border-color: #E948C3;
}
</style>