Shades of Razzle Dazzle Rose #E427DB
Tints of Razzle Dazzle Rose #E427DB
RGB
CMYK
RGB Variations
Color information
#E427DB (or 0xE427DB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 27 and DB. RGB value is (228,39,219). Sum of RGB (Red+Green+Blue) = 228+39+219=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E427DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E427DB is #1BD824. Grayscale: #737373. Windows color (decimal): -1824805 or 14362596. OLE color: 14362596.
HSL color Cylindrical-coordinate representation of color #E427DB: hue angle of 302.86º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E427DB is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 219 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.11 |
| HSL | 302.86º | 0.78% | 0.52% | - |
| HSV(B) | 302.86º | 0.83% | 0.89% | - |
| XYZ | 45.51 | 23.06 | 69.07 | - |
| YUV | 116.03 | 186.12 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 219 | 0 | 0.83 | 0.04 | 0.11 | 302.86 | 0.78 | 0.52 |
| Hex | E4 | 27 | DB | 0 | 53 | 4 | B | 12F | 4E | 34 |
| Octal | 344 | 47 | 333 | 0 | 123 | 4 | 13 | 457 | 116 | 64 |
| Binary | 11100100 | 100111 | 11011011 | 0 | 1010011 | 100 | 1011 | 100101111 | 1001110 | 110100 |
Color Harmonies of #E427DB
Complementary color
Monochromatic Colors of #E427DB
Black with #E427DB
Text Example
Text Example
White with #E427DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E427DB; }
p { color: rgb(228,39,219); }
H1.HeaderClassName
{
color: #E427DB;
}
.AnyTagClassName
{
color: #E427DB;
}
</style>
background-color css
<style>
a { background-color: #E427DB; }
a { background-color: rgb(228,39,219); }
div.DivClassName
{
background-color: #E427DB;
}
.BgClassName
{
background-color: #E427DB;
}
</style>
border-color css
<style>
span { border-color: #E427DB; }
span { border-color: rgb(228,39,219); }
td.TdClassName
{
border-color: #E427DB;
}
.TagClassName
{
border-color: #E427DB;
}
</style>