Shades of Razzle Dazzle Rose #E245BC
Tints of Razzle Dazzle Rose #E245BC
RGB
CMYK
RGB Variations
Color information
#E245BC (or 0xE245BC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 45 and BC. RGB value is (226,69,188). Sum of RGB (Red+Green+Blue) = 226+69+188=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E245BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245BC is #1DBA43. Grayscale: #818181. Windows color (decimal): -1948228 or 12338658. OLE color: 12338658.
HSL color Cylindrical-coordinate representation of color #E245BC: hue angle of 314.52º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E245BC is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 188 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.11 |
| HSL | 314.52º | 0.73% | 0.58% | - |
| HSV(B) | 314.52º | 0.69% | 0.89% | - |
| XYZ | 42.57 | 24.06 | 49.98 | - |
| YUV | 129.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 188 | 0 | 0.69 | 0.17 | 0.11 | 314.52 | 0.73 | 0.58 |
| Hex | E2 | 45 | BC | 0 | 45 | 11 | B | 13B | 49 | 3A |
| Octal | 342 | 105 | 274 | 0 | 105 | 21 | 13 | 473 | 111 | 72 |
| Binary | 11100010 | 1000101 | 10111100 | 0 | 1000101 | 10001 | 1011 | 100111011 | 1001001 | 111010 |
Color Harmonies of #E245BC
Complementary color
Monochromatic Colors of #E245BC
Black with #E245BC
Text Example
Text Example
White with #E245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245BC; }
p { color: rgb(226,69,188); }
H1.HeaderClassName
{
color: #E245BC;
}
.AnyTagClassName
{
color: #E245BC;
}
</style>
background-color css
<style>
a { background-color: #E245BC; }
a { background-color: rgb(226,69,188); }
div.DivClassName
{
background-color: #E245BC;
}
.BgClassName
{
background-color: #E245BC;
}
</style>
border-color css
<style>
span { border-color: #E245BC; }
span { border-color: rgb(226,69,188); }
td.TdClassName
{
border-color: #E245BC;
}
.TagClassName
{
border-color: #E245BC;
}
</style>