Shades of Razzle Dazzle Rose #E53BCB
Tints of Razzle Dazzle Rose #E53BCB
RGB
CMYK
RGB Variations
Color information
#E53BCB (or 0xE53BCB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and CB. RGB value is (229,59,203). Sum of RGB (Red+Green+Blue) = 229+59+203=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BCB is #1AC434. Grayscale: #7D7D7D. Windows color (decimal): -1754165 or 13319141. OLE color: 13319141.
HSL color Cylindrical-coordinate representation of color #E53BCB: hue angle of 309.18º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BCB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 203 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.10 |
| HSL | 309.18º | 0.77% | 0.56% | - |
| HSV(B) | 309.18º | 0.74% | 0.9% | - |
| XYZ | 44.66 | 24.1 | 58.8 | - |
| YUV | 126.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 203 | 0 | 0.74 | 0.11 | 0.10 | 309.18 | 0.77 | 0.56 |
| Hex | E5 | 3B | CB | 0 | 4A | B | A | 135 | 4D | 38 |
| Octal | 345 | 73 | 313 | 0 | 112 | 13 | 12 | 465 | 115 | 70 |
| Binary | 11100101 | 111011 | 11001011 | 0 | 1001010 | 1011 | 1010 | 100110101 | 1001101 | 111000 |
Color Harmonies of #E53BCB
Complementary color
Monochromatic Colors of #E53BCB
Black with #E53BCB
Text Example
Text Example
White with #E53BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BCB; }
p { color: rgb(229,59,203); }
H1.HeaderClassName
{
color: #E53BCB;
}
.AnyTagClassName
{
color: #E53BCB;
}
</style>
background-color css
<style>
a { background-color: #E53BCB; }
a { background-color: rgb(229,59,203); }
div.DivClassName
{
background-color: #E53BCB;
}
.BgClassName
{
background-color: #E53BCB;
}
</style>
border-color css
<style>
span { border-color: #E53BCB; }
span { border-color: rgb(229,59,203); }
td.TdClassName
{
border-color: #E53BCB;
}
.TagClassName
{
border-color: #E53BCB;
}
</style>