Shades of Razzle Dazzle Rose #FF1EE9
Tints of Razzle Dazzle Rose #FF1EE9
RGB
CMYK
RGB Variations
Color information
#FF1EE9 (or 0xFF1EE9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and E9. RGB value is (255,30,233). Sum of RGB (Red+Green+Blue) = 255+30+233=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1EE9 is #00E116. Grayscale: #777777. Windows color (decimal): -57623 or 15277823. OLE color: 15277823.
HSL color Cylindrical-coordinate representation of color #FF1EE9: hue angle of 305.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1EE9 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 233 | - |
| CMYK | 0 | 0.88 | 0.09 | 0 |
| HSL | 305.87º | 1% | 0.56% | - |
| HSV(B) | 305.87º | 0.88% | 1% | - |
| XYZ | 56.41 | 28.07 | 79.54 | - |
| YUV | 120.42 | 191.54 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 233 | 0 | 0.88 | 0.09 | 0 | 305.87 | 1 | 0.56 |
| Hex | FF | 1E | E9 | 0 | 58 | 9 | 0 | 132 | 64 | 38 |
| Octal | 377 | 36 | 351 | 0 | 130 | 11 | 0 | 462 | 144 | 70 |
| Binary | 11111111 | 11110 | 11101001 | 0 | 1011000 | 1001 | 0 | 100110010 | 1100100 | 111000 |
Color Harmonies of #FF1EE9
Complementary color
Monochromatic Colors of #FF1EE9
Black with #FF1EE9
Text Example
Text Example
White with #FF1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EE9; }
p { color: rgb(255,30,233); }
H1.HeaderClassName
{
color: #FF1EE9;
}
.AnyTagClassName
{
color: #FF1EE9;
}
</style>
background-color css
<style>
a { background-color: #FF1EE9; }
a { background-color: rgb(255,30,233); }
div.DivClassName
{
background-color: #FF1EE9;
}
.BgClassName
{
background-color: #FF1EE9;
}
</style>
border-color css
<style>
span { border-color: #FF1EE9; }
span { border-color: rgb(255,30,233); }
td.TdClassName
{
border-color: #FF1EE9;
}
.TagClassName
{
border-color: #FF1EE9;
}
</style>