Shades of Razzle Dazzle Rose #E431CC
Tints of Razzle Dazzle Rose #E431CC
RGB
CMYK
RGB Variations
Color information
#E431CC (or 0xE431CC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 31 and CC. RGB value is (228,49,204). Sum of RGB (Red+Green+Blue) = 228+49+204=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E431CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E431CC is #1BCE33. Grayscale: #777777. Windows color (decimal): -1822260 or 13382116. OLE color: 13382116.
HSL color Cylindrical-coordinate representation of color #E431CC: hue angle of 308.04º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E431CC is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 204 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.11 |
| HSL | 308.04º | 0.77% | 0.54% | - |
| HSV(B) | 308.04º | 0.79% | 0.89% | - |
| XYZ | 43.99 | 23.05 | 59.26 | - |
| YUV | 120.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 204 | 0 | 0.79 | 0.11 | 0.11 | 308.04 | 0.77 | 0.54 |
| Hex | E4 | 31 | CC | 0 | 4F | B | B | 134 | 4D | 36 |
| Octal | 344 | 61 | 314 | 0 | 117 | 13 | 13 | 464 | 115 | 66 |
| Binary | 11100100 | 110001 | 11001100 | 0 | 1001111 | 1011 | 1011 | 100110100 | 1001101 | 110110 |
Color Harmonies of #E431CC
Complementary color
Monochromatic Colors of #E431CC
Black with #E431CC
Text Example
Text Example
White with #E431CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E431CC; }
p { color: rgb(228,49,204); }
H1.HeaderClassName
{
color: #E431CC;
}
.AnyTagClassName
{
color: #E431CC;
}
</style>
background-color css
<style>
a { background-color: #E431CC; }
a { background-color: rgb(228,49,204); }
div.DivClassName
{
background-color: #E431CC;
}
.BgClassName
{
background-color: #E431CC;
}
</style>
border-color css
<style>
span { border-color: #E431CC; }
span { border-color: rgb(228,49,204); }
td.TdClassName
{
border-color: #E431CC;
}
.TagClassName
{
border-color: #E431CC;
}
</style>