Shades of Razzle Dazzle Rose #E640C1
Tints of Razzle Dazzle Rose #E640C1
RGB
CMYK
RGB Variations
Color information
#E640C1 (or 0xE640C1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 40 and C1. RGB value is (230,64,193). Sum of RGB (Red+Green+Blue) = 230+64+193=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E640C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E640C1 is #19BF3E. Grayscale: #7F7F7F. Windows color (decimal): -1687359 or 12665062. OLE color: 12665062.
HSL color Cylindrical-coordinate representation of color #E640C1: hue angle of 313.37º 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 #E640C1 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 193 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.10 |
| HSL | 313.37º | 0.77% | 0.58% | - |
| HSV(B) | 313.37º | 0.72% | 0.9% | - |
| XYZ | 44.09 | 24.34 | 52.83 | - |
| YUV | 128.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 193 | 0 | 0.72 | 0.16 | 0.10 | 313.37 | 0.77 | 0.58 |
| Hex | E6 | 40 | C1 | 0 | 48 | 10 | A | 139 | 4D | 3A |
| Octal | 346 | 100 | 301 | 0 | 110 | 20 | 12 | 471 | 115 | 72 |
| Binary | 11100110 | 1000000 | 11000001 | 0 | 1001000 | 10000 | 1010 | 100111001 | 1001101 | 111010 |
Color Harmonies of #E640C1
Complementary color
Monochromatic Colors of #E640C1
Black with #E640C1
Text Example
Text Example
White with #E640C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E640C1; }
p { color: rgb(230,64,193); }
H1.HeaderClassName
{
color: #E640C1;
}
.AnyTagClassName
{
color: #E640C1;
}
</style>
background-color css
<style>
a { background-color: #E640C1; }
a { background-color: rgb(230,64,193); }
div.DivClassName
{
background-color: #E640C1;
}
.BgClassName
{
background-color: #E640C1;
}
</style>
border-color css
<style>
span { border-color: #E640C1; }
span { border-color: rgb(230,64,193); }
td.TdClassName
{
border-color: #E640C1;
}
.TagClassName
{
border-color: #E640C1;
}
</style>