Shades of Razzle Dazzle Rose #E632D3
Tints of Razzle Dazzle Rose #E632D3
RGB
CMYK
RGB Variations
Color information
#E632D3 (or 0xE632D3) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and D3. RGB value is (230,50,211). Sum of RGB (Red+Green+Blue) = 230+50+211=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E632D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632D3 is #19CD2C. Grayscale: #797979. Windows color (decimal): -1690925 or 13841126. OLE color: 13841126.
HSL color Cylindrical-coordinate representation of color #E632D3: hue angle of 306.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E632D3 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 211 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.10 |
| HSL | 306.33º | 0.78% | 0.55% | - |
| HSV(B) | 306.33º | 0.78% | 0.9% | - |
| XYZ | 45.53 | 23.81 | 63.82 | - |
| YUV | 122.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 211 | 0 | 0.78 | 0.08 | 0.10 | 306.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | D3 | 0 | 4E | 8 | A | 132 | 4E | 37 |
| Octal | 346 | 62 | 323 | 0 | 116 | 10 | 12 | 462 | 116 | 67 |
| Binary | 11100110 | 110010 | 11010011 | 0 | 1001110 | 1000 | 1010 | 100110010 | 1001110 | 110111 |
Color Harmonies of #E632D3
Complementary color
Monochromatic Colors of #E632D3
Black with #E632D3
Text Example
Text Example
White with #E632D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632D3; }
p { color: rgb(230,50,211); }
H1.HeaderClassName
{
color: #E632D3;
}
.AnyTagClassName
{
color: #E632D3;
}
</style>
background-color css
<style>
a { background-color: #E632D3; }
a { background-color: rgb(230,50,211); }
div.DivClassName
{
background-color: #E632D3;
}
.BgClassName
{
background-color: #E632D3;
}
</style>
border-color css
<style>
span { border-color: #E632D3; }
span { border-color: rgb(230,50,211); }
td.TdClassName
{
border-color: #E632D3;
}
.TagClassName
{
border-color: #E632D3;
}
</style>