Shades of Razzle Dazzle Rose #E526E8
Tints of Razzle Dazzle Rose #E526E8
RGB
CMYK
RGB Variations
Color information
#E526E8 (or 0xE526E8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and E8. RGB value is (229,38,232). Sum of RGB (Red+Green+Blue) = 229+38+232=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #E526E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E526E8 is #1AD917. Grayscale: #747474. Windows color (decimal): -1759512 or 15214309. OLE color: 15214309.
HSL color Cylindrical-coordinate representation of color #E526E8: hue angle of 299.07º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E526E8 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 38 | 232 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.09 |
| HSL | 299.07º | 0.81% | 0.53% | - |
| HSV(B) | 299.07º | 0.84% | 0.91% | - |
| XYZ | 47.57 | 23.87 | 78.44 | - |
| YUV | 117.23 | 192.78 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 232 | 0.01 | 0.84 | 0 | 0.09 | 299.07 | 0.81 | 0.53 |
| Hex | E5 | 26 | E8 | 1 | 54 | 0 | 9 | 12B | 51 | 35 |
| Octal | 345 | 46 | 350 | 1 | 124 | 0 | 11 | 453 | 121 | 65 |
| Binary | 11100101 | 100110 | 11101000 | 1 | 1010100 | 0 | 1001 | 100101011 | 1010001 | 110101 |
Color Harmonies of #E526E8
Complementary color
Monochromatic Colors of #E526E8
Black with #E526E8
Text Example
Text Example
White with #E526E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E526E8; }
p { color: rgb(229,38,232); }
H1.HeaderClassName
{
color: #E526E8;
}
.AnyTagClassName
{
color: #E526E8;
}
</style>
background-color css
<style>
a { background-color: #E526E8; }
a { background-color: rgb(229,38,232); }
div.DivClassName
{
background-color: #E526E8;
}
.BgClassName
{
background-color: #E526E8;
}
</style>
border-color css
<style>
span { border-color: #E526E8; }
span { border-color: rgb(229,38,232); }
td.TdClassName
{
border-color: #E526E8;
}
.TagClassName
{
border-color: #E526E8;
}
</style>