Shades of Razzle Dazzle Rose #E13BCB
Tints of Razzle Dazzle Rose #E13BCB
RGB
CMYK
RGB Variations
Color information
#E13BCB (or 0xE13BCB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3B and CB. RGB value is (225,59,203). Sum of RGB (Red+Green+Blue) = 225+59+203=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BCB is #1EC434. Grayscale: #7C7C7C. Windows color (decimal): -2016309 or 13319137. OLE color: 13319137.
HSL color Cylindrical-coordinate representation of color #E13BCB: hue angle of 307.95º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BCB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 203 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.12 |
| HSL | 307.95º | 0.73% | 0.56% | - |
| HSV(B) | 307.95º | 0.74% | 0.88% | - |
| XYZ | 43.39 | 23.45 | 58.74 | - |
| YUV | 125.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 203 | 0 | 0.74 | 0.10 | 0.12 | 307.95 | 0.73 | 0.56 |
| Hex | E1 | 3B | CB | 0 | 4A | A | C | 134 | 49 | 38 |
| Octal | 341 | 73 | 313 | 0 | 112 | 12 | 14 | 464 | 111 | 70 |
| Binary | 11100001 | 111011 | 11001011 | 0 | 1001010 | 1010 | 1100 | 100110100 | 1001001 | 111000 |
Color Harmonies of #E13BCB
Complementary color
Monochromatic Colors of #E13BCB
Black with #E13BCB
Text Example
Text Example
White with #E13BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13BCB; }
p { color: rgb(225,59,203); }
H1.HeaderClassName
{
color: #E13BCB;
}
.AnyTagClassName
{
color: #E13BCB;
}
</style>
background-color css
<style>
a { background-color: #E13BCB; }
a { background-color: rgb(225,59,203); }
div.DivClassName
{
background-color: #E13BCB;
}
.BgClassName
{
background-color: #E13BCB;
}
</style>
border-color css
<style>
span { border-color: #E13BCB; }
span { border-color: rgb(225,59,203); }
td.TdClassName
{
border-color: #E13BCB;
}
.TagClassName
{
border-color: #E13BCB;
}
</style>