Shades of Razzle Dazzle Rose #E434CC
Tints of Razzle Dazzle Rose #E434CC
RGB
CMYK
RGB Variations
Color information
#E434CC (or 0xE434CC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and CC. RGB value is (228,52,204). Sum of RGB (Red+Green+Blue) = 228+52+204=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E434CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434CC is #1BCB33. Grayscale: #797979. Windows color (decimal): -1821492 or 13382884. OLE color: 13382884.
HSL color Cylindrical-coordinate representation of color #E434CC: hue angle of 308.18º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E434CC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 204 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.11 |
| HSL | 308.18º | 0.77% | 0.55% | - |
| HSV(B) | 308.18º | 0.77% | 0.89% | - |
| XYZ | 44.12 | 23.31 | 59.3 | - |
| YUV | 121.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 204 | 0 | 0.77 | 0.11 | 0.11 | 308.18 | 0.77 | 0.55 |
| Hex | E4 | 34 | CC | 0 | 4D | B | B | 134 | 4D | 37 |
| Octal | 344 | 64 | 314 | 0 | 115 | 13 | 13 | 464 | 115 | 67 |
| Binary | 11100100 | 110100 | 11001100 | 0 | 1001101 | 1011 | 1011 | 100110100 | 1001101 | 110111 |
Color Harmonies of #E434CC
Complementary color
Monochromatic Colors of #E434CC
Black with #E434CC
Text Example
Text Example
White with #E434CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434CC; }
p { color: rgb(228,52,204); }
H1.HeaderClassName
{
color: #E434CC;
}
.AnyTagClassName
{
color: #E434CC;
}
</style>
background-color css
<style>
a { background-color: #E434CC; }
a { background-color: rgb(228,52,204); }
div.DivClassName
{
background-color: #E434CC;
}
.BgClassName
{
background-color: #E434CC;
}
</style>
border-color css
<style>
span { border-color: #E434CC; }
span { border-color: rgb(228,52,204); }
td.TdClassName
{
border-color: #E434CC;
}
.TagClassName
{
border-color: #E434CC;
}
</style>