Shades of Razzle Dazzle Rose #E526BE
Tints of Razzle Dazzle Rose #E526BE
RGB
CMYK
RGB Variations
Color information
#E526BE (or 0xE526BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and BE. RGB value is (229,38,190). Sum of RGB (Red+Green+Blue) = 229+38+190=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E526BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526BE is #1AD941. Grayscale: #707070. Windows color (decimal): -1759554 or 12461797. OLE color: 12461797.
HSL color Cylindrical-coordinate representation of color #E526BE: hue angle of 312.25º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E526BE is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 190 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.10 |
| HSL | 312.25º | 0.79% | 0.52% | - |
| HSV(B) | 312.25º | 0.83% | 0.9% | - |
| XYZ | 42.3 | 21.76 | 50.69 | - |
| YUV | 112.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 190 | 0 | 0.83 | 0.17 | 0.10 | 312.25 | 0.79 | 0.52 |
| Hex | E5 | 26 | BE | 0 | 53 | 11 | A | 138 | 4F | 34 |
| Octal | 345 | 46 | 276 | 0 | 123 | 21 | 12 | 470 | 117 | 64 |
| Binary | 11100101 | 100110 | 10111110 | 0 | 1010011 | 10001 | 1010 | 100111000 | 1001111 | 110100 |
Color Harmonies of #E526BE
Complementary color
Monochromatic Colors of #E526BE
Black with #E526BE
Text Example
Text Example
White with #E526BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E526BE; }
p { color: rgb(229,38,190); }
H1.HeaderClassName
{
color: #E526BE;
}
.AnyTagClassName
{
color: #E526BE;
}
</style>
background-color css
<style>
a { background-color: #E526BE; }
a { background-color: rgb(229,38,190); }
div.DivClassName
{
background-color: #E526BE;
}
.BgClassName
{
background-color: #E526BE;
}
</style>
border-color css
<style>
span { border-color: #E526BE; }
span { border-color: rgb(229,38,190); }
td.TdClassName
{
border-color: #E526BE;
}
.TagClassName
{
border-color: #E526BE;
}
</style>