Shades of Razzle Dazzle Rose #E64AB8
Tints of Razzle Dazzle Rose #E64AB8
RGB
CMYK
RGB Variations
Color information
#E64AB8 (or 0xE64AB8) is known color: Razzle Dazzle Rose. HEX triplet: E6, 4A and B8. RGB value is (230,74,184). Sum of RGB (Red+Green+Blue) = 230+74+184=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64AB8 is #19B547. Grayscale: #848484. Windows color (decimal): -1684808 or 12077798. OLE color: 12077798.
HSL color Cylindrical-coordinate representation of color #E64AB8: hue angle of 317.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64AB8 is Cyan = 0, Magento = 0.68, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 184 | - |
| CMYK | 0 | 0.68 | 0.2 | 0.10 |
| HSL | 317.69º | 0.76% | 0.6% | - |
| HSV(B) | 317.69º | 0.68% | 0.9% | - |
| XYZ | 43.73 | 25.18 | 47.9 | - |
| YUV | 133.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 184 | 0 | 0.68 | 0.2 | 0.10 | 317.69 | 0.76 | 0.6 |
| Hex | E6 | 4A | B8 | 0 | 44 | 14 | A | 13E | 4C | 3C |
| Octal | 346 | 112 | 270 | 0 | 104 | 24 | 12 | 476 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10111000 | 0 | 1000100 | 10100 | 1010 | 100111110 | 1001100 | 111100 |
Color Harmonies of #E64AB8
Complementary color
Monochromatic Colors of #E64AB8
Black with #E64AB8
Text Example
Text Example
White with #E64AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AB8; }
p { color: rgb(230,74,184); }
H1.HeaderClassName
{
color: #E64AB8;
}
.AnyTagClassName
{
color: #E64AB8;
}
</style>
background-color css
<style>
a { background-color: #E64AB8; }
a { background-color: rgb(230,74,184); }
div.DivClassName
{
background-color: #E64AB8;
}
.BgClassName
{
background-color: #E64AB8;
}
</style>
border-color css
<style>
span { border-color: #E64AB8; }
span { border-color: rgb(230,74,184); }
td.TdClassName
{
border-color: #E64AB8;
}
.TagClassName
{
border-color: #E64AB8;
}
</style>