Shades of Razzle Dazzle Rose #E626D8
Tints of Razzle Dazzle Rose #E626D8
RGB
CMYK
RGB Variations
Color information
#E626D8 (or 0xE626D8) is known color: Razzle Dazzle Rose. HEX triplet: E6, 26 and D8. RGB value is (230,38,216). Sum of RGB (Red+Green+Blue) = 230+38+216=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E626D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E626D8 is #19D927. Grayscale: #737373. Windows color (decimal): -1693992 or 14165734. OLE color: 14165734.
HSL color Cylindrical-coordinate representation of color #E626D8: hue angle of 304.38º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E626D8 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 216 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.10 |
| HSL | 304.38º | 0.79% | 0.53% | - |
| HSV(B) | 304.38º | 0.83% | 0.9% | - |
| XYZ | 45.72 | 23.17 | 67.03 | - |
| YUV | 115.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 216 | 0 | 0.83 | 0.06 | 0.10 | 304.38 | 0.79 | 0.53 |
| Hex | E6 | 26 | D8 | 0 | 53 | 6 | A | 130 | 4F | 35 |
| Octal | 346 | 46 | 330 | 0 | 123 | 6 | 12 | 460 | 117 | 65 |
| Binary | 11100110 | 100110 | 11011000 | 0 | 1010011 | 110 | 1010 | 100110000 | 1001111 | 110101 |
Color Harmonies of #E626D8
Complementary color
Monochromatic Colors of #E626D8
Black with #E626D8
Text Example
Text Example
White with #E626D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E626D8; }
p { color: rgb(230,38,216); }
H1.HeaderClassName
{
color: #E626D8;
}
.AnyTagClassName
{
color: #E626D8;
}
</style>
background-color css
<style>
a { background-color: #E626D8; }
a { background-color: rgb(230,38,216); }
div.DivClassName
{
background-color: #E626D8;
}
.BgClassName
{
background-color: #E626D8;
}
</style>
border-color css
<style>
span { border-color: #E626D8; }
span { border-color: rgb(230,38,216); }
td.TdClassName
{
border-color: #E626D8;
}
.TagClassName
{
border-color: #E626D8;
}
</style>