Shades of Razzle Dazzle Rose #E434B8
Tints of Razzle Dazzle Rose #E434B8
RGB
CMYK
RGB Variations
Color information
#E434B8 (or 0xE434B8) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and B8. RGB value is (228,52,184). Sum of RGB (Red+Green+Blue) = 228+52+184=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E434B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434B8 is #1BCB47. Grayscale: #777777. Windows color (decimal): -1821512 or 12072164. OLE color: 12072164.
HSL color Cylindrical-coordinate representation of color #E434B8: hue angle of 315º 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 #E434B8 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 184 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.11 |
| HSL | 315º | 0.77% | 0.55% | - |
| HSV(B) | 315º | 0.77% | 0.89% | - |
| XYZ | 41.87 | 22.41 | 47.47 | - |
| YUV | 119.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 184 | 0 | 0.77 | 0.19 | 0.11 | 315 | 0.77 | 0.55 |
| Hex | E4 | 34 | B8 | 0 | 4D | 13 | B | 13B | 4D | 37 |
| Octal | 344 | 64 | 270 | 0 | 115 | 23 | 13 | 473 | 115 | 67 |
| Binary | 11100100 | 110100 | 10111000 | 0 | 1001101 | 10011 | 1011 | 100111011 | 1001101 | 110111 |
Color Harmonies of #E434B8
Complementary color
Monochromatic Colors of #E434B8
Black with #E434B8
Text Example
Text Example
White with #E434B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434B8; }
p { color: rgb(228,52,184); }
H1.HeaderClassName
{
color: #E434B8;
}
.AnyTagClassName
{
color: #E434B8;
}
</style>
background-color css
<style>
a { background-color: #E434B8; }
a { background-color: rgb(228,52,184); }
div.DivClassName
{
background-color: #E434B8;
}
.BgClassName
{
background-color: #E434B8;
}
</style>
border-color css
<style>
span { border-color: #E434B8; }
span { border-color: rgb(228,52,184); }
td.TdClassName
{
border-color: #E434B8;
}
.TagClassName
{
border-color: #E434B8;
}
</style>