Shades of Razzle Dazzle Rose #E434BC
Tints of Razzle Dazzle Rose #E434BC
RGB
CMYK
RGB Variations
Color information
#E434BC (or 0xE434BC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and BC. RGB value is (228,52,188). Sum of RGB (Red+Green+Blue) = 228+52+188=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E434BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434BC is #1BCB43. Grayscale: #777777. Windows color (decimal): -1821508 or 12334308. OLE color: 12334308.
HSL color Cylindrical-coordinate representation of color #E434BC: hue angle of 313.64º 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 #E434BC is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 188 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.11 |
| HSL | 313.64º | 0.77% | 0.55% | - |
| HSV(B) | 313.64º | 0.77% | 0.89% | - |
| XYZ | 42.3 | 22.58 | 49.71 | - |
| YUV | 120.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 188 | 0 | 0.77 | 0.18 | 0.11 | 313.64 | 0.77 | 0.55 |
| Hex | E4 | 34 | BC | 0 | 4D | 12 | B | 13A | 4D | 37 |
| Octal | 344 | 64 | 274 | 0 | 115 | 22 | 13 | 472 | 115 | 67 |
| Binary | 11100100 | 110100 | 10111100 | 0 | 1001101 | 10010 | 1011 | 100111010 | 1001101 | 110111 |
Color Harmonies of #E434BC
Complementary color
Monochromatic Colors of #E434BC
Black with #E434BC
Text Example
Text Example
White with #E434BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434BC; }
p { color: rgb(228,52,188); }
H1.HeaderClassName
{
color: #E434BC;
}
.AnyTagClassName
{
color: #E434BC;
}
</style>
background-color css
<style>
a { background-color: #E434BC; }
a { background-color: rgb(228,52,188); }
div.DivClassName
{
background-color: #E434BC;
}
.BgClassName
{
background-color: #E434BC;
}
</style>
border-color css
<style>
span { border-color: #E434BC; }
span { border-color: rgb(228,52,188); }
td.TdClassName
{
border-color: #E434BC;
}
.TagClassName
{
border-color: #E434BC;
}
</style>