Shades of Razzle Dazzle Rose #FF1EDA
Tints of Razzle Dazzle Rose #FF1EDA
RGB
CMYK
RGB Variations
Color information
#FF1EDA (or 0xFF1EDA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and DA. RGB value is (255,30,218). Sum of RGB (Red+Green+Blue) = 255+30+218=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1EDA is #00E125. Grayscale: #767676. Windows color (decimal): -57638 or 14294783. OLE color: 14294783.
HSL color Cylindrical-coordinate representation of color #FF1EDA: hue angle of 309.87º 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 #FF1EDA is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 218 | - |
| CMYK | 0 | 0.88 | 0.15 | 0 |
| HSL | 309.87º | 1% | 0.56% | - |
| HSV(B) | 309.87º | 0.88% | 1% | - |
| XYZ | 54.36 | 27.25 | 68.72 | - |
| YUV | 118.71 | 184.04 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 218 | 0 | 0.88 | 0.15 | 0 | 309.87 | 1 | 0.56 |
| Hex | FF | 1E | DA | 0 | 58 | F | 0 | 136 | 64 | 38 |
| Octal | 377 | 36 | 332 | 0 | 130 | 17 | 0 | 466 | 144 | 70 |
| Binary | 11111111 | 11110 | 11011010 | 0 | 1011000 | 1111 | 0 | 100110110 | 1100100 | 111000 |
Color Harmonies of #FF1EDA
Complementary color
Monochromatic Colors of #FF1EDA
Black with #FF1EDA
Text Example
Text Example
White with #FF1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EDA; }
p { color: rgb(255,30,218); }
H1.HeaderClassName
{
color: #FF1EDA;
}
.AnyTagClassName
{
color: #FF1EDA;
}
</style>
background-color css
<style>
a { background-color: #FF1EDA; }
a { background-color: rgb(255,30,218); }
div.DivClassName
{
background-color: #FF1EDA;
}
.BgClassName
{
background-color: #FF1EDA;
}
</style>
border-color css
<style>
span { border-color: #FF1EDA; }
span { border-color: rgb(255,30,218); }
td.TdClassName
{
border-color: #FF1EDA;
}
.TagClassName
{
border-color: #FF1EDA;
}
</style>