Shades of Razzle Dazzle Rose #E626BE
Tints of Razzle Dazzle Rose #E626BE
RGB
CMYK
RGB Variations
Color information
#E626BE (or 0xE626BE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 26 and BE. RGB value is (230,38,190). Sum of RGB (Red+Green+Blue) = 230+38+190=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E626BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E626BE is #19D941. Grayscale: #707070. Windows color (decimal): -1694018 or 12461798. OLE color: 12461798.
HSL color Cylindrical-coordinate representation of color #E626BE: hue angle of 312.5º 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 #E626BE is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 190 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.10 |
| HSL | 312.5º | 0.79% | 0.53% | - |
| HSV(B) | 312.5º | 0.83% | 0.9% | - |
| XYZ | 42.62 | 21.93 | 50.7 | - |
| YUV | 112.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 190 | 0 | 0.83 | 0.17 | 0.10 | 312.5 | 0.79 | 0.53 |
| Hex | E6 | 26 | BE | 0 | 53 | 11 | A | 138 | 4F | 35 |
| Octal | 346 | 46 | 276 | 0 | 123 | 21 | 12 | 470 | 117 | 65 |
| Binary | 11100110 | 100110 | 10111110 | 0 | 1010011 | 10001 | 1010 | 100111000 | 1001111 | 110101 |
Color Harmonies of #E626BE
Complementary color
Monochromatic Colors of #E626BE
Black with #E626BE
Text Example
Text Example
White with #E626BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E626BE; }
p { color: rgb(230,38,190); }
H1.HeaderClassName
{
color: #E626BE;
}
.AnyTagClassName
{
color: #E626BE;
}
</style>
background-color css
<style>
a { background-color: #E626BE; }
a { background-color: rgb(230,38,190); }
div.DivClassName
{
background-color: #E626BE;
}
.BgClassName
{
background-color: #E626BE;
}
</style>
border-color css
<style>
span { border-color: #E626BE; }
span { border-color: rgb(230,38,190); }
td.TdClassName
{
border-color: #E626BE;
}
.TagClassName
{
border-color: #E626BE;
}
</style>