Shades of Razzle Dazzle Rose #E826C2
Tints of Razzle Dazzle Rose #E826C2
RGB
CMYK
RGB Variations
Color information
#E826C2 (or 0xE826C2) is known color: Razzle Dazzle Rose. HEX triplet: E8, 26 and C2. RGB value is (232,38,194). Sum of RGB (Red+Green+Blue) = 232+38+194=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E826C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E826C2 is #17D93D. Grayscale: #717171. Windows color (decimal): -1562942 or 12723944. OLE color: 12723944.
HSL color Cylindrical-coordinate representation of color #E826C2: hue angle of 311.75º degrees, saturation: 0.81, 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 #E826C2 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 194 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.09 |
| HSL | 311.75º | 0.81% | 0.53% | - |
| HSV(B) | 311.75º | 0.84% | 0.91% | - |
| XYZ | 43.71 | 22.44 | 53.07 | - |
| YUV | 113.79 | 173.27 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 194 | 0 | 0.84 | 0.16 | 0.09 | 311.75 | 0.81 | 0.53 |
| Hex | E8 | 26 | C2 | 0 | 54 | 10 | 9 | 138 | 51 | 35 |
| Octal | 350 | 46 | 302 | 0 | 124 | 20 | 11 | 470 | 121 | 65 |
| Binary | 11101000 | 100110 | 11000010 | 0 | 1010100 | 10000 | 1001 | 100111000 | 1010001 | 110101 |
Color Harmonies of #E826C2
Complementary color
Monochromatic Colors of #E826C2
Black with #E826C2
Text Example
Text Example
White with #E826C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E826C2; }
p { color: rgb(232,38,194); }
H1.HeaderClassName
{
color: #E826C2;
}
.AnyTagClassName
{
color: #E826C2;
}
</style>
background-color css
<style>
a { background-color: #E826C2; }
a { background-color: rgb(232,38,194); }
div.DivClassName
{
background-color: #E826C2;
}
.BgClassName
{
background-color: #E826C2;
}
</style>
border-color css
<style>
span { border-color: #E826C2; }
span { border-color: rgb(232,38,194); }
td.TdClassName
{
border-color: #E826C2;
}
.TagClassName
{
border-color: #E826C2;
}
</style>