Shades of Razzle Dazzle Rose #E630CB
Tints of Razzle Dazzle Rose #E630CB
RGB
CMYK
RGB Variations
Color information
#E630CB (or 0xE630CB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 30 and CB. RGB value is (230,48,203). Sum of RGB (Red+Green+Blue) = 230+48+203=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E630CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630CB is #19CF34. Grayscale: #777777. Windows color (decimal): -1691445 or 13316326. OLE color: 13316326.
HSL color Cylindrical-coordinate representation of color #E630CB: hue angle of 308.9º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E630CB is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 203 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.10 |
| HSL | 308.9º | 0.78% | 0.55% | - |
| HSV(B) | 308.9º | 0.79% | 0.9% | - |
| XYZ | 44.47 | 23.25 | 58.64 | - |
| YUV | 120.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 203 | 0 | 0.79 | 0.12 | 0.10 | 308.9 | 0.78 | 0.55 |
| Hex | E6 | 30 | CB | 0 | 4F | C | A | 135 | 4E | 37 |
| Octal | 346 | 60 | 313 | 0 | 117 | 14 | 12 | 465 | 116 | 67 |
| Binary | 11100110 | 110000 | 11001011 | 0 | 1001111 | 1100 | 1010 | 100110101 | 1001110 | 110111 |
Color Harmonies of #E630CB
Complementary color
Monochromatic Colors of #E630CB
Black with #E630CB
Text Example
Text Example
White with #E630CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630CB; }
p { color: rgb(230,48,203); }
H1.HeaderClassName
{
color: #E630CB;
}
.AnyTagClassName
{
color: #E630CB;
}
</style>
background-color css
<style>
a { background-color: #E630CB; }
a { background-color: rgb(230,48,203); }
div.DivClassName
{
background-color: #E630CB;
}
.BgClassName
{
background-color: #E630CB;
}
</style>
border-color css
<style>
span { border-color: #E630CB; }
span { border-color: rgb(230,48,203); }
td.TdClassName
{
border-color: #E630CB;
}
.TagClassName
{
border-color: #E630CB;
}
</style>