Shades of Razzle Dazzle Rose #FF1EE5
Tints of Razzle Dazzle Rose #FF1EE5
RGB
CMYK
RGB Variations
Color information
#FF1EE5 (or 0xFF1EE5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and E5. RGB value is (255,30,229). Sum of RGB (Red+Green+Blue) = 255+30+229=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1EE5 is #00E11A. Grayscale: #777777. Windows color (decimal): -57627 or 15015679. OLE color: 15015679.
HSL color Cylindrical-coordinate representation of color #FF1EE5: hue angle of 306.93º 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 #FF1EE5 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 229 | - |
| CMYK | 0 | 0.88 | 0.10 | 0 |
| HSL | 306.93º | 1% | 0.56% | - |
| HSV(B) | 306.93º | 0.88% | 1% | - |
| XYZ | 55.85 | 27.85 | 76.56 | - |
| YUV | 119.96 | 189.54 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 229 | 0 | 0.88 | 0.10 | 0 | 306.93 | 1 | 0.56 |
| Hex | FF | 1E | E5 | 0 | 58 | A | 0 | 133 | 64 | 38 |
| Octal | 377 | 36 | 345 | 0 | 130 | 12 | 0 | 463 | 144 | 70 |
| Binary | 11111111 | 11110 | 11100101 | 0 | 1011000 | 1010 | 0 | 100110011 | 1100100 | 111000 |
Color Harmonies of #FF1EE5
Complementary color
Monochromatic Colors of #FF1EE5
Black with #FF1EE5
Text Example
Text Example
White with #FF1EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EE5; }
p { color: rgb(255,30,229); }
H1.HeaderClassName
{
color: #FF1EE5;
}
.AnyTagClassName
{
color: #FF1EE5;
}
</style>
background-color css
<style>
a { background-color: #FF1EE5; }
a { background-color: rgb(255,30,229); }
div.DivClassName
{
background-color: #FF1EE5;
}
.BgClassName
{
background-color: #FF1EE5;
}
</style>
border-color css
<style>
span { border-color: #FF1EE5; }
span { border-color: rgb(255,30,229); }
td.TdClassName
{
border-color: #FF1EE5;
}
.TagClassName
{
border-color: #FF1EE5;
}
</style>