Shades of Razzle Dazzle Rose #E434B5
Tints of Razzle Dazzle Rose #E434B5
RGB
CMYK
RGB Variations
Color information
#E434B5 (or 0xE434B5) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and B5. RGB value is (228,52,181). Sum of RGB (Red+Green+Blue) = 228+52+181=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E434B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434B5 is #1BCB4A. Grayscale: #767676. Windows color (decimal): -1821515 or 11875556. OLE color: 11875556.
HSL color Cylindrical-coordinate representation of color #E434B5: hue angle of 316.02º 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 #E434B5 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 181 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.11 |
| HSL | 316.02º | 0.77% | 0.55% | - |
| HSV(B) | 316.02º | 0.77% | 0.89% | - |
| XYZ | 41.56 | 22.29 | 45.83 | - |
| YUV | 119.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 181 | 0 | 0.77 | 0.21 | 0.11 | 316.02 | 0.77 | 0.55 |
| Hex | E4 | 34 | B5 | 0 | 4D | 15 | B | 13C | 4D | 37 |
| Octal | 344 | 64 | 265 | 0 | 115 | 25 | 13 | 474 | 115 | 67 |
| Binary | 11100100 | 110100 | 10110101 | 0 | 1001101 | 10101 | 1011 | 100111100 | 1001101 | 110111 |
Color Harmonies of #E434B5
Complementary color
Monochromatic Colors of #E434B5
Black with #E434B5
Text Example
Text Example
White with #E434B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434B5; }
p { color: rgb(228,52,181); }
H1.HeaderClassName
{
color: #E434B5;
}
.AnyTagClassName
{
color: #E434B5;
}
</style>
background-color css
<style>
a { background-color: #E434B5; }
a { background-color: rgb(228,52,181); }
div.DivClassName
{
background-color: #E434B5;
}
.BgClassName
{
background-color: #E434B5;
}
</style>
border-color css
<style>
span { border-color: #E434B5; }
span { border-color: rgb(228,52,181); }
td.TdClassName
{
border-color: #E434B5;
}
.TagClassName
{
border-color: #E434B5;
}
</style>