Shades of Razzle Dazzle Rose #E82CC1
Tints of Razzle Dazzle Rose #E82CC1
RGB
CMYK
RGB Variations
Color information
#E82CC1 (or 0xE82CC1) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2C and C1. RGB value is (232,44,193). Sum of RGB (Red+Green+Blue) = 232+44+193=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E82CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82CC1 is #17D33E. Grayscale: #747474. Windows color (decimal): -1561407 or 12659944. OLE color: 12659944.
HSL color Cylindrical-coordinate representation of color #E82CC1: hue angle of 312.45º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82CC1 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 193 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.09 |
| HSL | 312.45º | 0.8% | 0.54% | - |
| HSV(B) | 312.45º | 0.81% | 0.91% | - |
| XYZ | 43.81 | 22.81 | 52.55 | - |
| YUV | 117.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 193 | 0 | 0.81 | 0.17 | 0.09 | 312.45 | 0.8 | 0.54 |
| Hex | E8 | 2C | C1 | 0 | 51 | 11 | 9 | 138 | 50 | 36 |
| Octal | 350 | 54 | 301 | 0 | 121 | 21 | 11 | 470 | 120 | 66 |
| Binary | 11101000 | 101100 | 11000001 | 0 | 1010001 | 10001 | 1001 | 100111000 | 1010000 | 110110 |
Color Harmonies of #E82CC1
Complementary color
Monochromatic Colors of #E82CC1
Black with #E82CC1
Text Example
Text Example
White with #E82CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82CC1; }
p { color: rgb(232,44,193); }
H1.HeaderClassName
{
color: #E82CC1;
}
.AnyTagClassName
{
color: #E82CC1;
}
</style>
background-color css
<style>
a { background-color: #E82CC1; }
a { background-color: rgb(232,44,193); }
div.DivClassName
{
background-color: #E82CC1;
}
.BgClassName
{
background-color: #E82CC1;
}
</style>
border-color css
<style>
span { border-color: #E82CC1; }
span { border-color: rgb(232,44,193); }
td.TdClassName
{
border-color: #E82CC1;
}
.TagClassName
{
border-color: #E82CC1;
}
</style>