Shades of Razzle Dazzle Rose #E130CE
Tints of Razzle Dazzle Rose #E130CE
RGB
CMYK
RGB Variations
Color information
#E130CE (or 0xE130CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and CE. RGB value is (225,48,206). Sum of RGB (Red+Green+Blue) = 225+48+206=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E130CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130CE is #1ECF31. Grayscale: #767676. Windows color (decimal): -2019122 or 13512929. OLE color: 13512929.
HSL color Cylindrical-coordinate representation of color #E130CE: hue angle of 306.44º 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 #E130CE is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 206 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.12 |
| HSL | 306.44º | 0.75% | 0.54% | - |
| HSV(B) | 306.44º | 0.79% | 0.88% | - |
| XYZ | 43.25 | 22.58 | 60.47 | - |
| YUV | 118.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 206 | 0 | 0.79 | 0.08 | 0.12 | 306.44 | 0.75 | 0.54 |
| Hex | E1 | 30 | CE | 0 | 4F | 8 | C | 132 | 4B | 36 |
| Octal | 341 | 60 | 316 | 0 | 117 | 10 | 14 | 462 | 113 | 66 |
| Binary | 11100001 | 110000 | 11001110 | 0 | 1001111 | 1000 | 1100 | 100110010 | 1001011 | 110110 |
Color Harmonies of #E130CE
Complementary color
Monochromatic Colors of #E130CE
Black with #E130CE
Text Example
Text Example
White with #E130CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130CE; }
p { color: rgb(225,48,206); }
H1.HeaderClassName
{
color: #E130CE;
}
.AnyTagClassName
{
color: #E130CE;
}
</style>
background-color css
<style>
a { background-color: #E130CE; }
a { background-color: rgb(225,48,206); }
div.DivClassName
{
background-color: #E130CE;
}
.BgClassName
{
background-color: #E130CE;
}
</style>
border-color css
<style>
span { border-color: #E130CE; }
span { border-color: rgb(225,48,206); }
td.TdClassName
{
border-color: #E130CE;
}
.TagClassName
{
border-color: #E130CE;
}
</style>