Shades of Razzle Dazzle Rose #FF2EDD
Tints of Razzle Dazzle Rose #FF2EDD
RGB
CMYK
RGB Variations
Color information
#FF2EDD (or 0xFF2EDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and DD. RGB value is (255,46,221). Sum of RGB (Red+Green+Blue) = 255+46+221=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EDD is #00D122. Grayscale: #7F7F7F. Windows color (decimal): -53539 or 14495487. OLE color: 14495487.
HSL color Cylindrical-coordinate representation of color #FF2EDD: hue angle of 309.76º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EDD is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 221 | - |
| CMYK | 0 | 0.82 | 0.13 | 0 |
| HSL | 309.76º | 1% | 0.59% | - |
| HSV(B) | 309.76º | 0.82% | 1% | - |
| XYZ | 55.27 | 28.43 | 70.98 | - |
| YUV | 128.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 221 | 0 | 0.82 | 0.13 | 0 | 309.76 | 1 | 0.59 |
| Hex | FF | 2E | DD | 0 | 52 | D | 0 | 136 | 64 | 3B |
| Octal | 377 | 56 | 335 | 0 | 122 | 15 | 0 | 466 | 144 | 73 |
| Binary | 11111111 | 101110 | 11011101 | 0 | 1010010 | 1101 | 0 | 100110110 | 1100100 | 111011 |
Color Harmonies of #FF2EDD
Complementary color
Monochromatic Colors of #FF2EDD
Black with #FF2EDD
Text Example
Text Example
White with #FF2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EDD; }
p { color: rgb(255,46,221); }
H1.HeaderClassName
{
color: #FF2EDD;
}
.AnyTagClassName
{
color: #FF2EDD;
}
</style>
background-color css
<style>
a { background-color: #FF2EDD; }
a { background-color: rgb(255,46,221); }
div.DivClassName
{
background-color: #FF2EDD;
}
.BgClassName
{
background-color: #FF2EDD;
}
</style>
border-color css
<style>
span { border-color: #FF2EDD; }
span { border-color: rgb(255,46,221); }
td.TdClassName
{
border-color: #FF2EDD;
}
.TagClassName
{
border-color: #FF2EDD;
}
</style>