Shades of Razzle Dazzle Rose #E640CB
Tints of Razzle Dazzle Rose #E640CB
RGB
CMYK
RGB Variations
Color information
#E640CB (or 0xE640CB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 40 and CB. RGB value is (230,64,203). Sum of RGB (Red+Green+Blue) = 230+64+203=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E640CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E640CB is #19BF34. Grayscale: #818181. Windows color (decimal): -1687349 or 13320422. OLE color: 13320422.
HSL color Cylindrical-coordinate representation of color #E640CB: hue angle of 309.76º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E640CB is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 203 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.10 |
| HSL | 309.76º | 0.77% | 0.58% | - |
| HSV(B) | 309.76º | 0.72% | 0.9% | - |
| XYZ | 45.25 | 24.8 | 58.9 | - |
| YUV | 129.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 203 | 0 | 0.72 | 0.12 | 0.10 | 309.76 | 0.77 | 0.58 |
| Hex | E6 | 40 | CB | 0 | 48 | C | A | 136 | 4D | 3A |
| Octal | 346 | 100 | 313 | 0 | 110 | 14 | 12 | 466 | 115 | 72 |
| Binary | 11100110 | 1000000 | 11001011 | 0 | 1001000 | 1100 | 1010 | 100110110 | 1001101 | 111010 |
Color Harmonies of #E640CB
Complementary color
Monochromatic Colors of #E640CB
Black with #E640CB
Text Example
Text Example
White with #E640CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E640CB; }
p { color: rgb(230,64,203); }
H1.HeaderClassName
{
color: #E640CB;
}
.AnyTagClassName
{
color: #E640CB;
}
</style>
background-color css
<style>
a { background-color: #E640CB; }
a { background-color: rgb(230,64,203); }
div.DivClassName
{
background-color: #E640CB;
}
.BgClassName
{
background-color: #E640CB;
}
</style>
border-color css
<style>
span { border-color: #E640CB; }
span { border-color: rgb(230,64,203); }
td.TdClassName
{
border-color: #E640CB;
}
.TagClassName
{
border-color: #E640CB;
}
</style>