Shades of Razzle Dazzle Rose #E130CB
Tints of Razzle Dazzle Rose #E130CB
RGB
CMYK
RGB Variations
Color information
#E130CB (or 0xE130CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and CB. RGB value is (225,48,203). Sum of RGB (Red+Green+Blue) = 225+48+203=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E130CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130CB is #1ECF34. Grayscale: #767676. Windows color (decimal): -2019125 or 13316321. OLE color: 13316321.
HSL color Cylindrical-coordinate representation of color #E130CB: hue angle of 307.46º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130CB is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 203 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.12 |
| HSL | 307.46º | 0.75% | 0.54% | - |
| HSV(B) | 307.46º | 0.79% | 0.88% | - |
| XYZ | 42.89 | 22.43 | 58.57 | - |
| YUV | 118.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 203 | 0 | 0.79 | 0.10 | 0.12 | 307.46 | 0.75 | 0.54 |
| Hex | E1 | 30 | CB | 0 | 4F | A | C | 133 | 4B | 36 |
| Octal | 341 | 60 | 313 | 0 | 117 | 12 | 14 | 463 | 113 | 66 |
| Binary | 11100001 | 110000 | 11001011 | 0 | 1001111 | 1010 | 1100 | 100110011 | 1001011 | 110110 |
Color Harmonies of #E130CB
Complementary color
Monochromatic Colors of #E130CB
Black with #E130CB
Text Example
Text Example
White with #E130CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130CB; }
p { color: rgb(225,48,203); }
H1.HeaderClassName
{
color: #E130CB;
}
.AnyTagClassName
{
color: #E130CB;
}
</style>
background-color css
<style>
a { background-color: #E130CB; }
a { background-color: rgb(225,48,203); }
div.DivClassName
{
background-color: #E130CB;
}
.BgClassName
{
background-color: #E130CB;
}
</style>
border-color css
<style>
span { border-color: #E130CB; }
span { border-color: rgb(225,48,203); }
td.TdClassName
{
border-color: #E130CB;
}
.TagClassName
{
border-color: #E130CB;
}
</style>