Shades of Razzle Dazzle Rose #E231CC
Tints of Razzle Dazzle Rose #E231CC
RGB
CMYK
RGB Variations
Color information
#E231CC (or 0xE231CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and CC. RGB value is (226,49,204). Sum of RGB (Red+Green+Blue) = 226+49+204=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E231CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231CC is #1DCE33. Grayscale: #777777. Windows color (decimal): -1953332 or 13382114. OLE color: 13382114.
HSL color Cylindrical-coordinate representation of color #E231CC: hue angle of 307.46º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231CC is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 204 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.11 |
| HSL | 307.46º | 0.75% | 0.54% | - |
| HSV(B) | 307.46º | 0.78% | 0.89% | - |
| XYZ | 43.36 | 22.73 | 59.23 | - |
| YUV | 119.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 204 | 0 | 0.78 | 0.10 | 0.11 | 307.46 | 0.75 | 0.54 |
| Hex | E2 | 31 | CC | 0 | 4E | A | B | 133 | 4B | 36 |
| Octal | 342 | 61 | 314 | 0 | 116 | 12 | 13 | 463 | 113 | 66 |
| Binary | 11100010 | 110001 | 11001100 | 0 | 1001110 | 1010 | 1011 | 100110011 | 1001011 | 110110 |
Color Harmonies of #E231CC
Complementary color
Monochromatic Colors of #E231CC
Black with #E231CC
Text Example
Text Example
White with #E231CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231CC; }
p { color: rgb(226,49,204); }
H1.HeaderClassName
{
color: #E231CC;
}
.AnyTagClassName
{
color: #E231CC;
}
</style>
background-color css
<style>
a { background-color: #E231CC; }
a { background-color: rgb(226,49,204); }
div.DivClassName
{
background-color: #E231CC;
}
.BgClassName
{
background-color: #E231CC;
}
</style>
border-color css
<style>
span { border-color: #E231CC; }
span { border-color: rgb(226,49,204); }
td.TdClassName
{
border-color: #E231CC;
}
.TagClassName
{
border-color: #E231CC;
}
</style>