Shades of Razzle Dazzle Rose #FF1ED1
Tints of Razzle Dazzle Rose #FF1ED1
RGB
CMYK
RGB Variations
Color information
#FF1ED1 (or 0xFF1ED1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and D1. RGB value is (255,30,209). Sum of RGB (Red+Green+Blue) = 255+30+209=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ED1 is #00E12E. Grayscale: #757575. Windows color (decimal): -57647 or 13704959. OLE color: 13704959.
HSL color Cylindrical-coordinate representation of color #FF1ED1: hue angle of 312.27º 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 #FF1ED1 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 209 | - |
| CMYK | 0 | 0.88 | 0.18 | 0 |
| HSL | 312.27º | 1% | 0.56% | - |
| HSV(B) | 312.27º | 0.88% | 1% | - |
| XYZ | 53.21 | 26.79 | 62.69 | - |
| YUV | 117.68 | 179.54 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 209 | 0 | 0.88 | 0.18 | 0 | 312.27 | 1 | 0.56 |
| Hex | FF | 1E | D1 | 0 | 58 | 12 | 0 | 138 | 64 | 38 |
| Octal | 377 | 36 | 321 | 0 | 130 | 22 | 0 | 470 | 144 | 70 |
| Binary | 11111111 | 11110 | 11010001 | 0 | 1011000 | 10010 | 0 | 100111000 | 1100100 | 111000 |
Color Harmonies of #FF1ED1
Complementary color
Monochromatic Colors of #FF1ED1
Black with #FF1ED1
Text Example
Text Example
White with #FF1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ED1; }
p { color: rgb(255,30,209); }
H1.HeaderClassName
{
color: #FF1ED1;
}
.AnyTagClassName
{
color: #FF1ED1;
}
</style>
background-color css
<style>
a { background-color: #FF1ED1; }
a { background-color: rgb(255,30,209); }
div.DivClassName
{
background-color: #FF1ED1;
}
.BgClassName
{
background-color: #FF1ED1;
}
</style>
border-color css
<style>
span { border-color: #FF1ED1; }
span { border-color: rgb(255,30,209); }
td.TdClassName
{
border-color: #FF1ED1;
}
.TagClassName
{
border-color: #FF1ED1;
}
</style>