Shades of Razzle Dazzle Rose #E926C2
Tints of Razzle Dazzle Rose #E926C2
RGB
CMYK
RGB Variations
Color information
#E926C2 (or 0xE926C2) is known color: Razzle Dazzle Rose. HEX triplet: E9, 26 and C2. RGB value is (233,38,194). Sum of RGB (Red+Green+Blue) = 233+38+194=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E926C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E926C2 is #16D93D. Grayscale: #717171. Windows color (decimal): -1497406 or 12723945. OLE color: 12723945.
HSL color Cylindrical-coordinate representation of color #E926C2: hue angle of 312º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E926C2 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 194 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.09 |
| HSL | 312º | 0.82% | 0.53% | - |
| HSV(B) | 312º | 0.84% | 0.91% | - |
| XYZ | 44.03 | 22.6 | 53.08 | - |
| YUV | 114.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 194 | 0 | 0.84 | 0.17 | 0.09 | 312 | 0.82 | 0.53 |
| Hex | E9 | 26 | C2 | 0 | 54 | 11 | 9 | 138 | 52 | 35 |
| Octal | 351 | 46 | 302 | 0 | 124 | 21 | 11 | 470 | 122 | 65 |
| Binary | 11101001 | 100110 | 11000010 | 0 | 1010100 | 10001 | 1001 | 100111000 | 1010010 | 110101 |
Color Harmonies of #E926C2
Complementary color
Monochromatic Colors of #E926C2
Black with #E926C2
Text Example
Text Example
White with #E926C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E926C2; }
p { color: rgb(233,38,194); }
H1.HeaderClassName
{
color: #E926C2;
}
.AnyTagClassName
{
color: #E926C2;
}
</style>
background-color css
<style>
a { background-color: #E926C2; }
a { background-color: rgb(233,38,194); }
div.DivClassName
{
background-color: #E926C2;
}
.BgClassName
{
background-color: #E926C2;
}
</style>
border-color css
<style>
span { border-color: #E926C2; }
span { border-color: rgb(233,38,194); }
td.TdClassName
{
border-color: #E926C2;
}
.TagClassName
{
border-color: #E926C2;
}
</style>