Shades of Razzle Dazzle Rose #FF1EDE
Tints of Razzle Dazzle Rose #FF1EDE
RGB
CMYK
RGB Variations
Color information
#FF1EDE (or 0xFF1EDE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and DE. RGB value is (255,30,222). Sum of RGB (Red+Green+Blue) = 255+30+222=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1EDE is #00E121. Grayscale: #767676. Windows color (decimal): -57634 or 14556927. OLE color: 14556927.
HSL color Cylindrical-coordinate representation of color #FF1EDE: hue angle of 308.8º 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 #FF1EDE is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 222 | - |
| CMYK | 0 | 0.88 | 0.13 | 0 |
| HSL | 308.8º | 1% | 0.56% | - |
| HSV(B) | 308.8º | 0.88% | 1% | - |
| XYZ | 54.89 | 27.46 | 71.52 | - |
| YUV | 119.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 222 | 0 | 0.88 | 0.13 | 0 | 308.8 | 1 | 0.56 |
| Hex | FF | 1E | DE | 0 | 58 | D | 0 | 135 | 64 | 38 |
| Octal | 377 | 36 | 336 | 0 | 130 | 15 | 0 | 465 | 144 | 70 |
| Binary | 11111111 | 11110 | 11011110 | 0 | 1011000 | 1101 | 0 | 100110101 | 1100100 | 111000 |
Color Harmonies of #FF1EDE
Complementary color
Monochromatic Colors of #FF1EDE
Black with #FF1EDE
Text Example
Text Example
White with #FF1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EDE; }
p { color: rgb(255,30,222); }
H1.HeaderClassName
{
color: #FF1EDE;
}
.AnyTagClassName
{
color: #FF1EDE;
}
</style>
background-color css
<style>
a { background-color: #FF1EDE; }
a { background-color: rgb(255,30,222); }
div.DivClassName
{
background-color: #FF1EDE;
}
.BgClassName
{
background-color: #FF1EDE;
}
</style>
border-color css
<style>
span { border-color: #FF1EDE; }
span { border-color: rgb(255,30,222); }
td.TdClassName
{
border-color: #FF1EDE;
}
.TagClassName
{
border-color: #FF1EDE;
}
</style>