Shades of Razzle Dazzle Rose #E927D1
Tints of Razzle Dazzle Rose #E927D1
RGB
CMYK
RGB Variations
Color information
#E927D1 (or 0xE927D1) is known color: Razzle Dazzle Rose. HEX triplet: E9, 27 and D1. RGB value is (233,39,209). Sum of RGB (Red+Green+Blue) = 233+39+209=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E927D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E927D1 is #16D82E. Grayscale: #737373. Windows color (decimal): -1497135 or 13707241. OLE color: 13707241.
HSL color Cylindrical-coordinate representation of color #E927D1: hue angle of 307.42º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E927D1 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 209 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.09 |
| HSL | 307.42º | 0.82% | 0.53% | - |
| HSV(B) | 307.42º | 0.83% | 0.91% | - |
| XYZ | 45.84 | 23.38 | 62.42 | - |
| YUV | 116.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 209 | 0 | 0.83 | 0.10 | 0.09 | 307.42 | 0.82 | 0.53 |
| Hex | E9 | 27 | D1 | 0 | 53 | A | 9 | 133 | 52 | 35 |
| Octal | 351 | 47 | 321 | 0 | 123 | 12 | 11 | 463 | 122 | 65 |
| Binary | 11101001 | 100111 | 11010001 | 0 | 1010011 | 1010 | 1001 | 100110011 | 1010010 | 110101 |
Color Harmonies of #E927D1
Complementary color
Monochromatic Colors of #E927D1
Black with #E927D1
Text Example
Text Example
White with #E927D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927D1; }
p { color: rgb(233,39,209); }
H1.HeaderClassName
{
color: #E927D1;
}
.AnyTagClassName
{
color: #E927D1;
}
</style>
background-color css
<style>
a { background-color: #E927D1; }
a { background-color: rgb(233,39,209); }
div.DivClassName
{
background-color: #E927D1;
}
.BgClassName
{
background-color: #E927D1;
}
</style>
border-color css
<style>
span { border-color: #E927D1; }
span { border-color: rgb(233,39,209); }
td.TdClassName
{
border-color: #E927D1;
}
.TagClassName
{
border-color: #E927D1;
}
</style>