Shades of Razzle Dazzle Rose #FF1ED5
Tints of Razzle Dazzle Rose #FF1ED5
RGB
CMYK
RGB Variations
Color information
#FF1ED5 (or 0xFF1ED5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and D5. RGB value is (255,30,213). Sum of RGB (Red+Green+Blue) = 255+30+213=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ED5 is #00E12A. Grayscale: #757575. Windows color (decimal): -57643 or 13967103. OLE color: 13967103.
HSL color Cylindrical-coordinate representation of color #FF1ED5: hue angle of 311.2º 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 #FF1ED5 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 213 | - |
| CMYK | 0 | 0.88 | 0.16 | 0 |
| HSL | 311.2º | 1% | 0.56% | - |
| HSV(B) | 311.2º | 0.88% | 1% | - |
| XYZ | 53.71 | 26.99 | 65.33 | - |
| YUV | 118.14 | 181.54 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 213 | 0 | 0.88 | 0.16 | 0 | 311.2 | 1 | 0.56 |
| Hex | FF | 1E | D5 | 0 | 58 | 10 | 0 | 137 | 64 | 38 |
| Octal | 377 | 36 | 325 | 0 | 130 | 20 | 0 | 467 | 144 | 70 |
| Binary | 11111111 | 11110 | 11010101 | 0 | 1011000 | 10000 | 0 | 100110111 | 1100100 | 111000 |
Color Harmonies of #FF1ED5
Complementary color
Monochromatic Colors of #FF1ED5
Black with #FF1ED5
Text Example
Text Example
White with #FF1ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ED5; }
p { color: rgb(255,30,213); }
H1.HeaderClassName
{
color: #FF1ED5;
}
.AnyTagClassName
{
color: #FF1ED5;
}
</style>
background-color css
<style>
a { background-color: #FF1ED5; }
a { background-color: rgb(255,30,213); }
div.DivClassName
{
background-color: #FF1ED5;
}
.BgClassName
{
background-color: #FF1ED5;
}
</style>
border-color css
<style>
span { border-color: #FF1ED5; }
span { border-color: rgb(255,30,213); }
td.TdClassName
{
border-color: #FF1ED5;
}
.TagClassName
{
border-color: #FF1ED5;
}
</style>