Shades of Razzle Dazzle Rose #E434B9
Tints of Razzle Dazzle Rose #E434B9
RGB
CMYK
RGB Variations
Color information
#E434B9 (or 0xE434B9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and B9. RGB value is (228,52,185). Sum of RGB (Red+Green+Blue) = 228+52+185=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E434B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434B9 is #1BCB46. Grayscale: #777777. Windows color (decimal): -1821511 or 12137700. OLE color: 12137700.
HSL color Cylindrical-coordinate representation of color #E434B9: hue angle of 314.66º 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 #E434B9 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 185 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.11 |
| HSL | 314.66º | 0.77% | 0.55% | - |
| HSV(B) | 314.66º | 0.77% | 0.89% | - |
| XYZ | 41.98 | 22.45 | 48.02 | - |
| YUV | 119.79 | 164.81 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 185 | 0 | 0.77 | 0.19 | 0.11 | 314.66 | 0.77 | 0.55 |
| Hex | E4 | 34 | B9 | 0 | 4D | 13 | B | 13B | 4D | 37 |
| Octal | 344 | 64 | 271 | 0 | 115 | 23 | 13 | 473 | 115 | 67 |
| Binary | 11100100 | 110100 | 10111001 | 0 | 1001101 | 10011 | 1011 | 100111011 | 1001101 | 110111 |
Color Harmonies of #E434B9
Complementary color
Monochromatic Colors of #E434B9
Black with #E434B9
Text Example
Text Example
White with #E434B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434B9; }
p { color: rgb(228,52,185); }
H1.HeaderClassName
{
color: #E434B9;
}
.AnyTagClassName
{
color: #E434B9;
}
</style>
background-color css
<style>
a { background-color: #E434B9; }
a { background-color: rgb(228,52,185); }
div.DivClassName
{
background-color: #E434B9;
}
.BgClassName
{
background-color: #E434B9;
}
</style>
border-color css
<style>
span { border-color: #E434B9; }
span { border-color: rgb(228,52,185); }
td.TdClassName
{
border-color: #E434B9;
}
.TagClassName
{
border-color: #E434B9;
}
</style>