Shades of Razzle Dazzle Rose #E133CB
Tints of Razzle Dazzle Rose #E133CB
RGB
CMYK
RGB Variations
Color information
#E133CB (or 0xE133CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and CB. RGB value is (225,51,203). Sum of RGB (Red+Green+Blue) = 225+51+203=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E133CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133CB is #1ECC34. Grayscale: #777777. Windows color (decimal): -2018357 or 13317089. OLE color: 13317089.
HSL color Cylindrical-coordinate representation of color #E133CB: hue angle of 307.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E133CB is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 203 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.12 |
| HSL | 307.59º | 0.74% | 0.54% | - |
| HSV(B) | 307.59º | 0.77% | 0.88% | - |
| XYZ | 43.01 | 22.69 | 58.61 | - |
| YUV | 120.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 203 | 0 | 0.77 | 0.10 | 0.12 | 307.59 | 0.74 | 0.54 |
| Hex | E1 | 33 | CB | 0 | 4D | A | C | 134 | 4A | 36 |
| Octal | 341 | 63 | 313 | 0 | 115 | 12 | 14 | 464 | 112 | 66 |
| Binary | 11100001 | 110011 | 11001011 | 0 | 1001101 | 1010 | 1100 | 100110100 | 1001010 | 110110 |
Color Harmonies of #E133CB
Complementary color
Monochromatic Colors of #E133CB
Black with #E133CB
Text Example
Text Example
White with #E133CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E133CB; }
p { color: rgb(225,51,203); }
H1.HeaderClassName
{
color: #E133CB;
}
.AnyTagClassName
{
color: #E133CB;
}
</style>
background-color css
<style>
a { background-color: #E133CB; }
a { background-color: rgb(225,51,203); }
div.DivClassName
{
background-color: #E133CB;
}
.BgClassName
{
background-color: #E133CB;
}
</style>
border-color css
<style>
span { border-color: #E133CB; }
span { border-color: rgb(225,51,203); }
td.TdClassName
{
border-color: #E133CB;
}
.TagClassName
{
border-color: #E133CB;
}
</style>