Shades of Razzle Dazzle Rose #E642B8
Tints of Razzle Dazzle Rose #E642B8
RGB
CMYK
RGB Variations
Color information
#E642B8 (or 0xE642B8) is known color: Razzle Dazzle Rose. HEX triplet: E6, 42 and B8. RGB value is (230,66,184). Sum of RGB (Red+Green+Blue) = 230+66+184=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E642B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642B8 is #19BD47. Grayscale: #808080. Windows color (decimal): -1686856 or 12075750. OLE color: 12075750.
HSL color Cylindrical-coordinate representation of color #E642B8: hue angle of 316.83º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E642B8 is Cyan = 0, Magento = 0.71, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 184 | - |
| CMYK | 0 | 0.71 | 0.2 | 0.10 |
| HSL | 316.83º | 0.77% | 0.58% | - |
| HSV(B) | 316.83º | 0.71% | 0.9% | - |
| XYZ | 43.23 | 24.18 | 47.74 | - |
| YUV | 128.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 184 | 0 | 0.71 | 0.2 | 0.10 | 316.83 | 0.77 | 0.58 |
| Hex | E6 | 42 | B8 | 0 | 47 | 14 | A | 13D | 4D | 3A |
| Octal | 346 | 102 | 270 | 0 | 107 | 24 | 12 | 475 | 115 | 72 |
| Binary | 11100110 | 1000010 | 10111000 | 0 | 1000111 | 10100 | 1010 | 100111101 | 1001101 | 111010 |
Color Harmonies of #E642B8
Complementary color
Monochromatic Colors of #E642B8
Black with #E642B8
Text Example
Text Example
White with #E642B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E642B8; }
p { color: rgb(230,66,184); }
H1.HeaderClassName
{
color: #E642B8;
}
.AnyTagClassName
{
color: #E642B8;
}
</style>
background-color css
<style>
a { background-color: #E642B8; }
a { background-color: rgb(230,66,184); }
div.DivClassName
{
background-color: #E642B8;
}
.BgClassName
{
background-color: #E642B8;
}
</style>
border-color css
<style>
span { border-color: #E642B8; }
span { border-color: rgb(230,66,184); }
td.TdClassName
{
border-color: #E642B8;
}
.TagClassName
{
border-color: #E642B8;
}
</style>