Shades of Razzle Dazzle Rose #FF1EE8
Tints of Razzle Dazzle Rose #FF1EE8
RGB
CMYK
RGB Variations
Color information
#FF1EE8 (or 0xFF1EE8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and E8. RGB value is (255,30,232). Sum of RGB (Red+Green+Blue) = 255+30+232=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 30 (12.11% from 255 or 5.80% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1EE8 is #00E117. Grayscale: #777777. Windows color (decimal): -57624 or 15212287. OLE color: 15212287.
HSL color Cylindrical-coordinate representation of color #FF1EE8: hue angle of 306.13º 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 #FF1EE8 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 232 | - |
| CMYK | 0 | 0.88 | 0.09 | 0 |
| HSL | 306.13º | 1% | 0.56% | - |
| HSV(B) | 306.13º | 0.88% | 1% | - |
| XYZ | 56.27 | 28.01 | 78.79 | - |
| YUV | 120.3 | 191.04 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 232 | 0 | 0.88 | 0.09 | 0 | 306.13 | 1 | 0.56 |
| Hex | FF | 1E | E8 | 0 | 58 | 9 | 0 | 132 | 64 | 38 |
| Octal | 377 | 36 | 350 | 0 | 130 | 11 | 0 | 462 | 144 | 70 |
| Binary | 11111111 | 11110 | 11101000 | 0 | 1011000 | 1001 | 0 | 100110010 | 1100100 | 111000 |
Color Harmonies of #FF1EE8
Complementary color
Monochromatic Colors of #FF1EE8
Black with #FF1EE8
Text Example
Text Example
White with #FF1EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EE8; }
p { color: rgb(255,30,232); }
H1.HeaderClassName
{
color: #FF1EE8;
}
.AnyTagClassName
{
color: #FF1EE8;
}
</style>
background-color css
<style>
a { background-color: #FF1EE8; }
a { background-color: rgb(255,30,232); }
div.DivClassName
{
background-color: #FF1EE8;
}
.BgClassName
{
background-color: #FF1EE8;
}
</style>
border-color css
<style>
span { border-color: #FF1EE8; }
span { border-color: rgb(255,30,232); }
td.TdClassName
{
border-color: #FF1EE8;
}
.TagClassName
{
border-color: #FF1EE8;
}
</style>