Shades of Razzle Dazzle Rose #E639C2
Tints of Razzle Dazzle Rose #E639C2
RGB
CMYK
RGB Variations
Color information
#E639C2 (or 0xE639C2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 39 and C2. RGB value is (230,57,194). Sum of RGB (Red+Green+Blue) = 230+57+194=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E639C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E639C2 is #19C63D. Grayscale: #7B7B7B. Windows color (decimal): -1689150 or 12728806. OLE color: 12728806.
HSL color Cylindrical-coordinate representation of color #E639C2: hue angle of 312.49º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E639C2 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 194 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.10 |
| HSL | 312.49º | 0.78% | 0.56% | - |
| HSV(B) | 312.49º | 0.75% | 0.9% | - |
| XYZ | 43.83 | 23.64 | 53.29 | - |
| YUV | 124.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 194 | 0 | 0.75 | 0.16 | 0.10 | 312.49 | 0.78 | 0.56 |
| Hex | E6 | 39 | C2 | 0 | 4B | 10 | A | 138 | 4E | 38 |
| Octal | 346 | 71 | 302 | 0 | 113 | 20 | 12 | 470 | 116 | 70 |
| Binary | 11100110 | 111001 | 11000010 | 0 | 1001011 | 10000 | 1010 | 100111000 | 1001110 | 111000 |
Color Harmonies of #E639C2
Complementary color
Monochromatic Colors of #E639C2
Black with #E639C2
Text Example
Text Example
White with #E639C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E639C2; }
p { color: rgb(230,57,194); }
H1.HeaderClassName
{
color: #E639C2;
}
.AnyTagClassName
{
color: #E639C2;
}
</style>
background-color css
<style>
a { background-color: #E639C2; }
a { background-color: rgb(230,57,194); }
div.DivClassName
{
background-color: #E639C2;
}
.BgClassName
{
background-color: #E639C2;
}
</style>
border-color css
<style>
span { border-color: #E639C2; }
span { border-color: rgb(230,57,194); }
td.TdClassName
{
border-color: #E639C2;
}
.TagClassName
{
border-color: #E639C2;
}
</style>