Shades of Razzle Dazzle Rose #FF1EE7
Tints of Razzle Dazzle Rose #FF1EE7
RGB
CMYK
RGB Variations
Color information
#FF1EE7 (or 0xFF1EE7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and E7. RGB value is (255,30,231). Sum of RGB (Red+Green+Blue) = 255+30+231=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 30 (12.11% from 255 or 5.81% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1EE7 is #00E118. Grayscale: #777777. Windows color (decimal): -57625 or 15146751. OLE color: 15146751.
HSL color Cylindrical-coordinate representation of color #FF1EE7: hue angle of 306.4º 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 #FF1EE7 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 231 | - |
| CMYK | 0 | 0.88 | 0.09 | 0 |
| HSL | 306.4º | 1% | 0.56% | - |
| HSV(B) | 306.4º | 0.88% | 1% | - |
| XYZ | 56.13 | 27.96 | 78.04 | - |
| YUV | 120.19 | 190.54 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 231 | 0 | 0.88 | 0.09 | 0 | 306.4 | 1 | 0.56 |
| Hex | FF | 1E | E7 | 0 | 58 | 9 | 0 | 132 | 64 | 38 |
| Octal | 377 | 36 | 347 | 0 | 130 | 11 | 0 | 462 | 144 | 70 |
| Binary | 11111111 | 11110 | 11100111 | 0 | 1011000 | 1001 | 0 | 100110010 | 1100100 | 111000 |
Color Harmonies of #FF1EE7
Complementary color
Monochromatic Colors of #FF1EE7
Black with #FF1EE7
Text Example
Text Example
White with #FF1EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EE7; }
p { color: rgb(255,30,231); }
H1.HeaderClassName
{
color: #FF1EE7;
}
.AnyTagClassName
{
color: #FF1EE7;
}
</style>
background-color css
<style>
a { background-color: #FF1EE7; }
a { background-color: rgb(255,30,231); }
div.DivClassName
{
background-color: #FF1EE7;
}
.BgClassName
{
background-color: #FF1EE7;
}
</style>
border-color css
<style>
span { border-color: #FF1EE7; }
span { border-color: rgb(255,30,231); }
td.TdClassName
{
border-color: #FF1EE7;
}
.TagClassName
{
border-color: #FF1EE7;
}
</style>