Shades of Razzle Dazzle Rose #E131CB
Tints of Razzle Dazzle Rose #E131CB
RGB
CMYK
RGB Variations
Color information
#E131CB (or 0xE131CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and CB. RGB value is (225,49,203). Sum of RGB (Red+Green+Blue) = 225+49+203=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E131CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131CB is #1ECE34. Grayscale: #767676. Windows color (decimal): -2018869 or 13316577. OLE color: 13316577.
HSL color Cylindrical-coordinate representation of color #E131CB: hue angle of 307.5º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131CB is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 203 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.12 |
| HSL | 307.5º | 0.75% | 0.54% | - |
| HSV(B) | 307.5º | 0.78% | 0.88% | - |
| XYZ | 42.93 | 22.52 | 58.58 | - |
| YUV | 119.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 203 | 0 | 0.78 | 0.10 | 0.12 | 307.5 | 0.75 | 0.54 |
| Hex | E1 | 31 | CB | 0 | 4E | A | C | 134 | 4B | 36 |
| Octal | 341 | 61 | 313 | 0 | 116 | 12 | 14 | 464 | 113 | 66 |
| Binary | 11100001 | 110001 | 11001011 | 0 | 1001110 | 1010 | 1100 | 100110100 | 1001011 | 110110 |
Color Harmonies of #E131CB
Complementary color
Monochromatic Colors of #E131CB
Black with #E131CB
Text Example
Text Example
White with #E131CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131CB; }
p { color: rgb(225,49,203); }
H1.HeaderClassName
{
color: #E131CB;
}
.AnyTagClassName
{
color: #E131CB;
}
</style>
background-color css
<style>
a { background-color: #E131CB; }
a { background-color: rgb(225,49,203); }
div.DivClassName
{
background-color: #E131CB;
}
.BgClassName
{
background-color: #E131CB;
}
</style>
border-color css
<style>
span { border-color: #E131CB; }
span { border-color: rgb(225,49,203); }
td.TdClassName
{
border-color: #E131CB;
}
.TagClassName
{
border-color: #E131CB;
}
</style>