Shades of Razzle Dazzle Rose #E434CB
Tints of Razzle Dazzle Rose #E434CB
RGB
CMYK
RGB Variations
Color information
#E434CB (or 0xE434CB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and CB. RGB value is (228,52,203). Sum of RGB (Red+Green+Blue) = 228+52+203=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E434CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434CB is #1BCB34. Grayscale: #797979. Windows color (decimal): -1821493 or 13317348. OLE color: 13317348.
HSL color Cylindrical-coordinate representation of color #E434CB: hue angle of 308.52º 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 #E434CB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 203 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.11 |
| HSL | 308.52º | 0.77% | 0.55% | - |
| HSV(B) | 308.52º | 0.77% | 0.89% | - |
| XYZ | 44 | 23.26 | 58.67 | - |
| YUV | 121.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 203 | 0 | 0.77 | 0.11 | 0.11 | 308.52 | 0.77 | 0.55 |
| Hex | E4 | 34 | CB | 0 | 4D | B | B | 135 | 4D | 37 |
| Octal | 344 | 64 | 313 | 0 | 115 | 13 | 13 | 465 | 115 | 67 |
| Binary | 11100100 | 110100 | 11001011 | 0 | 1001101 | 1011 | 1011 | 100110101 | 1001101 | 110111 |
Color Harmonies of #E434CB
Complementary color
Monochromatic Colors of #E434CB
Black with #E434CB
Text Example
Text Example
White with #E434CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434CB; }
p { color: rgb(228,52,203); }
H1.HeaderClassName
{
color: #E434CB;
}
.AnyTagClassName
{
color: #E434CB;
}
</style>
background-color css
<style>
a { background-color: #E434CB; }
a { background-color: rgb(228,52,203); }
div.DivClassName
{
background-color: #E434CB;
}
.BgClassName
{
background-color: #E434CB;
}
</style>
border-color css
<style>
span { border-color: #E434CB; }
span { border-color: rgb(228,52,203); }
td.TdClassName
{
border-color: #E434CB;
}
.TagClassName
{
border-color: #E434CB;
}
</style>