Shades of Razzle Dazzle Rose #E930C1
Tints of Razzle Dazzle Rose #E930C1
RGB
CMYK
RGB Variations
Color information
#E930C1 (or 0xE930C1) is known color: Razzle Dazzle Rose. HEX triplet: E9, 30 and C1. RGB value is (233,48,193). Sum of RGB (Red+Green+Blue) = 233+48+193=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E930C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E930C1 is #16CF3E. Grayscale: #777777. Windows color (decimal): -1494847 or 12660969. OLE color: 12660969.
HSL color Cylindrical-coordinate representation of color #E930C1: hue angle of 312.97º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E930C1 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 193 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.09 |
| HSL | 312.97º | 0.81% | 0.55% | - |
| HSV(B) | 312.97º | 0.79% | 0.91% | - |
| XYZ | 44.29 | 23.29 | 52.61 | - |
| YUV | 119.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 193 | 0 | 0.79 | 0.17 | 0.09 | 312.97 | 0.81 | 0.55 |
| Hex | E9 | 30 | C1 | 0 | 4F | 11 | 9 | 139 | 51 | 37 |
| Octal | 351 | 60 | 301 | 0 | 117 | 21 | 11 | 471 | 121 | 67 |
| Binary | 11101001 | 110000 | 11000001 | 0 | 1001111 | 10001 | 1001 | 100111001 | 1010001 | 110111 |
Color Harmonies of #E930C1
Complementary color
Monochromatic Colors of #E930C1
Black with #E930C1
Text Example
Text Example
White with #E930C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E930C1; }
p { color: rgb(233,48,193); }
H1.HeaderClassName
{
color: #E930C1;
}
.AnyTagClassName
{
color: #E930C1;
}
</style>
background-color css
<style>
a { background-color: #E930C1; }
a { background-color: rgb(233,48,193); }
div.DivClassName
{
background-color: #E930C1;
}
.BgClassName
{
background-color: #E930C1;
}
</style>
border-color css
<style>
span { border-color: #E930C1; }
span { border-color: rgb(233,48,193); }
td.TdClassName
{
border-color: #E930C1;
}
.TagClassName
{
border-color: #E930C1;
}
</style>