Shades of Razzle Dazzle Rose #E434CD
Tints of Razzle Dazzle Rose #E434CD
RGB
CMYK
RGB Variations
Color information
#E434CD (or 0xE434CD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and CD. RGB value is (228,52,205). Sum of RGB (Red+Green+Blue) = 228+52+205=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E434CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434CD is #1BCB32. Grayscale: #797979. Windows color (decimal): -1821491 or 13448420. OLE color: 13448420.
HSL color Cylindrical-coordinate representation of color #E434CD: hue angle of 307.84º 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 #E434CD is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 205 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.11 |
| HSL | 307.84º | 0.77% | 0.55% | - |
| HSV(B) | 307.84º | 0.77% | 0.89% | - |
| XYZ | 44.24 | 23.36 | 59.93 | - |
| YUV | 122.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 205 | 0 | 0.77 | 0.10 | 0.11 | 307.84 | 0.77 | 0.55 |
| Hex | E4 | 34 | CD | 0 | 4D | A | B | 134 | 4D | 37 |
| Octal | 344 | 64 | 315 | 0 | 115 | 12 | 13 | 464 | 115 | 67 |
| Binary | 11100100 | 110100 | 11001101 | 0 | 1001101 | 1010 | 1011 | 100110100 | 1001101 | 110111 |
Color Harmonies of #E434CD
Complementary color
Monochromatic Colors of #E434CD
Black with #E434CD
Text Example
Text Example
White with #E434CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434CD; }
p { color: rgb(228,52,205); }
H1.HeaderClassName
{
color: #E434CD;
}
.AnyTagClassName
{
color: #E434CD;
}
</style>
background-color css
<style>
a { background-color: #E434CD; }
a { background-color: rgb(228,52,205); }
div.DivClassName
{
background-color: #E434CD;
}
.BgClassName
{
background-color: #E434CD;
}
</style>
border-color css
<style>
span { border-color: #E434CD; }
span { border-color: rgb(228,52,205); }
td.TdClassName
{
border-color: #E434CD;
}
.TagClassName
{
border-color: #E434CD;
}
</style>